Html Css Color HEX #211FAC Persian Blue

📋 copy color: '#211FAC'

red 33 ◦ green 31 ◦ blue 172

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

Shades of Persian Blue #211FAC

Tints of Persian Blue #211FAC

RGB

 RED value IS 33 (13.28% from 255) = 13.98%

 GREEN value IS 31 (12.5% from 255) = 13.14%

 BLUE value IS 172 (67.58% from 255) = 72.88%

R = 13.98%
G = 13.14%
B = 72.88%

CMYK

 C value IS 0.81

 M value IS 0.82

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#211FAC (or 0x211FAC) is known color: Persian Blue. HEX triplet: 21, 1F and AC. RGB value is (33,31,172). Sum of RGB (Red+Green+Blue) = 33+31+172=236 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.98% from 236); Green value is 31 (12.5% from 255 or 13.14% from 236); Blue value is 172 (67.58% from 255 or 72.88% from 236); Max value from RGB is 172 - color contains mainly: blue. Hex color #211FAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #211FAC is #DEE053. Grayscale: #2F2F2F. Windows color (decimal): -14606420 or 11280161. OLE color: 11280161.

HSL color Cylindrical-coordinate representation of color #211FAC: hue angle of 240.85º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #211FAC is Cyan = 0.81, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 33 31 172 -
CMYK 0.81 0.82 0 0.33
HSL 240.85º 0.69% 0.4% -
HSV(B) 240.85º 0.82% 0.67% -
XYZ 8.56 4.28 39.4 -
YUV 47.67 198.16 117.54 -
System Red Green Blue C M Y K H S L
Decimal 33 31 172 0.81 0.82 0 0.33 240.85 0.69 0.4
Hex 21 1F AC 51 52 0 21 F1 45 28
Octal 41 37 254 121 122 0 41 361 105 50
Binary 100001 11111 10101100 1010001 1010010 0 100001 11110001 1000101 101000

Color Harmonies of #211FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211FAC

Black with #211FAC

Text Example


Text Example

White with #211FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211FAC; }

 p { color: rgb(33,31,172); }

 H1.HeaderClassName
 {
   color: #211FAC;
 }
 .AnyTagClassName
 {
   color: #211FAC;
 }
</style>

background-color css

<style>
 a { background-color: #211FAC; }

 a { background-color: rgb(33,31,172); }

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

border-color css

<style>
 span { border-color: #211FAC; }

 span { border-color: rgb(33,31,172); }

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