#5d1676

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

Shades of Indigo #5D1676

Tints of Indigo #5D1676

Color information

#5D1676 (or 0x5D1676) is unknown color: approx Indigo. HEX triplet: 5D, 16 and 76. RGB value is (93,22,118). Sum of RGB (Red+Green+Blue) = 93+22+118=233 (30% of max value = 765). Red value is 93 (36.72% from 255 or 39.91% from 233); Green value is 22 (8.98% from 255 or 9.44% from 233); Blue value is 118 (46.48% from 255 or 50.64% from 233); Max value from RGB is 118 - color contains mainly: blue. Hex color #5D1676 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5D1676 is #A2E989. Grayscale: #353535. Windows color (decimal): -10676618 or 7738973. OLE color: 7738973.

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

Color convert

RGB9322118-
CMYK0.210.8100.54
HSL284.38º68.57%27.45%-
HSV(B)284.38º81.36%46.27%-
XYZ8.074.2117.53-
YUV54.17164.02155.69-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 39.91%
GREEN value IS 22 (8.98% from 255) = 9.44%
BLUE value IS 118 (46.48% from 255) = 50.64%
R=39.91%
G=9.44%
B=50.64%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal93221180.210.8100.54284.3868.5727.45
Hex5D1676155103611c451b
Octal135261662512106643410533
Binary10111011011011101101010110100010110110100011100100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5d1676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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