#5C0E87

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

Shades of Indigo #5C0E87

Tints of Indigo #5C0E87

Color information

#5C0E87 (or 0x5C0E87) is unknown color: approx Indigo. HEX triplet: 5C, 0E and 87. RGB value is (92,14,135). Sum of RGB (Red+Green+Blue) = 92+14+135=241 (31% of max value = 765). Red value is 92 (36.33% from 255 or 38.17% from 241); Green value is 14 (5.86% from 255 or 5.81% from 241); Blue value is 135 (53.12% from 255 or 56.02% from 241); Max value from RGB is 135 - color contains mainly: blue. Hex color #5C0E87 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5C0E87 is #A3F178. Grayscale: #323232. Windows color (decimal): -10744185 or 8851036. OLE color: 8851036.

HSL color Cylindrical-coordinate representation of color #5C0E87: hue angle of 278.68º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5C0E87 is Cyan = 0.32, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB9214135-
CMYK0.320.9000.47
HSL278.68º81.21%29.22%-
HSV(B)278.68º89.63%52.94%-
XYZ8.944.3423.29-
YUV51.12175.34157.16-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 38.17%
GREEN value IS 14 (5.86% from 255) = 5.81%
BLUE value IS 135 (53.12% from 255) = 56.02%
R=38.17%
G=5.81%
B=56.02%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal92141350.320.9000.47278.6881.2129.22
Hex5CE87205A02F117511d
Octal134162074013205742712135
Binary101110011101000011110000010110100101111100010111101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C0E87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,14,135); }

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

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

 a { background-color: rgb(92,14,135); }

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

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

 span { border-color: rgb(92,14,135); }

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