#5E006E

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

Shades of Indigo #5E006E

Tints of Indigo #5E006E

Color information

#5E006E (or 0x5E006E) is unknown color: approx Indigo. HEX triplet: 5E, 00 and 6E. RGB value is (94,0,110). Sum of RGB (Red+Green+Blue) = 94+0+110=204 (27% of max value = 765). Red value is 94 (37.11% from 255 or 46.08% from 204); Green value is 0 (0.39% from 255 or 0% from 204); Blue value is 110 (43.36% from 255 or 53.92% from 204); Max value from RGB is 110 - color contains mainly: blue. Hex color #5E006E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E006E is #A1FF91. Grayscale: #282828. Windows color (decimal): -10616722 or 7209054. OLE color: 7209054.

HSL color Cylindrical-coordinate representation of color #5E006E: hue angle of 291.27º 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 #5E006E is Cyan = 0.15, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB940110-
CMYK0.15100.57
HSL291.27º100%21.57%-
HSV(B)291.27º100%43.14%-
XYZ7.433.5115.04-
YUV40.65167.14166.06-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 46.08%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 110 (43.36% from 255) = 53.92%
R=46.08%
G=0%
B=53.92%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal9401100.15100.57291.2710021.57
Hex5E06EF640391236416
Octal13601561714407144314426
Binary101111001101110111111001000111001100100011110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E006E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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