#5E1596

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

Shades of Indigo #5E1596

Tints of Indigo #5E1596

Color information

#5E1596 (or 0x5E1596) is unknown color: approx Indigo. HEX triplet: 5E, 15 and 96. RGB value is (94,21,150). Sum of RGB (Red+Green+Blue) = 94+21+150=265 (35% of max value = 765). Red value is 94 (37.11% from 255 or 35.47% from 265); Green value is 21 (8.59% from 255 or 7.92% from 265); Blue value is 150 (58.98% from 255 or 56.60% from 265); Max value from RGB is 150 - color contains mainly: blue. Hex color #5E1596 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E1596 is #A1EA69. Grayscale: #393939. Windows color (decimal): -10611306 or 9835870. OLE color: 9835870.

HSL color Cylindrical-coordinate representation of color #5E1596: hue angle of 273.95º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5E1596 is Cyan = 0.37, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB9421150-
CMYK0.370.8600.41
HSL273.95º75.44%33.53%-
HSV(B)273.95º86%58.82%-
XYZ10.395.1229.29-
YUV57.53180.18154.01-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 35.47%
GREEN value IS 21 (8.59% from 255) = 7.92%
BLUE value IS 150 (58.98% from 255) = 56.60%
R=35.47%
G=7.92%
B=56.60%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal94211500.370.8600.41273.9575.4433.53
Hex5E159625560291124b22
Octal136252264512605142211342
Binary10111101010110010110100101101011001010011000100101001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E1596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,21,150); }

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

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

 a { background-color: rgb(94,21,150); }

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

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

 span { border-color: rgb(94,21,150); }

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