#2E218E

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

Shades of Persian Indigo #2E218E

Tints of Persian Indigo #2E218E

Color information

#2E218E (or 0x2E218E) is unknown color: approx Persian Indigo. HEX triplet: 2E, 21 and 8E. RGB value is (46,33,142). Sum of RGB (Red+Green+Blue) = 46+33+142=221 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.81% from 221); Green value is 33 (13.28% from 255 or 14.93% from 221); Blue value is 142 (55.86% from 255 or 64.25% from 221); Max value from RGB is 142 - color contains mainly: blue. Hex color #2E218E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E218E is #D1DE71. Grayscale: #303030. Windows color (decimal): -13753970 or 9314606. OLE color: 9314606.

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

Color convert

RGB4633142-
CMYK0.680.7700.44
HSL247.16º62.29%34.31%-
HSV(B)247.16º76.76%55.69%-
XYZ6.553.6225.94-
YUV49.31180.31125.64-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 20.81%
GREEN value IS 33 (13.28% from 255) = 14.93%
BLUE value IS 142 (55.86% from 255) = 64.25%
R=20.81%
G=14.93%
B=64.25%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal46331420.680.7700.44247.1662.2934.31
Hex2E218E444D02Cf73e22
Octal56412161041150543677642
Binary1011101000011000111010001001001101010110011110111111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E218E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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