#5E0881

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

Shades of Indigo #5E0881

Tints of Indigo #5E0881

Color information

#5E0881 (or 0x5E0881) is unknown color: approx Indigo. HEX triplet: 5E, 08 and 81. RGB value is (94,8,129). Sum of RGB (Red+Green+Blue) = 94+8+129=231 (30% of max value = 765). Red value is 94 (37.11% from 255 or 40.69% from 231); Green value is 8 (3.52% from 255 or 3.46% from 231); Blue value is 129 (50.78% from 255 or 55.84% from 231); Max value from RGB is 129 - color contains mainly: blue. Hex color #5E0881 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E0881 is #A1F77E. Grayscale: #2F2F2F. Windows color (decimal): -10614655 or 8456286. OLE color: 8456286.

HSL color Cylindrical-coordinate representation of color #5E0881: hue angle of 282.64º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5E0881 is Cyan = 0.27, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB948129-
CMYK0.270.9400.49
HSL282.64º88.32%26.86%-
HSV(B)282.64º93.8%50.59%-
XYZ8.674.1421.11-
YUV47.51173.99161.16-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 40.69%
GREEN value IS 8 (3.52% from 255) = 3.46%
BLUE value IS 129 (50.78% from 255) = 55.84%
R=40.69%
G=3.46%
B=55.84%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal9481290.270.9400.49282.6488.3226.86
Hex5E8811B5E03111b581b
Octal136102013313606143313033
Binary10111101000100000011101110111100110001100011011101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E0881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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