#2E0593

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

Shades of Persian Indigo #2E0593

Tints of Persian Indigo #2E0593

Color information

#2E0593 (or 0x2E0593) is unknown color: approx Persian Indigo. HEX triplet: 2E, 05 and 93. RGB value is (46,5,147). Sum of RGB (Red+Green+Blue) = 46+5+147=198 (26% of max value = 765). Red value is 46 (18.36% from 255 or 23.23% from 198); Green value is 5 (2.34% from 255 or 2.53% from 198); Blue value is 147 (57.81% from 255 or 74.24% from 198); Max value from RGB is 147 - color contains mainly: blue. Hex color #2E0593 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2E0593 is #D1FA6C. Grayscale: #202020. Windows color (decimal): -13761133 or 9635118. OLE color: 9635118.

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

Color convert

RGB465147-
CMYK0.690.9700.42
HSL257.32º93.42%29.8%-
HSV(B)257.32º96.6%57.65%-
XYZ6.452.827.8-
YUV33.45192.08136.95-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 23.23%
GREEN value IS 5 (2.34% from 255) = 2.53%
BLUE value IS 147 (57.81% from 255) = 74.24%
R=23.23%
G=2.53%
B=74.24%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal4651470.690.9700.42257.3293.4229.8
Hex2E593456102A1015d1e
Octal56522310514105240113536
Binary10111010110010011100010111000010101010100000001101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E0593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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