#5D006E

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

Shades of Indigo #5D006E

Tints of Indigo #5D006E

Color information

#5D006E (or 0x5D006E) is unknown color: approx Indigo. HEX triplet: 5D, 00 and 6E. RGB value is (93,0,110). Sum of RGB (Red+Green+Blue) = 93+0+110=203 (26% of max value = 765). Red value is 93 (36.72% from 255 or 45.81% from 203); Green value is 0 (0.39% from 255 or 0% from 203); Blue value is 110 (43.36% from 255 or 54.19% from 203); Max value from RGB is 110 - color contains mainly: blue. Hex color #5D006E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5D006E is #A2FF91. Grayscale: #282828. Windows color (decimal): -10682258 or 7209053. OLE color: 7209053.

HSL color Cylindrical-coordinate representation of color #5D006E: hue angle of 290.73º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5D006E is Cyan = 0.15, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB930110-
CMYK0.15100.57
HSL290.73º100%21.57%-
HSV(B)290.73º100%43.14%-
XYZ7.333.4515.03-
YUV40.35167.31165.56-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 45.81%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 110 (43.36% from 255) = 54.19%
R=45.81%
G=0%
B=54.19%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal9301100.15100.57290.7310021.57
Hex5D06EF640391236416
Octal13501561714407144314426
Binary101110101101110111111001000111001100100011110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D006E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,0,110); }

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

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

 a { background-color: rgb(93,0,110); }

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

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

 span { border-color: rgb(93,0,110); }

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