#2E227F

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

Shades of Persian Indigo #2E227F

Tints of Persian Indigo #2E227F

Color information

#2E227F (or 0x2E227F) is unknown color: approx Persian Indigo. HEX triplet: 2E, 22 and 7F. RGB value is (46,34,127). Sum of RGB (Red+Green+Blue) = 46+34+127=207 (27% of max value = 765). Red value is 46 (18.36% from 255 or 22.22% from 207); Green value is 34 (13.67% from 255 or 16.43% from 207); Blue value is 127 (50% from 255 or 61.35% from 207); Max value from RGB is 127 - color contains mainly: blue. Hex color #2E227F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E227F is #D1DD80. Grayscale: #2F2F2F. Windows color (decimal): -13753729 or 8331822. OLE color: 8331822.

HSL color Cylindrical-coordinate representation of color #2E227F: hue angle of 247.74º degrees, saturation: 0.58, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2E227F is Cyan = 0.64, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB4634127-
CMYK0.640.7300.50
HSL247.74º57.76%31.57%-
HSV(B)247.74º73.23%49.8%-
XYZ5.533.2620.42-
YUV48.19172.48126.44-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 22.22%
GREEN value IS 34 (13.67% from 255) = 16.43%
BLUE value IS 127 (50% from 255) = 61.35%
R=22.22%
G=16.43%
B=61.35%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal46341270.640.7300.50247.7457.7631.57
Hex2E227F4049032f83a20
Octal56421771001110623707240
Binary101110100010111111110000001001001011001011111000111010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E227F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,34,127); }

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

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

 a { background-color: rgb(46,34,127); }

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

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

 span { border-color: rgb(46,34,127); }

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