#5E1292

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

Shades of Indigo #5E1292

Tints of Indigo #5E1292

Color information

#5E1292 (or 0x5E1292) is unknown color: approx Indigo. HEX triplet: 5E, 12 and 92. RGB value is (94,18,146). Sum of RGB (Red+Green+Blue) = 94+18+146=258 (34% of max value = 765). Red value is 94 (37.11% from 255 or 36.43% from 258); Green value is 18 (7.42% from 255 or 6.98% from 258); Blue value is 146 (57.42% from 255 or 56.59% from 258); Max value from RGB is 146 - color contains mainly: blue. Hex color #5E1292 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E1292 is #A1ED6D. Grayscale: #363636. Windows color (decimal): -10612078 or 9572958. OLE color: 9572958.

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

Color convert

RGB9418146-
CMYK0.360.8800.43
HSL275.62º78.05%32.16%-
HSV(B)275.62º87.67%57.25%-
XYZ10.024.8927.61-
YUV55.32179.18155.59-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 36.43%
GREEN value IS 18 (7.42% from 255) = 6.98%
BLUE value IS 146 (57.42% from 255) = 56.59%
R=36.43%
G=6.98%
B=56.59%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal94181460.360.8800.43275.6278.0532.16
Hex5E1292245802B1144e20
Octal136222224413005342411640
Binary10111101001010010010100100101100001010111000101001001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E1292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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