#5C039C

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

Shades of Indigo #5C039C

Tints of Indigo #5C039C

Color information

#5C039C (or 0x5C039C) is unknown color: approx Indigo. HEX triplet: 5C, 03 and 9C. RGB value is (92,3,156). Sum of RGB (Red+Green+Blue) = 92+3+156=251 (33% of max value = 765). Red value is 92 (36.33% from 255 or 36.65% from 251); Green value is 3 (1.56% from 255 or 1.20% from 251); Blue value is 156 (61.33% from 255 or 62.15% from 251); Max value from RGB is 156 - color contains mainly: blue. Hex color #5C039C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5C039C is #A3FC63. Grayscale: #2E2E2E. Windows color (decimal): -10746980 or 10224476. OLE color: 10224476.

HSL color Cylindrical-coordinate representation of color #5C039C: hue angle of 274.9º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5C039C is Cyan = 0.41, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB923156-
CMYK0.410.9800.39
HSL274.9º96.23%31.18%-
HSV(B)274.9º98.08%61.18%-
XYZ10.454.7431.82-
YUV47.05189.49160.06-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 36.65%
GREEN value IS 3 (1.56% from 255) = 1.20%
BLUE value IS 156 (61.33% from 255) = 62.15%
R=36.65%
G=1.20%
B=62.15%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal9231560.410.9800.39274.996.2331.18
Hex5C39C2962027113601f
Octal13432345114204742314037
Binary1011100111001110010100111000100100111100010011110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C039C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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