Html Css Color HEX #2820AA Persian Blue

📋 copy color: '#2820AA'

red 40 ◦ green 32 ◦ blue 170

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

Shades of Persian Blue #2820AA

Tints of Persian Blue #2820AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 70.25%

R = 16.53%
G = 13.22%
B = 70.25%

CMYK

 C value IS 0.76

 M value IS 0.81

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2820AA (or 0x2820AA) is known color: Persian Blue. HEX triplet: 28, 20 and AA. RGB value is (40,32,170). Sum of RGB (Red+Green+Blue) = 40+32+170=242 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.53% from 242); Green value is 32 (12.89% from 255 or 13.22% from 242); Blue value is 170 (66.80% from 255 or 70.25% from 242); Max value from RGB is 170 - color contains mainly: blue. Hex color #2820AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2820AA is #D7DF55. Grayscale: #313131. Windows color (decimal): -14147414 or 11149352. OLE color: 11149352.

HSL color Cylindrical-coordinate representation of color #2820AA: hue angle of 243.48º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2820AA is Cyan = 0.76, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 40 32 170 -
CMYK 0.76 0.81 0 0.33
HSL 243.48º 0.68% 0.4% -
HSV(B) 243.48º 0.81% 0.67% -
XYZ 8.65 4.39 38.42 -
YUV 50.12 195.65 120.78 -
System Red Green Blue C M Y K H S L
Decimal 40 32 170 0.76 0.81 0 0.33 243.48 0.68 0.4
Hex 28 20 AA 4C 51 0 21 F3 44 28
Octal 50 40 252 114 121 0 41 363 104 50
Binary 101000 100000 10101010 1001100 1010001 0 100001 11110011 1000100 101000

Color Harmonies of #2820AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2820AA

Black with #2820AA

Text Example


Text Example

White with #2820AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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