#2e208d

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

Shades of Persian Indigo #2E208D

Tints of Persian Indigo #2E208D

Color information

#2E208D (or 0x2E208D) is unknown color: approx Persian Indigo. HEX triplet: 2E, 20 and 8D. RGB value is (46,32,141). Sum of RGB (Red+Green+Blue) = 46+32+141=219 (29% of max value = 765). Red value is 46 (18.36% from 255 or 21.00% from 219); Green value is 32 (12.89% from 255 or 14.61% from 219); Blue value is 141 (55.47% from 255 or 64.38% from 219); Max value from RGB is 141 - color contains mainly: blue. Hex color #2E208D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E208D is #D1DF72. Grayscale: #303030. Windows color (decimal): -13754227 or 9248814. OLE color: 9248814.

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

Color convert

RGB4632141-
CMYK0.670.7700.45
HSL247.71º63.01%33.92%-
HSV(B)247.71º77.3%55.29%-
XYZ6.453.5425.54-
YUV48.61180.14126.14-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 21.00%
GREEN value IS 32 (12.89% from 255) = 14.61%
BLUE value IS 141 (55.47% from 255) = 64.38%
R=21.00%
G=14.61%
B=64.38%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal46321410.670.7700.45247.7163.0133.92
Hex2E208D434D02Df83f22
Octal56402151031150553707742
Binary1011101000001000110110000111001101010110111111000111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2e208d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,32,141); }

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

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

 a { background-color: rgb(46,32,141); }

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

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

 span { border-color: rgb(46,32,141); }

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