#2E2179

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

Shades of Persian Indigo #2E2179

Tints of Persian Indigo #2E2179

Color information

#2E2179 (or 0x2E2179) is unknown color: approx Persian Indigo. HEX triplet: 2E, 21 and 79. RGB value is (46,33,121). Sum of RGB (Red+Green+Blue) = 46+33+121=200 (26% of max value = 765). Red value is 46 (18.36% from 255 or 23% from 200); Green value is 33 (13.28% from 255 or 16.5% from 200); Blue value is 121 (47.66% from 255 or 60.5% from 200); Max value from RGB is 121 - color contains mainly: blue. Hex color #2E2179 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E2179 is #D1DE86. Grayscale: #2E2E2E. Windows color (decimal): -13753991 or 7938350. OLE color: 7938350.

HSL color Cylindrical-coordinate representation of color #2E2179: hue angle of 248.86º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2E2179 is Cyan = 0.62, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB4633121-
CMYK0.620.7300.53
HSL248.86º57.14%30.2%-
HSV(B)248.86º72.73%47.45%-
XYZ5.123.0518.41-
YUV46.92169.81127.34-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 23%
GREEN value IS 33 (13.28% from 255) = 16.5%
BLUE value IS 121 (47.66% from 255) = 60.5%
R=23%
G=16.5%
B=60.5%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal46331210.620.7300.53248.8657.1430.2
Hex2E21793E49035f9391e
Octal5641171761110653717136
Binary1011101000011111001111110100100101101011111100111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E2179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,33,121); }

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

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

 a { background-color: rgb(46,33,121); }

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

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

 span { border-color: rgb(46,33,121); }

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