#2E1794

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

Shades of Persian Indigo #2E1794

Tints of Persian Indigo #2E1794

Color information

#2E1794 (or 0x2E1794) is unknown color: approx Persian Indigo. HEX triplet: 2E, 17 and 94. RGB value is (46,23,148). Sum of RGB (Red+Green+Blue) = 46+23+148=217 (28% of max value = 765). Red value is 46 (18.36% from 255 or 21.20% from 217); Green value is 23 (9.38% from 255 or 10.60% from 217); Blue value is 148 (58.20% from 255 or 68.20% from 217); Max value from RGB is 148 - color contains mainly: blue. Hex color #2E1794 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2E1794 is #D1E86B. Grayscale: #2B2B2B. Windows color (decimal): -13756524 or 9705262. OLE color: 9705262.

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

Color convert

RGB4623148-
CMYK0.690.8400.42
HSL251.04º73.1%33.53%-
HSV(B)251.04º84.46%58.04%-
XYZ6.783.3328.3-
YUV44.13186.62129.34-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 21.20%
GREEN value IS 23 (9.38% from 255) = 10.60%
BLUE value IS 148 (58.20% from 255) = 68.20%
R=21.20%
G=10.60%
B=68.20%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal46231480.690.8400.42251.0473.133.53
Hex2E1794455402Afb4922
Octal562722410512405237311142
Binary1011101011110010100100010110101000101010111110111001001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E1794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,23,148); }

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

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

 a { background-color: rgb(46,23,148); }

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

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

 span { border-color: rgb(46,23,148); }

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