#2E0595

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

Shades of Persian Indigo #2E0595

Tints of Persian Indigo #2E0595

Color information

#2E0595 (or 0x2E0595) is unknown color: approx Persian Indigo. HEX triplet: 2E, 05 and 95. RGB value is (46,5,149). Sum of RGB (Red+Green+Blue) = 46+5+149=200 (26% of max value = 765). Red value is 46 (18.36% from 255 or 23% from 200); Green value is 5 (2.34% from 255 or 2.5% from 200); Blue value is 149 (58.59% from 255 or 74.5% from 200); Max value from RGB is 149 - color contains mainly: blue. Hex color #2E0595 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2E0595 is #D1FA6A. Grayscale: #212121. Windows color (decimal): -13761131 or 9766190. OLE color: 9766190.

HSL color Cylindrical-coordinate representation of color #2E0595: hue angle of 257.08º degrees, saturation: 0.94, 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 #2E0595 is Cyan = 0.69, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB465149-
CMYK0.690.9700.42
HSL257.08º93.51%30.2%-
HSV(B)257.08º96.64%58.43%-
XYZ6.612.8628.64-
YUV33.67193.08136.79-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 23%
GREEN value IS 5 (2.34% from 255) = 2.5%
BLUE value IS 149 (58.59% from 255) = 74.5%
R=23%
G=2.5%
B=74.5%

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
Decimal4651490.690.9700.42257.0893.5130.2
Hex2E595456102A1015e1e
Octal56522510514105240113636
Binary10111010110010101100010111000010101010100000001101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E0595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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