#5E0497

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

Shades of Indigo #5E0497

Tints of Indigo #5E0497

Color information

#5E0497 (or 0x5E0497) is unknown color: approx Indigo. HEX triplet: 5E, 04 and 97. RGB value is (94,4,151). Sum of RGB (Red+Green+Blue) = 94+4+151=249 (32% of max value = 765). Red value is 94 (37.11% from 255 or 37.75% from 249); Green value is 4 (1.95% from 255 or 1.61% from 249); Blue value is 151 (59.38% from 255 or 60.64% from 249); Max value from RGB is 151 - color contains mainly: blue. Hex color #5E0497 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E0497 is #A1FB68. Grayscale: #2F2F2F. Windows color (decimal): -10615657 or 9897054. OLE color: 9897054.

HSL color Cylindrical-coordinate representation of color #5E0497: hue angle of 276.73º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5E0497 is Cyan = 0.38, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB944151-
CMYK0.380.9700.41
HSL276.73º94.84%30.39%-
HSV(B)276.73º97.35%59.22%-
XYZ10.254.729.65-
YUV47.67186.32161.05-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 37.75%
GREEN value IS 4 (1.95% from 255) = 1.61%
BLUE value IS 151 (59.38% from 255) = 60.64%
R=37.75%
G=1.61%
B=60.64%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal9441510.380.9700.41276.7394.8430.39
Hex5E49726610291155f1e
Octal13642274614105142513736
Binary10111101001001011110011011000010101001100010101101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E0497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,4,151); }

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

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

 a { background-color: rgb(94,4,151); }

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

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

 span { border-color: rgb(94,4,151); }

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