Html Css Color HEX #2F21AA Persian Blue

📋 copy color: '#2F21AA'

red 47 ◦ green 33 ◦ blue 170

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

Shades of Persian Blue #2F21AA

Tints of Persian Blue #2F21AA

RGB

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

 GREEN value IS 33 (13.28% from 255) = 13.2%

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

R = 18.8%
G = 13.2%
B = 68%

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

#2F21AA (or 0x2F21AA) is known color: Persian Blue. HEX triplet: 2F, 21 and AA. RGB value is (47,33,170). Sum of RGB (Red+Green+Blue) = 47+33+170=250 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.8% from 250); Green value is 33 (13.28% from 255 or 13.2% from 250); Blue value is 170 (66.80% from 255 or 68% from 250); Max value from RGB is 170 - color contains mainly: blue. Hex color #2F21AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F21AA is #D0DE55. Grayscale: #343434. Windows color (decimal): -13688406 or 11149615. OLE color: 11149615.

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

Color convert

RGB 47 33 170 -
CMYK 0.72 0.81 0 0.33
HSL 246.13º 0.67% 0.4% -
HSV(B) 246.13º 0.81% 0.67% -
XYZ 8.97 4.59 38.44 -
YUV 52.8 194.14 123.86 -
System Red Green Blue C M Y K H S L
Decimal 47 33 170 0.72 0.81 0 0.33 246.13 0.67 0.4
Hex 2F 21 AA 48 51 0 21 F6 43 28
Octal 57 41 252 110 121 0 41 366 103 50
Binary 101111 100001 10101010 1001000 1010001 0 100001 11110110 1000011 101000

Color Harmonies of #2F21AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F21AA

Black with #2F21AA

Text Example


Text Example

White with #2F21AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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