#2D208C

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

Shades of Persian Indigo #2D208C

Tints of Persian Indigo #2D208C

Color information

#2D208C (or 0x2D208C) is unknown color: approx Persian Indigo. HEX triplet: 2D, 20 and 8C. RGB value is (45,32,140). Sum of RGB (Red+Green+Blue) = 45+32+140=217 (28% of max value = 765). Red value is 45 (17.97% from 255 or 20.74% from 217); Green value is 32 (12.89% from 255 or 14.75% from 217); Blue value is 140 (55.08% from 255 or 64.52% from 217); Max value from RGB is 140 - color contains mainly: blue. Hex color #2D208C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D208C is #D2DF73. Grayscale: #2F2F2F. Windows color (decimal): -13819764 or 9183277. OLE color: 9183277.

HSL color Cylindrical-coordinate representation of color #2D208C: hue angle of 247.22º 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 #2D208C is Cyan = 0.68, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB4532140-
CMYK0.680.7700.45
HSL247.22º62.79%33.73%-
HSV(B)247.22º77.14%54.9%-
XYZ6.333.4825.15-
YUV48.2179.81125.72-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 20.74%
GREEN value IS 32 (12.89% from 255) = 14.75%
BLUE value IS 140 (55.08% from 255) = 64.52%
R=20.74%
G=14.75%
B=64.52%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal45321400.680.7700.45247.2262.7933.73
Hex2D208C444D02Df73f22
Octal55402141041150553677742
Binary1011011000001000110010001001001101010110111110111111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D208C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,32,140); }

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

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

 a { background-color: rgb(45,32,140); }

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

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

 span { border-color: rgb(45,32,140); }

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