Html Css Color HEX #211FAD Persian Blue

📋 copy color: '#211FAD'

red 33 ◦ green 31 ◦ blue 173

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

Shades of Persian Blue #211FAD

Tints of Persian Blue #211FAD

RGB

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

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

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

R = 13.92%
G = 13.08%
B = 73%

CMYK

 C value IS 0.81

 M value IS 0.82

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#211FAD (or 0x211FAD) is known color: Persian Blue. HEX triplet: 21, 1F and AD. RGB value is (33,31,173). Sum of RGB (Red+Green+Blue) = 33+31+173=237 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.92% from 237); Green value is 31 (12.5% from 255 or 13.08% from 237); Blue value is 173 (67.97% from 255 or 73.00% from 237); Max value from RGB is 173 - color contains mainly: blue. Hex color #211FAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #211FAD is #DEE052. Grayscale: #2F2F2F. Windows color (decimal): -14606419 or 11345697. OLE color: 11345697.

HSL color Cylindrical-coordinate representation of color #211FAD: hue angle of 240.85º degrees, saturation: 0.7, 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 #211FAD is Cyan = 0.81, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 33 31 173 -
CMYK 0.81 0.82 0 0.32
HSL 240.85º 0.7% 0.4% -
HSV(B) 240.85º 0.82% 0.68% -
XYZ 8.66 4.32 39.91 -
YUV 47.79 198.66 117.45 -
System Red Green Blue C M Y K H S L
Decimal 33 31 173 0.81 0.82 0 0.32 240.85 0.7 0.4
Hex 21 1F AD 51 52 0 20 F1 46 28
Octal 41 37 255 121 122 0 40 361 106 50
Binary 100001 11111 10101101 1010001 1010010 0 100000 11110001 1000110 101000

Color Harmonies of #211FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211FAD

Black with #211FAD

Text Example


Text Example

White with #211FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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