#5C129E

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

Shades of Indigo #5C129E

Tints of Indigo #5C129E

Color information

#5C129E (or 0x5C129E) is unknown color: approx Indigo. HEX triplet: 5C, 12 and 9E. RGB value is (92,18,158). Sum of RGB (Red+Green+Blue) = 92+18+158=268 (35% of max value = 765). Red value is 92 (36.33% from 255 or 34.33% from 268); Green value is 18 (7.42% from 255 or 6.72% from 268); Blue value is 158 (62.11% from 255 or 58.96% from 268); Max value from RGB is 158 - color contains mainly: blue. Hex color #5C129E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5C129E is #A3ED61. Grayscale: #373737. Windows color (decimal): -10743138 or 10359388. OLE color: 10359388.

HSL color Cylindrical-coordinate representation of color #5C129E: hue angle of 271.71º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5C129E is Cyan = 0.42, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB9218158-
CMYK0.420.8900.38
HSL271.71º79.55%34.51%-
HSV(B)271.71º88.61%61.96%-
XYZ10.85.1832.78-
YUV56.09185.52153.62-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 34.33%
GREEN value IS 18 (7.42% from 255) = 6.72%
BLUE value IS 158 (62.11% from 255) = 58.96%
R=34.33%
G=6.72%
B=58.96%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal92181580.420.8900.38271.7179.5534.51
Hex5C129E2A590261105023
Octal134222365213104642012043
Binary10111001001010011110101010101100101001101000100001010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C129E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,18,158); }

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

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

 a { background-color: rgb(92,18,158); }

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

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

 span { border-color: rgb(92,18,158); }

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