Html Css Color HEX #211FC9 Persian Blue

📋 copy color: '#211FC9'

red 33 ◦ green 31 ◦ blue 201

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

Shades of Persian Blue #211FC9

Tints of Persian Blue #211FC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 75.85%

R = 12.45%
G = 11.7%
B = 75.85%

CMYK

 C value IS 0.84

 M value IS 0.85

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#211FC9 (or 0x211FC9) is known color: Persian Blue. HEX triplet: 21, 1F and C9. RGB value is (33,31,201). Sum of RGB (Red+Green+Blue) = 33+31+201=265 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.45% from 265); Green value is 31 (12.5% from 255 or 11.70% from 265); Blue value is 201 (78.91% from 255 or 75.85% from 265); Max value from RGB is 201 - color contains mainly: blue. Hex color #211FC9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #211FC9 is #DEE036. Grayscale: #323232. Windows color (decimal): -14606391 or 13180705. OLE color: 13180705.

HSL color Cylindrical-coordinate representation of color #211FC9: hue angle of 240.71º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #211FC9 is Cyan = 0.84, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 33 31 201 -
CMYK 0.84 0.85 0 0.21
HSL 240.71º 0.73% 0.45% -
HSV(B) 240.71º 0.85% 0.79% -
XYZ 11.66 5.52 55.71 -
YUV 50.98 212.66 115.18 -
System Red Green Blue C M Y K H S L
Decimal 33 31 201 0.84 0.85 0 0.21 240.71 0.73 0.45
Hex 21 1F C9 54 55 0 15 F1 49 2D
Octal 41 37 311 124 125 0 25 361 111 55
Binary 100001 11111 11001001 1010100 1010101 0 10101 11110001 1001001 101101

Color Harmonies of #211FC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211FC9

Black with #211FC9

Text Example


Text Example

White with #211FC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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