#5D0E8C

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

Shades of Indigo #5D0E8C

Tints of Indigo #5D0E8C

Color information

#5D0E8C (or 0x5D0E8C) is unknown color: approx Indigo. HEX triplet: 5D, 0E and 8C. RGB value is (93,14,140). Sum of RGB (Red+Green+Blue) = 93+14+140=247 (32% of max value = 765). Red value is 93 (36.72% from 255 or 37.65% from 247); Green value is 14 (5.86% from 255 or 5.67% from 247); Blue value is 140 (55.08% from 255 or 56.68% from 247); Max value from RGB is 140 - color contains mainly: blue. Hex color #5D0E8C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5D0E8C is #A2F173. Grayscale: #333333. Windows color (decimal): -10678644 or 9178717. OLE color: 9178717.

HSL color Cylindrical-coordinate representation of color #5D0E8C: hue angle of 277.62º degrees, saturation: 0.82, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5D0E8C is Cyan = 0.34, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB9314140-
CMYK0.340.9000.45
HSL277.62º81.82%30.2%-
HSV(B)277.62º90%54.9%-
XYZ9.44.5325.19-
YUV51.98177.67157.25-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 37.65%
GREEN value IS 14 (5.86% from 255) = 5.67%
BLUE value IS 140 (55.08% from 255) = 56.68%
R=37.65%
G=5.67%
B=56.68%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal93141400.340.9000.45277.6281.8230.2
Hex5DE8C225A02D116521e
Octal135162144213205542612236
Binary101110111101000110010001010110100101101100010110101001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D0E8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,14,140); }

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

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

 a { background-color: rgb(93,14,140); }

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

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

 span { border-color: rgb(93,14,140); }

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