#5E0170

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

Shades of Indigo #5E0170

Tints of Indigo #5E0170

Color information

#5E0170 (or 0x5E0170) is unknown color: approx Indigo. HEX triplet: 5E, 01 and 70. RGB value is (94,1,112). Sum of RGB (Red+Green+Blue) = 94+1+112=207 (27% of max value = 765). Red value is 94 (37.11% from 255 or 45.41% from 207); Green value is 1 (0.78% from 255 or 0.48% from 207); Blue value is 112 (44.14% from 255 or 54.11% from 207); Max value from RGB is 112 - color contains mainly: blue. Hex color #5E0170 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E0170 is #A1FE8F. Grayscale: #292929. Windows color (decimal): -10616464 or 7340382. OLE color: 7340382.

HSL color Cylindrical-coordinate representation of color #5E0170: hue angle of 290.27º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5E0170 is Cyan = 0.16, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB941112-
CMYK0.160.9900.56
HSL290.27º98.23%22.16%-
HSV(B)290.27º99.11%43.92%-
XYZ7.553.5715.62-
YUV41.46167.81165.47-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 45.41%
GREEN value IS 1 (0.78% from 255) = 0.48%
BLUE value IS 112 (44.14% from 255) = 54.11%
R=45.41%
G=0.48%
B=54.11%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal9411120.160.9900.56290.2798.2322.16
Hex5E17010630381226216
Octal13611602014307044214226
Binary1011110111100001000011000110111000100100010110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E0170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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