#5C1599

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

Shades of Indigo #5C1599

Tints of Indigo #5C1599

Color information

#5C1599 (or 0x5C1599) is unknown color: approx Indigo. HEX triplet: 5C, 15 and 99. RGB value is (92,21,153). Sum of RGB (Red+Green+Blue) = 92+21+153=266 (35% of max value = 765). Red value is 92 (36.33% from 255 or 34.59% from 266); Green value is 21 (8.59% from 255 or 7.89% from 266); Blue value is 153 (60.16% from 255 or 57.52% from 266); Max value from RGB is 153 - color contains mainly: blue. Hex color #5C1599 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5C1599 is #A3EA66. Grayscale: #383838. Windows color (decimal): -10742375 or 10032476. OLE color: 10032476.

HSL color Cylindrical-coordinate representation of color #5C1599: hue angle of 272.27º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5C1599 is Cyan = 0.40, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB9221153-
CMYK0.400.8600.4
HSL272.27º75.86%34.12%-
HSV(B)272.27º86.27%60%-
XYZ10.435.1130.57-
YUV57.28182.02152.77-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 34.59%
GREEN value IS 21 (8.59% from 255) = 7.89%
BLUE value IS 153 (60.16% from 255) = 57.52%
R=34.59%
G=7.89%
B=57.52%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal92211530.400.8600.4272.2775.8634.12
Hex5C159928560281104c22
Octal134252315012605042011442
Binary10111001010110011001101000101011001010001000100001001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C1599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,21,153); }

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

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

 a { background-color: rgb(92,21,153); }

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

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

 span { border-color: rgb(92,21,153); }

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