#5C0287

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

Shades of Indigo #5C0287

Tints of Indigo #5C0287

Color information

#5C0287 (or 0x5C0287) is unknown color: approx Indigo. HEX triplet: 5C, 02 and 87. RGB value is (92,2,135). Sum of RGB (Red+Green+Blue) = 92+2+135=229 (30% of max value = 765). Red value is 92 (36.33% from 255 or 40.17% from 229); Green value is 2 (1.17% from 255 or 0.87% from 229); Blue value is 135 (53.12% from 255 or 58.95% from 229); Max value from RGB is 135 - color contains mainly: blue. Hex color #5C0287 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5C0287 is #A3FD78. Grayscale: #2B2B2B. Windows color (decimal): -10747257 or 8847964. OLE color: 8847964.

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

Color convert

RGB922135-
CMYK0.320.9900.47
HSL280.6º97.08%26.86%-
HSV(B)280.6º98.52%52.94%-
XYZ8.814.0723.24-
YUV44.07179.32162.19-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 40.17%
GREEN value IS 2 (1.17% from 255) = 0.87%
BLUE value IS 135 (53.12% from 255) = 58.95%
R=40.17%
G=0.87%
B=58.95%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal9221350.320.9900.47280.697.0826.86
Hex5C287206302F119611b
Octal13422074014305743114133
Binary1011100101000011110000011000110101111100011001110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C0287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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