#2820B2

Color #2820B2 Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #2820B2

Tints of Persian Blue #2820B2

Color information

#2820B2 (or 0x2820B2) is unknown color: approx Persian Blue. HEX triplet: 28, 20 and B2. RGB value is (40,32,178). Sum of RGB (Red+Green+Blue) = 40+32+178=250 (33% of max value = 765). Red value is 40 (16.02% from 255 or 16% from 250); Green value is 32 (12.89% from 255 or 12.8% from 250); Blue value is 178 (69.92% from 255 or 71.2% from 250); Max value from RGB is 178 - color contains mainly: blue. Hex color #2820B2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2820B2 is #D7DF4D. Grayscale: #323232. Windows color (decimal): -14147406 or 11673640. OLE color: 11673640.

HSL color Cylindrical-coordinate representation of color #2820B2: hue angle of 243.29º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2820B2 is Cyan = 0.78, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB4032178-
CMYK0.780.8200.30
HSL243.29º69.52%41.18%-
HSV(B)243.29º82.02%69.8%-
XYZ9.434.742.53-
YUV51.04199.65120.13-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 16%
GREEN value IS 32 (12.89% from 255) = 12.8%
BLUE value IS 178 (69.92% from 255) = 71.2%
R=16%
G=12.8%
B=71.2%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal40321780.780.8200.30243.2969.5241.18
Hex2820B24E5201Ef34629
Octal504026211612203636310651
Binary1010001000001011001010011101010010011110111100111000110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2820B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2820B2; }

 p { color: rgb(40,32,178); }

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

<style>
 a { background-color: #2820B2; }

 a { background-color: rgb(40,32,178); }

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

<style>
 span { border-color: #2820B2; }

 span { border-color: rgb(40,32,178); }

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