#5C016C

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

Shades of Indigo #5C016C

Tints of Indigo #5C016C

Color information

#5C016C (or 0x5C016C) is unknown color: approx Indigo. HEX triplet: 5C, 01 and 6C. RGB value is (92,1,108). Sum of RGB (Red+Green+Blue) = 92+1+108=201 (26% of max value = 765). Red value is 92 (36.33% from 255 or 45.77% from 201); Green value is 1 (0.78% from 255 or 0.50% from 201); Blue value is 108 (42.58% from 255 or 53.73% from 201); Max value from RGB is 108 - color contains mainly: blue. Hex color #5C016C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C016C is #A3FE93. Grayscale: #282828. Windows color (decimal): -10747540 or 7078236. OLE color: 7078236.

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

Color convert

RGB921108-
CMYK0.150.9900.58
HSL291.03º98.17%21.37%-
HSV(B)291.03º99.07%42.35%-
XYZ7.133.3814.46-
YUV40.41166.15164.8-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 45.77%
GREEN value IS 1 (0.78% from 255) = 0.50%
BLUE value IS 108 (42.58% from 255) = 53.73%
R=45.77%
G=0.50%
B=53.73%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal9211080.150.9900.58291.0398.1721.37
Hex5C16CF6303A1236215
Octal13411541714307244314225
Binary101110011101100111111000110111010100100011110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C016C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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