#5C0870

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

Shades of Indigo #5C0870

Tints of Indigo #5C0870

Color information

#5C0870 (or 0x5C0870) is unknown color: approx Indigo. HEX triplet: 5C, 08 and 70. RGB value is (92,8,112). Sum of RGB (Red+Green+Blue) = 92+8+112=212 (28% of max value = 765). Red value is 92 (36.33% from 255 or 43.40% from 212); Green value is 8 (3.52% from 255 or 3.77% from 212); Blue value is 112 (44.14% from 255 or 52.83% from 212); Max value from RGB is 112 - color contains mainly: blue. Hex color #5C0870 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C0870 is #A3F78F. Grayscale: #2C2C2C. Windows color (decimal): -10745744 or 7342172. OLE color: 7342172.

HSL color Cylindrical-coordinate representation of color #5C0870: hue angle of 288.46º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5C0870 is Cyan = 0.18, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB928112-
CMYK0.180.9300.56
HSL288.46º86.67%23.53%-
HSV(B)288.46º92.86%43.92%-
XYZ7.433.6215.64-
YUV44.97165.83161.54-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 43.40%
GREEN value IS 8 (3.52% from 255) = 3.77%
BLUE value IS 112 (44.14% from 255) = 52.83%
R=43.40%
G=3.77%
B=52.83%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal9281120.180.9300.56288.4686.6723.53
Hex5C870125D0381205718
Octal134101602213507044012730
Binary1011100100011100001001010111010111000100100000101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C0870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,8,112); }

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

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

 a { background-color: rgb(92,8,112); }

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

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

 span { border-color: rgb(92,8,112); }

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