#5E0B9E

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

Shades of Indigo #5E0B9E

Tints of Indigo #5E0B9E

Color information

#5E0B9E (or 0x5E0B9E) is unknown color: approx Indigo. HEX triplet: 5E, 0B and 9E. RGB value is (94,11,158). Sum of RGB (Red+Green+Blue) = 94+11+158=263 (34% of max value = 765). Red value is 94 (37.11% from 255 or 35.74% from 263); Green value is 11 (4.69% from 255 or 4.18% from 263); Blue value is 158 (62.11% from 255 or 60.08% from 263); Max value from RGB is 158 - color contains mainly: blue. Hex color #5E0B9E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E0B9E is #A1F461. Grayscale: #343434. Windows color (decimal): -10613858 or 10357598. OLE color: 10357598.

HSL color Cylindrical-coordinate representation of color #5E0B9E: hue angle of 273.88º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5E0B9E is Cyan = 0.41, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB9411158-
CMYK0.410.9300.38
HSL273.88º86.98%33.14%-
HSV(B)273.88º93.04%61.96%-
XYZ10.915.0932.75-
YUV52.58187.5157.55-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 35.74%
GREEN value IS 11 (4.69% from 255) = 4.18%
BLUE value IS 158 (62.11% from 255) = 60.08%
R=35.74%
G=4.18%
B=60.08%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal94111580.410.9300.38273.8886.9833.14
Hex5EB9E295D0261125721
Octal136132365113504642212741
Binary1011110101110011110101001101110101001101000100101010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E0B9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,11,158); }

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

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

 a { background-color: rgb(94,11,158); }

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

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

 span { border-color: rgb(94,11,158); }

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