#5E129C

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

Shades of Indigo #5E129C

Tints of Indigo #5E129C

Color information

#5E129C (or 0x5E129C) is unknown color: approx Indigo. HEX triplet: 5E, 12 and 9C. RGB value is (94,18,156). Sum of RGB (Red+Green+Blue) = 94+18+156=268 (35% of max value = 765). Red value is 94 (37.11% from 255 or 35.07% from 268); Green value is 18 (7.42% from 255 or 6.72% from 268); Blue value is 156 (61.33% from 255 or 58.21% from 268); Max value from RGB is 156 - color contains mainly: blue. Hex color #5E129C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E129C is #A1ED63. Grayscale: #373737. Windows color (decimal): -10612068 or 10228318. OLE color: 10228318.

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

Color convert

RGB9418156-
CMYK0.400.8800.39
HSL273.04º79.31%34.12%-
HSV(B)273.04º88.46%61.18%-
XYZ10.835.2131.89-
YUV56.46184.18154.78-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 35.07%
GREEN value IS 18 (7.42% from 255) = 6.72%
BLUE value IS 156 (61.33% from 255) = 58.21%
R=35.07%
G=6.72%
B=58.21%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal94181560.400.8800.39273.0479.3134.12
Hex5E129C28580271114f22
Octal136222345013004742111742
Binary10111101001010011100101000101100001001111000100011001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E129C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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