#5E0B77

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

Shades of Indigo #5E0B77

Tints of Indigo #5E0B77

Color information

#5E0B77 (or 0x5E0B77) is unknown color: approx Indigo. HEX triplet: 5E, 0B and 77. RGB value is (94,11,119). Sum of RGB (Red+Green+Blue) = 94+11+119=224 (29% of max value = 765). Red value is 94 (37.11% from 255 or 41.96% from 224); Green value is 11 (4.69% from 255 or 4.91% from 224); Blue value is 119 (46.88% from 255 or 53.12% from 224); Max value from RGB is 119 - color contains mainly: blue. Hex color #5E0B77 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E0B77 is #A1F488. Grayscale: #2F2F2F. Windows color (decimal): -10613897 or 7801694. OLE color: 7801694.

HSL color Cylindrical-coordinate representation of color #5E0B77: hue angle of 286.11º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5E0B77 is Cyan = 0.21, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB9411119-
CMYK0.210.9100.53
HSL286.11º83.08%25.49%-
HSV(B)286.11º90.76%46.67%-
XYZ8.073.9517.79-
YUV48.13168160.72-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 41.96%
GREEN value IS 11 (4.69% from 255) = 4.91%
BLUE value IS 119 (46.88% from 255) = 53.12%
R=41.96%
G=4.91%
B=53.12%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal94111190.210.9100.53286.1183.0825.49
Hex5EB77155B03511e5319
Octal136131672513306543612331
Binary1011110101111101111010110110110110101100011110101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E0B77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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