#5E1592

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

Shades of Indigo #5E1592

Tints of Indigo #5E1592

Color information

#5E1592 (or 0x5E1592) is unknown color: approx Indigo. HEX triplet: 5E, 15 and 92. RGB value is (94,21,146). Sum of RGB (Red+Green+Blue) = 94+21+146=261 (34% of max value = 765). Red value is 94 (37.11% from 255 or 36.02% from 261); Green value is 21 (8.59% from 255 or 8.05% from 261); Blue value is 146 (57.42% from 255 or 55.94% from 261); Max value from RGB is 146 - color contains mainly: blue. Hex color #5E1592 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E1592 is #A1EA6D. Grayscale: #383838. Windows color (decimal): -10611310 or 9573726. OLE color: 9573726.

HSL color Cylindrical-coordinate representation of color #5E1592: hue angle of 275.04º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5E1592 is Cyan = 0.36, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB9421146-
CMYK0.360.8600.43
HSL275.04º74.85%32.75%-
HSV(B)275.04º85.62%57.25%-
XYZ10.074.9927.63-
YUV57.08178.18154.34-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 36.02%
GREEN value IS 21 (8.59% from 255) = 8.05%
BLUE value IS 146 (57.42% from 255) = 55.94%
R=36.02%
G=8.05%
B=55.94%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal94211460.360.8600.43275.0474.8532.75
Hex5E1592245602B1134b21
Octal136252224412605342311341
Binary10111101010110010010100100101011001010111000100111001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E1592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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