#5C036C

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

Shades of Indigo #5C036C

Tints of Indigo #5C036C

Color information

#5C036C (or 0x5C036C) is unknown color: approx Indigo. HEX triplet: 5C, 03 and 6C. RGB value is (92,3,108). Sum of RGB (Red+Green+Blue) = 92+3+108=203 (26% of max value = 765). Red value is 92 (36.33% from 255 or 45.32% from 203); Green value is 3 (1.56% from 255 or 1.48% from 203); Blue value is 108 (42.58% from 255 or 53.20% from 203); Max value from RGB is 108 - color contains mainly: blue. Hex color #5C036C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C036C is #A3FC93. Grayscale: #292929. Windows color (decimal): -10747028 or 7078748. OLE color: 7078748.

HSL color Cylindrical-coordinate representation of color #5C036C: hue angle of 290.86º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5C036C is Cyan = 0.15, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB923108-
CMYK0.150.9700.58
HSL290.86º94.59%21.76%-
HSV(B)290.86º97.22%42.35%-
XYZ7.153.4214.47-
YUV41.58165.49163.96-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 45.32%
GREEN value IS 3 (1.56% from 255) = 1.48%
BLUE value IS 108 (42.58% from 255) = 53.20%
R=45.32%
G=1.48%
B=53.20%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal9231080.150.9700.58290.8694.5921.76
Hex5C36CF6103A1235f16
Octal13431541714107244313726
Binary1011100111101100111111000010111010100100011101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C036C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,3,108); }

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

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

 a { background-color: rgb(92,3,108); }

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

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

 span { border-color: rgb(92,3,108); }

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