Html Css Color HEX #211FCA Persian Blue

📋 copy color: '#211FCA'

red 33 ◦ green 31 ◦ blue 202

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

Shades of Persian Blue #211FCA

Tints of Persian Blue #211FCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 75.94%

R = 12.41%
G = 11.65%
B = 75.94%

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

#211FCA (or 0x211FCA) is known color: Persian Blue. HEX triplet: 21, 1F and CA. RGB value is (33,31,202). Sum of RGB (Red+Green+Blue) = 33+31+202=266 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.41% from 266); Green value is 31 (12.5% from 255 or 11.65% from 266); Blue value is 202 (79.30% from 255 or 75.94% from 266); Max value from RGB is 202 - color contains mainly: blue. Hex color #211FCA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #211FCA is #DEE035. Grayscale: #323232. Windows color (decimal): -14606390 or 13246241. OLE color: 13246241.

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

Color convert

RGB 33 31 202 -
CMYK 0.84 0.85 0 0.21
HSL 240.7º 0.73% 0.46% -
HSV(B) 240.7º 0.85% 0.79% -
XYZ 11.78 5.57 56.33 -
YUV 51.09 213.16 115.1 -
System Red Green Blue C M Y K H S L
Decimal 33 31 202 0.84 0.85 0 0.21 240.7 0.73 0.46
Hex 21 1F CA 54 55 0 15 F1 49 2E
Octal 41 37 312 124 125 0 25 361 111 56
Binary 100001 11111 11001010 1010100 1010101 0 10101 11110001 1001001 101110

Color Harmonies of #211FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211FCA

Black with #211FCA

Text Example


Text Example

White with #211FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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