Html Css Color HEX #211AC9 Persian Blue

📋 copy color: '#211AC9'

red 33 ◦ green 26 ◦ blue 201

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

Shades of Persian Blue #211AC9

Tints of Persian Blue #211AC9

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10%

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

R = 12.69%
G = 10%
B = 77.31%

CMYK

 C value IS 0.84

 M value IS 0.87

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#211AC9 (or 0x211AC9) is known color: Persian Blue. HEX triplet: 21, 1A and C9. RGB value is (33,26,201). Sum of RGB (Red+Green+Blue) = 33+26+201=260 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.69% from 260); Green value is 26 (10.55% from 255 or 10% from 260); Blue value is 201 (78.91% from 255 or 77.31% from 260); Max value from RGB is 201 - color contains mainly: blue. Hex color #211AC9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #211AC9 is #DEE536. Grayscale: #2F2F2F. Windows color (decimal): -14607671 or 13179425. OLE color: 13179425.

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

Color convert

RGB 33 26 201 -
CMYK 0.84 0.87 0 0.21
HSL 242.4º 0.77% 0.45% -
HSV(B) 242.4º 0.87% 0.79% -
XYZ 11.54 5.28 55.67 -
YUV 48.04 214.32 117.27 -
System Red Green Blue C M Y K H S L
Decimal 33 26 201 0.84 0.87 0 0.21 242.4 0.77 0.45
Hex 21 1A C9 54 57 0 15 F2 4D 2D
Octal 41 32 311 124 127 0 25 362 115 55
Binary 100001 11010 11001001 1010100 1010111 0 10101 11110010 1001101 101101

Color Harmonies of #211AC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211AC9

Black with #211AC9

Text Example


Text Example

White with #211AC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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