#5E0197

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

Shades of Indigo #5E0197

Tints of Indigo #5E0197

Color information

#5E0197 (or 0x5E0197) is unknown color: approx Indigo. HEX triplet: 5E, 01 and 97. RGB value is (94,1,151). Sum of RGB (Red+Green+Blue) = 94+1+151=246 (32% of max value = 765). Red value is 94 (37.11% from 255 or 38.21% from 246); Green value is 1 (0.78% from 255 or 0.41% from 246); Blue value is 151 (59.38% from 255 or 61.38% from 246); Max value from RGB is 151 - color contains mainly: blue. Hex color #5E0197 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E0197 is #A1FE68. Grayscale: #2D2D2D. Windows color (decimal): -10616425 or 9896286. OLE color: 9896286.

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

Color convert

RGB941151-
CMYK0.380.9900.41
HSL277.2º98.68%29.8%-
HSV(B)277.2º99.34%59.22%-
XYZ10.214.6429.63-
YUV45.91187.31162.3-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 38.21%
GREEN value IS 1 (0.78% from 255) = 0.41%
BLUE value IS 151 (59.38% from 255) = 61.38%
R=38.21%
G=0.41%
B=61.38%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal9411510.380.9900.41277.298.6829.8
Hex5E1972663029115631e
Octal13612274614305142514336
Binary101111011001011110011011000110101001100010101110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E0197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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