#5E169E

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

Shades of Indigo #5E169E

Tints of Indigo #5E169E

Color information

#5E169E (or 0x5E169E) is unknown color: approx Indigo. HEX triplet: 5E, 16 and 9E. RGB value is (94,22,158). Sum of RGB (Red+Green+Blue) = 94+22+158=274 (36% of max value = 765). Red value is 94 (37.11% from 255 or 34.31% from 274); Green value is 22 (8.98% from 255 or 8.03% from 274); Blue value is 158 (62.11% from 255 or 57.66% from 274); Max value from RGB is 158 - color contains mainly: blue. Hex color #5E169E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E169E is #A1E961. Grayscale: #3A3A3A. Windows color (decimal): -10611042 or 10360414. OLE color: 10360414.

HSL color Cylindrical-coordinate representation of color #5E169E: hue angle of 271.76º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5E169E is Cyan = 0.41, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB9422158-
CMYK0.410.8600.38
HSL271.76º75.56%35.29%-
HSV(B)271.76º86.08%61.96%-
XYZ11.075.4232.81-
YUV59.03183.85152.94-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 34.31%
GREEN value IS 22 (8.98% from 255) = 8.03%
BLUE value IS 158 (62.11% from 255) = 57.66%
R=34.31%
G=8.03%
B=57.66%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal94221580.410.8600.38271.7675.5635.29
Hex5E169E29560261104c23
Octal136262365112604642011443
Binary10111101011010011110101001101011001001101000100001001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E169E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,22,158); }

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

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

 a { background-color: rgb(94,22,158); }

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

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

 span { border-color: rgb(94,22,158); }

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