#5D039C

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

Shades of Indigo #5D039C

Tints of Indigo #5D039C

Color information

#5D039C (or 0x5D039C) is unknown color: approx Indigo. HEX triplet: 5D, 03 and 9C. RGB value is (93,3,156). Sum of RGB (Red+Green+Blue) = 93+3+156=252 (33% of max value = 765). Red value is 93 (36.72% from 255 or 36.90% from 252); Green value is 3 (1.56% from 255 or 1.19% from 252); Blue value is 156 (61.33% from 255 or 61.90% from 252); Max value from RGB is 156 - color contains mainly: blue. Hex color #5D039C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5D039C is #A2FC63. Grayscale: #2E2E2E. Windows color (decimal): -10681444 or 10224477. OLE color: 10224477.

HSL color Cylindrical-coordinate representation of color #5D039C: hue angle of 275.29º 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 #5D039C is Cyan = 0.40, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB933156-
CMYK0.400.9800.39
HSL275.29º96.23%31.18%-
HSV(B)275.29º98.08%61.18%-
XYZ10.554.7931.82-
YUV47.35189.32160.56-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 36.90%
GREEN value IS 3 (1.56% from 255) = 1.19%
BLUE value IS 156 (61.33% from 255) = 61.90%
R=36.90%
G=1.19%
B=61.90%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal9331560.400.9800.39275.2996.2331.18
Hex5D39C2862027113601f
Octal13532345014204742314037
Binary1011101111001110010100011000100100111100010011110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D039C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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