#5C008F

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

Shades of Indigo #5C008F

Tints of Indigo #5C008F

Color information

#5C008F (or 0x5C008F) is unknown color: approx Indigo. HEX triplet: 5C, 00 and 8F. RGB value is (92,0,143). Sum of RGB (Red+Green+Blue) = 92+0+143=235 (31% of max value = 765). Red value is 92 (36.33% from 255 or 39.15% from 235); Green value is 0 (0.39% from 255 or 0% from 235); Blue value is 143 (56.25% from 255 or 60.85% from 235); Max value from RGB is 143 - color contains mainly: blue. Hex color #5C008F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5C008F is #A3FF70. Grayscale: #2B2B2B. Windows color (decimal): -10747761 or 9371740. OLE color: 9371740.

HSL color Cylindrical-coordinate representation of color #5C008F: hue angle of 278.6º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5C008F is Cyan = 0.36, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB920143-
CMYK0.36100.44
HSL278.6º100%28.04%-
HSV(B)278.6º100%56.08%-
XYZ9.374.2626.31-
YUV43.81183.98162.37-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 39.15%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 143 (56.25% from 255) = 60.85%
R=39.15%
G=0%
B=60.85%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal9201430.36100.44278.610028.04
Hex5C08F246402C117641c
Octal13402174414405442714434
Binary101110001000111110010011001000101100100010111110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C008F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,0,143); }

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

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

 a { background-color: rgb(92,0,143); }

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

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

 span { border-color: rgb(92,0,143); }

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