#5C1876

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

Shades of Indigo #5C1876

Tints of Indigo #5C1876

Color information

#5C1876 (or 0x5C1876) is unknown color: approx Indigo. HEX triplet: 5C, 18 and 76. RGB value is (92,24,118). Sum of RGB (Red+Green+Blue) = 92+24+118=234 (30% of max value = 765). Red value is 92 (36.33% from 255 or 39.32% from 234); Green value is 24 (9.77% from 255 or 10.26% from 234); Blue value is 118 (46.48% from 255 or 50.43% from 234); Max value from RGB is 118 - color contains mainly: blue. Hex color #5C1876 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C1876 is #A3E789. Grayscale: #363636. Windows color (decimal): -10741642 or 7739484. OLE color: 7739484.

HSL color Cylindrical-coordinate representation of color #5C1876: hue angle of 283.4º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5C1876 is Cyan = 0.22, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB9224118-
CMYK0.220.8000.54
HSL283.4º66.2%27.84%-
HSV(B)283.4º79.66%46.27%-
XYZ8.014.2417.54-
YUV55.05163.53154.36-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 39.32%
GREEN value IS 24 (9.77% from 255) = 10.26%
BLUE value IS 118 (46.48% from 255) = 50.43%
R=39.32%
G=10.26%
B=50.43%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal92241180.220.8000.54283.466.227.84
Hex5C1876165003611b421c
Octal134301662612006643310234
Binary10111001100011101101011010100000110110100011011100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C1876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,24,118); }

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

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

 a { background-color: rgb(92,24,118); }

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

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

 span { border-color: rgb(92,24,118); }

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