#2E228E

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

Shades of Persian Indigo #2E228E

Tints of Persian Indigo #2E228E

Color information

#2E228E (or 0x2E228E) is unknown color: approx Persian Indigo. HEX triplet: 2E, 22 and 8E. RGB value is (46,34,142). Sum of RGB (Red+Green+Blue) = 46+34+142=222 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.72% from 222); Green value is 34 (13.67% from 255 or 15.32% from 222); Blue value is 142 (55.86% from 255 or 63.96% from 222); Max value from RGB is 142 - color contains mainly: blue. Hex color #2E228E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E228E is #D1DD71. Grayscale: #313131. Windows color (decimal): -13753714 or 9314862. OLE color: 9314862.

HSL color Cylindrical-coordinate representation of color #2E228E: hue angle of 246.67º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2E228E is Cyan = 0.68, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB4634142-
CMYK0.680.7600.44
HSL246.67º61.36%34.51%-
HSV(B)246.67º76.06%55.69%-
XYZ6.583.6825.95-
YUV49.9179.98125.22-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 20.72%
GREEN value IS 34 (13.67% from 255) = 15.32%
BLUE value IS 142 (55.86% from 255) = 63.96%
R=20.72%
G=15.32%
B=63.96%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal46341420.680.7600.44246.6761.3634.51
Hex2E228E444C02Cf73d23
Octal56422161041140543677543
Binary1011101000101000111010001001001100010110011110111111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E228E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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