Html Css Color HEX #2820B4 Persian Blue

📋 copy color: '#2820B4'

red 40 ◦ green 32 ◦ blue 180

#2820B4
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Blue #2820B4

Tints of Persian Blue #2820B4

RGB

 RED value IS 40 (16.02% from 255) = 15.87%

 GREEN value IS 32 (12.89% from 255) = 12.7%

 BLUE value IS 180 (70.7% from 255) = 71.43%

R = 15.87%
G = 12.7%
B = 71.43%

CMYK

 C value IS 0.78

 M value IS 0.82

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#2820B4 (or 0x2820B4) is known color: Persian Blue. HEX triplet: 28, 20 and B4. RGB value is (40,32,180). Sum of RGB (Red+Green+Blue) = 40+32+180=252 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.87% from 252); Green value is 32 (12.89% from 255 or 12.70% from 252); Blue value is 180 (70.70% from 255 or 71.43% from 252); Max value from RGB is 180 - color contains mainly: blue. Hex color #2820B4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2820B4 is #D7DF4B. Grayscale: #323232. Windows color (decimal): -14147404 or 11804712. OLE color: 11804712.

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

Color convert

RGB 40 32 180 -
CMYK 0.78 0.82 0 0.29
HSL 243.24º 0.7% 0.42% -
HSV(B) 243.24º 0.82% 0.71% -
XYZ 9.63 4.78 43.59 -
YUV 51.26 200.65 119.97 -
System Red Green Blue C M Y K H S L
Decimal 40 32 180 0.78 0.82 0 0.29 243.24 0.7 0.42
Hex 28 20 B4 4E 52 0 1D F3 46 2A
Octal 50 40 264 116 122 0 35 363 106 52
Binary 101000 100000 10110100 1001110 1010010 0 11101 11110011 1000110 101010

Color Harmonies of #2820B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2820B4

Black with #2820B4

Text Example


Text Example

White with #2820B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2820B4;
 }
 .AnyTagClassName
 {
   color: #2820B4;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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