#2E0592

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

Shades of Persian Indigo #2E0592

Tints of Persian Indigo #2E0592

Color information

#2E0592 (or 0x2E0592) is unknown color: approx Persian Indigo. HEX triplet: 2E, 05 and 92. RGB value is (46,5,146). Sum of RGB (Red+Green+Blue) = 46+5+146=197 (26% of max value = 765). Red value is 46 (18.36% from 255 or 23.35% from 197); Green value is 5 (2.34% from 255 or 2.54% from 197); Blue value is 146 (57.42% from 255 or 74.11% from 197); Max value from RGB is 146 - color contains mainly: blue. Hex color #2E0592 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2E0592 is #D1FA6D. Grayscale: #202020. Windows color (decimal): -13761134 or 9569582. OLE color: 9569582.

HSL color Cylindrical-coordinate representation of color #2E0592: hue angle of 257.45º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2E0592 is Cyan = 0.68, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB465146-
CMYK0.680.9700.43
HSL257.45º93.38%29.61%-
HSV(B)257.45º96.58%57.25%-
XYZ6.372.7627.39-
YUV33.33191.58137.04-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 23.35%
GREEN value IS 5 (2.34% from 255) = 2.54%
BLUE value IS 146 (57.42% from 255) = 74.11%
R=23.35%
G=2.54%
B=74.11%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal4651460.680.9700.43257.4593.3829.61
Hex2E592446102B1015d1e
Octal56522210414105340113536
Binary10111010110010010100010011000010101011100000001101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E0592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2E0592; }

 p { color: rgb(46,5,146); }

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

<style>
 a { background-color: #2E0592; }

 a { background-color: rgb(46,5,146); }

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

<style>
 span { border-color: #2E0592; }

 span { border-color: rgb(46,5,146); }

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