#5e0876

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

Shades of Indigo #5E0876

Tints of Indigo #5E0876

Color information

#5E0876 (or 0x5E0876) is unknown color: approx Indigo. HEX triplet: 5E, 08 and 76. RGB value is (94,8,118). Sum of RGB (Red+Green+Blue) = 94+8+118=220 (29% of max value = 765). Red value is 94 (37.11% from 255 or 42.73% from 220); Green value is 8 (3.52% from 255 or 3.64% from 220); Blue value is 118 (46.48% from 255 or 53.64% from 220); Max value from RGB is 118 - color contains mainly: blue. Hex color #5E0876 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E0876 is #A1F789. Grayscale: #2D2D2D. Windows color (decimal): -10614666 or 7735390. OLE color: 7735390.

HSL color Cylindrical-coordinate representation of color #5E0876: hue angle of 286.91º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5E0876 is Cyan = 0.20, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB948118-
CMYK0.200.9300.54
HSL286.91º87.3%24.71%-
HSV(B)286.91º93.22%46.27%-
XYZ7.973.8617.46-
YUV46.25168.49162.06-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 42.73%
GREEN value IS 8 (3.52% from 255) = 3.64%
BLUE value IS 118 (46.48% from 255) = 53.64%
R=42.73%
G=3.64%
B=53.64%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal9481180.200.9300.54286.9187.324.71
Hex5E876145D03611f5719
Octal136101662413506643712731
Binary1011110100011101101010010111010110110100011111101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5e0876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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