Html Css Color HEX #2B20AD Persian Blue

📋 copy color: '#2B20AD'

red 43 ◦ green 32 ◦ blue 173

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

Shades of Persian Blue #2B20AD

Tints of Persian Blue #2B20AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 69.76%

R = 17.34%
G = 12.9%
B = 69.76%

CMYK

 C value IS 0.75

 M value IS 0.82

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#2B20AD (or 0x2B20AD) is known color: Persian Blue. HEX triplet: 2B, 20 and AD. RGB value is (43,32,173). Sum of RGB (Red+Green+Blue) = 43+32+173=248 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.34% from 248); Green value is 32 (12.89% from 255 or 12.90% from 248); Blue value is 173 (67.97% from 255 or 69.76% from 248); Max value from RGB is 173 - color contains mainly: blue. Hex color #2B20AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B20AD is #D4DF52. Grayscale: #323232. Windows color (decimal): -13950803 or 11345963. OLE color: 11345963.

HSL color Cylindrical-coordinate representation of color #2B20AD: hue angle of 244.68º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2B20AD is Cyan = 0.75, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 43 32 173 -
CMYK 0.75 0.82 0 0.32
HSL 244.68º 0.69% 0.4% -
HSV(B) 244.68º 0.82% 0.68% -
XYZ 9.06 4.56 39.94 -
YUV 51.36 196.64 122.04 -
System Red Green Blue C M Y K H S L
Decimal 43 32 173 0.75 0.82 0 0.32 244.68 0.69 0.4
Hex 2B 20 AD 4B 52 0 20 F5 45 28
Octal 53 40 255 113 122 0 40 365 105 50
Binary 101011 100000 10101101 1001011 1010010 0 100000 11110101 1000101 101000

Color Harmonies of #2B20AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B20AD

Black with #2B20AD

Text Example


Text Example

White with #2B20AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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