Html Css Color HEX #2B20AA Persian Blue

📋 copy color: '#2B20AA'

red 43 ◦ green 32 ◦ blue 170

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

Shades of Persian Blue #2B20AA

Tints of Persian Blue #2B20AA

RGB

 RED value IS 43 (17.19% from 255) = 17.55%

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

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

R = 17.55%
G = 13.06%
B = 69.39%

CMYK

 C value IS 0.75

 M value IS 0.81

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2B20AA (or 0x2B20AA) is known color: Persian Blue. HEX triplet: 2B, 20 and AA. RGB value is (43,32,170). Sum of RGB (Red+Green+Blue) = 43+32+170=245 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.55% from 245); Green value is 32 (12.89% from 255 or 13.06% from 245); Blue value is 170 (66.80% from 255 or 69.39% from 245); Max value from RGB is 170 - color contains mainly: blue. Hex color #2B20AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B20AA is #D4DF55. Grayscale: #323232. Windows color (decimal): -13950806 or 11149355. OLE color: 11149355.

HSL color Cylindrical-coordinate representation of color #2B20AA: hue angle of 244.78º 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 #2B20AA is Cyan = 0.75, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 43 32 170 -
CMYK 0.75 0.81 0 0.33
HSL 244.78º 0.68% 0.4% -
HSV(B) 244.78º 0.81% 0.67% -
XYZ 8.77 4.45 38.43 -
YUV 51.02 195.14 122.28 -
System Red Green Blue C M Y K H S L
Decimal 43 32 170 0.75 0.81 0 0.33 244.78 0.68 0.4
Hex 2B 20 AA 4B 51 0 21 F5 44 28
Octal 53 40 252 113 121 0 41 365 104 50
Binary 101011 100000 10101010 1001011 1010001 0 100001 11110101 1000100 101000

Color Harmonies of #2B20AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B20AA

Black with #2B20AA

Text Example


Text Example

White with #2B20AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2B20AA;
 }
 .AnyTagClassName
 {
   color: #2B20AA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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