#5D197A

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

Shades of Indigo #5D197A

Tints of Indigo #5D197A

Color information

#5D197A (or 0x5D197A) is unknown color: approx Indigo. HEX triplet: 5D, 19 and 7A. RGB value is (93,25,122). Sum of RGB (Red+Green+Blue) = 93+25+122=240 (31% of max value = 765). Red value is 93 (36.72% from 255 or 38.75% from 240); Green value is 25 (10.16% from 255 or 10.42% from 240); Blue value is 122 (48.05% from 255 or 50.83% from 240); Max value from RGB is 122 - color contains mainly: blue. Hex color #5D197A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5D197A is #A2E685. Grayscale: #383838. Windows color (decimal): -10675846 or 8001885. OLE color: 8001885.

HSL color Cylindrical-coordinate representation of color #5D197A: hue angle of 282.06º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5D197A is Cyan = 0.24, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB9325122-
CMYK0.240.8000.52
HSL282.06º65.99%28.82%-
HSV(B)282.06º79.51%47.84%-
XYZ8.374.4318.83-
YUV56.39165.03154.11-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 38.75%
GREEN value IS 25 (10.16% from 255) = 10.42%
BLUE value IS 122 (48.05% from 255) = 50.83%
R=38.75%
G=10.42%
B=50.83%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal93251220.240.8000.52282.0665.9928.82
Hex5D197A185003411a421d
Octal135311723012006443210235
Binary10111011100111110101100010100000110100100011010100001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D197A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,25,122); }

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

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

 a { background-color: rgb(93,25,122); }

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

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

 span { border-color: rgb(93,25,122); }

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