#5C0B70

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

Shades of Indigo #5C0B70

Tints of Indigo #5C0B70

Color information

#5C0B70 (or 0x5C0B70) is unknown color: approx Indigo. HEX triplet: 5C, 0B and 70. RGB value is (92,11,112). Sum of RGB (Red+Green+Blue) = 92+11+112=215 (28% of max value = 765). Red value is 92 (36.33% from 255 or 42.79% from 215); Green value is 11 (4.69% from 255 or 5.12% from 215); Blue value is 112 (44.14% from 255 or 52.09% from 215); Max value from RGB is 112 - color contains mainly: blue. Hex color #5C0B70 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C0B70 is #A3F48F. Grayscale: #2E2E2E. Windows color (decimal): -10744976 or 7342940. OLE color: 7342940.

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

Color convert

RGB9211112-
CMYK0.180.9000.56
HSL288.12º82.11%24.12%-
HSV(B)288.12º90.18%43.92%-
XYZ7.463.6815.65-
YUV46.73164.84160.29-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 42.79%
GREEN value IS 11 (4.69% from 255) = 5.12%
BLUE value IS 112 (44.14% from 255) = 52.09%
R=42.79%
G=5.12%
B=52.09%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal92111120.180.9000.56288.1282.1124.12
Hex5CB70125A0381205218
Octal134131602213207044012230
Binary1011100101111100001001010110100111000100100000101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C0B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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