Html Css Color HEX #2820AF Persian Blue

📋 copy color: '#2820AF'

red 40 ◦ green 32 ◦ blue 175

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

Shades of Persian Blue #2820AF

Tints of Persian Blue #2820AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 70.85%

R = 16.19%
G = 12.96%
B = 70.85%

CMYK

 C value IS 0.77

 M value IS 0.82

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#2820AF (or 0x2820AF) is known color: Persian Blue. HEX triplet: 28, 20 and AF. RGB value is (40,32,175). Sum of RGB (Red+Green+Blue) = 40+32+175=247 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.19% from 247); Green value is 32 (12.89% from 255 or 12.96% from 247); Blue value is 175 (68.75% from 255 or 70.85% from 247); Max value from RGB is 175 - color contains mainly: blue. Hex color #2820AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2820AF is #D7DF50. Grayscale: #323232. Windows color (decimal): -14147409 or 11477032. OLE color: 11477032.

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

Color convert

RGB 40 32 175 -
CMYK 0.77 0.82 0 0.31
HSL 243.36º 0.69% 0.41% -
HSV(B) 243.36º 0.82% 0.69% -
XYZ 9.13 4.58 40.96 -
YUV 50.69 198.15 120.37 -
System Red Green Blue C M Y K H S L
Decimal 40 32 175 0.77 0.82 0 0.31 243.36 0.69 0.41
Hex 28 20 AF 4D 52 0 1F F3 45 29
Octal 50 40 257 115 122 0 37 363 105 51
Binary 101000 100000 10101111 1001101 1010010 0 11111 11110011 1000101 101001

Color Harmonies of #2820AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2820AF

Black with #2820AF

Text Example


Text Example

White with #2820AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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