Html Css Color HEX #2F21AE Persian Blue

📋 copy color: '#2F21AE'

red 47 ◦ green 33 ◦ blue 174

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

Shades of Persian Blue #2F21AE

Tints of Persian Blue #2F21AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 68.5%

R = 18.5%
G = 12.99%
B = 68.5%

CMYK

 C value IS 0.73

 M value IS 0.81

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#2F21AE (or 0x2F21AE) is known color: Persian Blue. HEX triplet: 2F, 21 and AE. RGB value is (47,33,174). Sum of RGB (Red+Green+Blue) = 47+33+174=254 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.50% from 254); Green value is 33 (13.28% from 255 or 12.99% from 254); Blue value is 174 (68.36% from 255 or 68.50% from 254); Max value from RGB is 174 - color contains mainly: blue. Hex color #2F21AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F21AE is #D0DE51. Grayscale: #343434. Windows color (decimal): -13688402 or 11411759. OLE color: 11411759.

HSL color Cylindrical-coordinate representation of color #2F21AE: hue angle of 245.96º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2F21AE is Cyan = 0.73, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 47 33 174 -
CMYK 0.73 0.81 0 0.32
HSL 245.96º 0.68% 0.41% -
HSV(B) 245.96º 0.81% 0.68% -
XYZ 9.36 4.75 40.47 -
YUV 53.26 196.14 123.54 -
System Red Green Blue C M Y K H S L
Decimal 47 33 174 0.73 0.81 0 0.32 245.96 0.68 0.41
Hex 2F 21 AE 49 51 0 20 F6 44 29
Octal 57 41 256 111 121 0 40 366 104 51
Binary 101111 100001 10101110 1001001 1010001 0 100000 11110110 1000100 101001

Color Harmonies of #2F21AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F21AE

Black with #2F21AE

Text Example


Text Example

White with #2F21AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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