#5D0E73

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

Shades of Indigo #5D0E73

Tints of Indigo #5D0E73

Color information

#5D0E73 (or 0x5D0E73) is unknown color: approx Indigo. HEX triplet: 5D, 0E and 73. RGB value is (93,14,115). Sum of RGB (Red+Green+Blue) = 93+14+115=222 (29% of max value = 765). Red value is 93 (36.72% from 255 or 41.89% from 222); Green value is 14 (5.86% from 255 or 6.31% from 222); Blue value is 115 (45.31% from 255 or 51.80% from 222); Max value from RGB is 115 - color contains mainly: blue. Hex color #5D0E73 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5D0E73 is #A2F18C. Grayscale: #303030. Windows color (decimal): -10678669 or 7540317. OLE color: 7540317.

HSL color Cylindrical-coordinate representation of color #5D0E73: hue angle of 286.93º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5D0E73 is Cyan = 0.19, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB9314115-
CMYK0.190.8800.55
HSL286.93º78.29%25.29%-
HSV(B)286.93º87.83%45.1%-
XYZ7.773.8816.56-
YUV49.14165.17159.29-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 41.89%
GREEN value IS 14 (5.86% from 255) = 6.31%
BLUE value IS 115 (45.31% from 255) = 51.80%
R=41.89%
G=6.31%
B=51.80%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal93141150.190.8800.55286.9378.2925.29
Hex5DE73135803711f4e19
Octal135161632313006743711631
Binary1011101111011100111001110110000110111100011111100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D0E73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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