#5D1984

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

Shades of Indigo #5D1984

Tints of Indigo #5D1984

Color information

#5D1984 (or 0x5D1984) is unknown color: approx Indigo. HEX triplet: 5D, 19 and 84. RGB value is (93,25,132). Sum of RGB (Red+Green+Blue) = 93+25+132=250 (33% of max value = 765). Red value is 93 (36.72% from 255 or 37.2% from 250); Green value is 25 (10.16% from 255 or 10% from 250); Blue value is 132 (51.95% from 255 or 52.8% from 250); Max value from RGB is 132 - color contains mainly: blue. Hex color #5D1984 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5D1984 is #A2E67B. Grayscale: #393939. Windows color (decimal): -10675836 or 8657245. OLE color: 8657245.

HSL color Cylindrical-coordinate representation of color #5D1984: hue angle of 278.13º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5D1984 is Cyan = 0.30, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB9325132-
CMYK0.300.8100.48
HSL278.13º68.15%30.78%-
HSV(B)278.13º81.06%51.76%-
XYZ9.034.6922.26-
YUV57.53170.03153.3-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 37.2%
GREEN value IS 25 (10.16% from 255) = 10%
BLUE value IS 132 (51.95% from 255) = 52.8%
R=37.2%
G=10%
B=52.8%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal93251320.300.8100.48278.1368.1530.78
Hex5D19841E51030116441f
Octal135312043612106042610437
Binary101110111001100001001111010100010110000100010110100010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D1984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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