#5D1376

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

Shades of Indigo #5D1376

Tints of Indigo #5D1376

Color information

#5D1376 (or 0x5D1376) is unknown color: approx Indigo. HEX triplet: 5D, 13 and 76. RGB value is (93,19,118). Sum of RGB (Red+Green+Blue) = 93+19+118=230 (30% of max value = 765). Red value is 93 (36.72% from 255 or 40.43% from 230); Green value is 19 (7.81% from 255 or 8.26% from 230); Blue value is 118 (46.48% from 255 or 51.30% from 230); Max value from RGB is 118 - color contains mainly: blue. Hex color #5D1376 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5D1376 is #A2EC89. Grayscale: #343434. Windows color (decimal): -10677386 or 7738205. OLE color: 7738205.

HSL color Cylindrical-coordinate representation of color #5D1376: hue angle of 284.85º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5D1376 is Cyan = 0.21, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB9319118-
CMYK0.210.8400.54
HSL284.85º72.26%26.86%-
HSV(B)284.85º83.9%46.27%-
XYZ8.024.117.51-
YUV52.41165.02156.95-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 40.43%
GREEN value IS 19 (7.81% from 255) = 8.26%
BLUE value IS 118 (46.48% from 255) = 51.30%
R=40.43%
G=8.26%
B=51.30%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal93191180.210.8400.54284.8572.2626.86
Hex5D1376155403611d481b
Octal135231662512406643511033
Binary10111011001111101101010110101000110110100011101100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D1376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,19,118); }

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

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

 a { background-color: rgb(93,19,118); }

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

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

 span { border-color: rgb(93,19,118); }

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