Html Css Color HEX #2F20AA Persian Blue

📋 copy color: '#2F20AA'

red 47 ◦ green 32 ◦ blue 170

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

Shades of Persian Blue #2F20AA

Tints of Persian Blue #2F20AA

RGB

 RED value IS 47 (18.75% from 255) = 18.88%

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

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

R = 18.88%
G = 12.85%
B = 68.27%

CMYK

 C value IS 0.72

 M value IS 0.81

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2F20AA (or 0x2F20AA) is known color: Persian Blue. HEX triplet: 2F, 20 and AA. RGB value is (47,32,170). Sum of RGB (Red+Green+Blue) = 47+32+170=249 (32% of max value = 765). Red value is 47 (18.75% from 255 or 18.88% from 249); Green value is 32 (12.89% from 255 or 12.85% from 249); Blue value is 170 (66.80% from 255 or 68.27% from 249); Max value from RGB is 170 - color contains mainly: blue. Hex color #2F20AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F20AA is #D0DF55. Grayscale: #333333. Windows color (decimal): -13688662 or 11149359. OLE color: 11149359.

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

Color convert

RGB 47 32 170 -
CMYK 0.72 0.81 0 0.33
HSL 246.52º 0.68% 0.4% -
HSV(B) 246.52º 0.81% 0.67% -
XYZ 8.94 4.54 38.44 -
YUV 52.22 194.47 124.28 -
System Red Green Blue C M Y K H S L
Decimal 47 32 170 0.72 0.81 0 0.33 246.52 0.68 0.4
Hex 2F 20 AA 48 51 0 21 F7 44 28
Octal 57 40 252 110 121 0 41 367 104 50
Binary 101111 100000 10101010 1001000 1010001 0 100001 11110111 1000100 101000

Color Harmonies of #2F20AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F20AA

Black with #2F20AA

Text Example


Text Example

White with #2F20AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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