#5D198E

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

Shades of Indigo #5D198E

Tints of Indigo #5D198E

Color information

#5D198E (or 0x5D198E) is unknown color: approx Indigo. HEX triplet: 5D, 19 and 8E. RGB value is (93,25,142). Sum of RGB (Red+Green+Blue) = 93+25+142=260 (34% of max value = 765). Red value is 93 (36.72% from 255 or 35.77% from 260); Green value is 25 (10.16% from 255 or 9.62% from 260); Blue value is 142 (55.86% from 255 or 54.62% from 260); Max value from RGB is 142 - color contains mainly: blue. Hex color #5D198E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5D198E is #A2E671. Grayscale: #3A3A3A. Windows color (decimal): -10675826 or 9312605. OLE color: 9312605.

HSL color Cylindrical-coordinate representation of color #5D198E: hue angle of 274.87º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5D198E is Cyan = 0.35, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB9325142-
CMYK0.350.8200.44
HSL274.87º70.06%32.75%-
HSV(B)274.87º82.39%55.69%-
XYZ9.744.9826.04-
YUV58.67175.03152.49-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 35.77%
GREEN value IS 25 (10.16% from 255) = 9.62%
BLUE value IS 142 (55.86% from 255) = 54.62%
R=35.77%
G=9.62%
B=54.62%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal93251420.350.8200.44274.8770.0632.75
Hex5D198E235202C1134621
Octal135312164312205442310641
Binary10111011100110001110100011101001001011001000100111000110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D198E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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