#5E0892

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

Shades of Indigo #5E0892

Tints of Indigo #5E0892

Color information

#5E0892 (or 0x5E0892) is unknown color: approx Indigo. HEX triplet: 5E, 08 and 92. RGB value is (94,8,146). Sum of RGB (Red+Green+Blue) = 94+8+146=248 (32% of max value = 765). Red value is 94 (37.11% from 255 or 37.90% from 248); Green value is 8 (3.52% from 255 or 3.23% from 248); Blue value is 146 (57.42% from 255 or 58.87% from 248); Max value from RGB is 146 - color contains mainly: blue. Hex color #5E0892 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E0892 is #A1F76D. Grayscale: #303030. Windows color (decimal): -10614638 or 9570398. OLE color: 9570398.

HSL color Cylindrical-coordinate representation of color #5E0892: hue angle of 277.39º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5E0892 is Cyan = 0.36, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB948146-
CMYK0.360.9500.43
HSL277.39º89.61%30.2%-
HSV(B)277.39º94.52%57.25%-
XYZ9.894.6327.57-
YUV49.45182.49159.78-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 37.90%
GREEN value IS 8 (3.52% from 255) = 3.23%
BLUE value IS 146 (57.42% from 255) = 58.87%
R=37.90%
G=3.23%
B=58.87%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal9481460.360.9500.43277.3989.6130.2
Hex5E892245F02B1155a1e
Octal136102224413705342513236
Binary101111010001001001010010010111110101011100010101101101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E0892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,8,146); }

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

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

 a { background-color: rgb(94,8,146); }

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

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

 span { border-color: rgb(94,8,146); }

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