#5E029C

Color #5E029C Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indigo #5E029C

Tints of Indigo #5E029C

Color information

#5E029C (or 0x5E029C) is unknown color: approx Indigo. HEX triplet: 5E, 02 and 9C. RGB value is (94,2,156). Sum of RGB (Red+Green+Blue) = 94+2+156=252 (33% of max value = 765). Red value is 94 (37.11% from 255 or 37.30% from 252); Green value is 2 (1.17% from 255 or 0.79% from 252); Blue value is 156 (61.33% from 255 or 61.90% from 252); Max value from RGB is 156 - color contains mainly: blue. Hex color #5E029C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E029C is #A1FD63. Grayscale: #2E2E2E. Windows color (decimal): -10616164 or 10224222. OLE color: 10224222.

HSL color Cylindrical-coordinate representation of color #5E029C: hue angle of 275.84º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5E029C is Cyan = 0.40, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB942156-
CMYK0.400.9900.39
HSL275.84º97.47%30.98%-
HSV(B)275.84º98.72%61.18%-
XYZ10.644.8231.82-
YUV47.06189.48161.48-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 37.30%
GREEN value IS 2 (1.17% from 255) = 0.79%
BLUE value IS 156 (61.33% from 255) = 61.90%
R=37.30%
G=0.79%
B=61.90%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal9421560.400.9900.39275.8497.4730.98
Hex5E29C2863027114611f
Octal13622345014304742414137
Binary1011110101001110010100011000110100111100010100110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E029C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,2,156); }

 H1.HeaderClassName
 {
   color: #5E029C;
 }
 .AnyTagClassName
 {
   color: #5E029C;
 }
</style>
background-color css

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

 a { background-color: rgb(94,2,156); }

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

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

 span { border-color: rgb(94,2,156); }

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