#2E218C

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

Shades of Persian Indigo #2E218C

Tints of Persian Indigo #2E218C

Color information

#2E218C (or 0x2E218C) is unknown color: approx Persian Indigo. HEX triplet: 2E, 21 and 8C. RGB value is (46,33,140). Sum of RGB (Red+Green+Blue) = 46+33+140=219 (29% of max value = 765). Red value is 46 (18.36% from 255 or 21.00% from 219); Green value is 33 (13.28% from 255 or 15.07% from 219); Blue value is 140 (55.08% from 255 or 63.93% from 219); Max value from RGB is 140 - color contains mainly: blue. Hex color #2E218C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E218C is #D1DE73. Grayscale: #303030. Windows color (decimal): -13753972 or 9183534. OLE color: 9183534.

HSL color Cylindrical-coordinate representation of color #2E218C: hue angle of 247.29º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2E218C is Cyan = 0.67, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB4633140-
CMYK0.670.7600.45
HSL247.29º61.85%33.92%-
HSV(B)247.29º76.43%54.9%-
XYZ6.43.5625.16-
YUV49.08179.31125.8-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 21.00%
GREEN value IS 33 (13.28% from 255) = 15.07%
BLUE value IS 140 (55.08% from 255) = 63.93%
R=21.00%
G=15.07%
B=63.93%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal46331400.670.7600.45247.2961.8533.92
Hex2E218C434C02Df73e22
Octal56412141031140553677642
Binary1011101000011000110010000111001100010110111110111111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E218C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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