Html Css Color HEX #5E008E Indigo

📋 copy color: '#5E008E'

red 94 ◦ green 0 ◦ blue 142

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

Shades of Indigo #5E008E

Tints of Indigo #5E008E

RGB

 RED value IS 94 (37.11% from 255) = 39.83%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 142 (55.86% from 255) = 60.17%

R = 39.83%
G = 0%
B = 60.17%

CMYK

 C value IS 0.34

 M value IS 1

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#5E008E (or 0x5E008E) is known color: Indigo. HEX triplet: 5E, 00 and 8E. RGB value is (94,0,142). Sum of RGB (Red+Green+Blue) = 94+0+142=236 (31% of max value = 765). Red value is 94 (37.11% from 255 or 39.83% from 236); Green value is 0 (0.39% from 255 or 0% from 236); Blue value is 142 (55.86% from 255 or 60.17% from 236); Max value from RGB is 142 - color contains mainly: blue. Hex color #5E008E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E008E is #A1FF71. Grayscale: #2B2B2B. Windows color (decimal): -10616690 or 9306206. OLE color: 9306206.

HSL color Cylindrical-coordinate representation of color #5E008E: hue angle of 279.72º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5E008E is Cyan = 0.34, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 94 0 142 -
CMYK 0.34 1 0 0.44
HSL 279.72º 1% 0.28% -
HSV(B) 279.72º 1% 0.56% -
XYZ 9.5 4.33 25.93 -
YUV 44.29 183.14 163.45 -
System Red Green Blue C M Y K H S L
Decimal 94 0 142 0.34 1 0 0.44 279.72 1 0.28
Hex 5E 0 8E 22 64 0 2C 118 64 1C
Octal 136 0 216 42 144 0 54 430 144 34
Binary 1011110 0 10001110 100010 1100100 0 101100 100011000 1100100 11100

Color Harmonies of #5E008E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E008E

Black with #5E008E

Text Example


Text Example

White with #5E008E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,0,142); }

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

background-color css

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

 a { background-color: rgb(94,0,142); }

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

border-color css

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

 span { border-color: rgb(94,0,142); }

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