Html Css Color HEX #211FD1 Persian Blue

📋 copy color: '#211FD1'

red 33 ◦ green 31 ◦ blue 209

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

Shades of Persian Blue #211FD1

Tints of Persian Blue #211FD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 76.56%

R = 12.09%
G = 11.36%
B = 76.56%

CMYK

 C value IS 0.84

 M value IS 0.85

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#211FD1 (or 0x211FD1) is known color: Persian Blue. HEX triplet: 21, 1F and D1. RGB value is (33,31,209). Sum of RGB (Red+Green+Blue) = 33+31+209=273 (36% of max value = 765). Red value is 33 (13.28% from 255 or 12.09% from 273); Green value is 31 (12.5% from 255 or 11.36% from 273); Blue value is 209 (82.03% from 255 or 76.56% from 273); Max value from RGB is 209 - color contains mainly: blue. Hex color #211FD1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #211FD1 is #DEE02E. Grayscale: #333333. Windows color (decimal): -14606383 or 13704993. OLE color: 13704993.

HSL color Cylindrical-coordinate representation of color #211FD1: hue angle of 240.67º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #211FD1 is Cyan = 0.84, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 33 31 209 -
CMYK 0.84 0.85 0 0.18
HSL 240.67º 0.74% 0.47% -
HSV(B) 240.67º 0.85% 0.82% -
XYZ 12.63 5.91 60.8 -
YUV 51.89 216.66 114.53 -
System Red Green Blue C M Y K H S L
Decimal 33 31 209 0.84 0.85 0 0.18 240.67 0.74 0.47
Hex 21 1F D1 54 55 0 12 F1 4A 2F
Octal 41 37 321 124 125 0 22 361 112 57
Binary 100001 11111 11010001 1010100 1010101 0 10010 11110001 1001010 101111

Color Harmonies of #211FD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211FD1

Black with #211FD1

Text Example


Text Example

White with #211FD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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