#5C1287

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

Shades of Indigo #5C1287

Tints of Indigo #5C1287

Color information

#5C1287 (or 0x5C1287) is unknown color: approx Indigo. HEX triplet: 5C, 12 and 87. RGB value is (92,18,135). Sum of RGB (Red+Green+Blue) = 92+18+135=245 (32% of max value = 765). Red value is 92 (36.33% from 255 or 37.55% from 245); Green value is 18 (7.42% from 255 or 7.35% from 245); Blue value is 135 (53.12% from 255 or 55.10% from 245); Max value from RGB is 135 - color contains mainly: blue. Hex color #5C1287 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5C1287 is #A3ED78. Grayscale: #353535. Windows color (decimal): -10743161 or 8852060. OLE color: 8852060.

HSL color Cylindrical-coordinate representation of color #5C1287: hue angle of 277.95º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5C1287 is Cyan = 0.32, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB9218135-
CMYK0.320.8700.47
HSL277.95º76.47%30%-
HSV(B)277.95º86.67%52.94%-
XYZ94.4623.31-
YUV53.46174.02155.49-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 37.55%
GREEN value IS 18 (7.42% from 255) = 7.35%
BLUE value IS 135 (53.12% from 255) = 55.10%
R=37.55%
G=7.35%
B=55.10%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal92181350.320.8700.47277.9576.4730
Hex5C1287205702F1164c1e
Octal134222074012705742611436
Binary1011100100101000011110000010101110101111100010110100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C1287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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