Html Css Color HEX #5D089B Indigo

📋 copy color: '#5D089B'

red 93 ◦ green 8 ◦ blue 155

#5D089B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Indigo #5D089B

Tints of Indigo #5D089B

RGB

 RED value IS 93 (36.72% from 255) = 36.33%

 GREEN value IS 8 (3.52% from 255) = 3.13%

 BLUE value IS 155 (60.94% from 255) = 60.55%

R = 36.33%
G = 3.13%
B = 60.55%

CMYK

 C value IS 0.4

 M value IS 0.95

 Y value IS 0

 K value IS 0.39

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#5D089B (or 0x5D089B) is known color: Indigo. HEX triplet: 5D, 08 and 9B. RGB value is (93,8,155). Sum of RGB (Red+Green+Blue) = 93+8+155=256 (33% of max value = 765). Red value is 93 (36.72% from 255 or 36.33% from 256); Green value is 8 (3.52% from 255 or 3.12% from 256); Blue value is 155 (60.94% from 255 or 60.55% from 256); Max value from RGB is 155 - color contains mainly: blue. Hex color #5D089B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5D089B is #A2F764. Grayscale: #313131. Windows color (decimal): -10680165 or 10160221. OLE color: 10160221.

HSL color Cylindrical-coordinate representation of color #5D089B: hue angle of 274.69º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5D089B is Cyan = 0.4, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 93 8 155 -
CMYK 0.4 0.95 0 0.39
HSL 274.69º 0.9% 0.32% -
HSV(B) 274.69º 0.95% 0.61% -
XYZ 10.52 4.87 31.4 -
YUV 50.17 187.16 158.55 -
System Red Green Blue C M Y K H S L
Decimal 93 8 155 0.4 0.95 0 0.39 274.69 0.9 0.32
Hex 5D 8 9B 28 5F 0 27 113 5A 20
Octal 135 10 233 50 137 0 47 423 132 40
Binary 1011101 1000 10011011 101000 1011111 0 100111 100010011 1011010 100000

Color Harmonies of #5D089B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D089B

Black with #5D089B

Text Example


Text Example

White with #5D089B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5D089B; }

 p { color: rgb(93,8,155); }

 H1.HeaderClassName
 {
   color: #5D089B;
 }
 .AnyTagClassName
 {
   color: #5D089B;
 }
</style>

background-color css

<style>
 a { background-color: #5D089B; }

 a { background-color: rgb(93,8,155); }

 div.DivClassName
 {
   background-color: #5D089B;
 }
 .BgClassName
 {
   background-color: #5D089B;
 }
</style>

border-color css

<style>
 span { border-color: #5D089B; }

 span { border-color: rgb(93,8,155); }

 td.TdClassName
 {
   border-color: #5D089B;
 }
 .TagClassName
 {
   border-color: #5D089B;
 }
</style>