Html Css Color HEX #211DAC Persian Blue

📋 copy color: '#211DAC'

red 33 ◦ green 29 ◦ blue 172

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

Shades of Persian Blue #211DAC

Tints of Persian Blue #211DAC

RGB

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

 GREEN value IS 29 (11.72% from 255) = 12.39%

 BLUE value IS 172 (67.58% from 255) = 73.5%

R = 14.1%
G = 12.39%
B = 73.5%

CMYK

 C value IS 0.81

 M value IS 0.83

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#211DAC (or 0x211DAC) is known color: Persian Blue. HEX triplet: 21, 1D and AC. RGB value is (33,29,172). Sum of RGB (Red+Green+Blue) = 33+29+172=234 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.10% from 234); Green value is 29 (11.72% from 255 or 12.39% from 234); Blue value is 172 (67.58% from 255 or 73.50% from 234); Max value from RGB is 172 - color contains mainly: blue. Hex color #211DAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #211DAC is #DEE253. Grayscale: #2D2D2D. Windows color (decimal): -14606932 or 11279649. OLE color: 11279649.

HSL color Cylindrical-coordinate representation of color #211DAC: hue angle of 241.68º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #211DAC is Cyan = 0.81, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 33 29 172 -
CMYK 0.81 0.83 0 0.33
HSL 241.68º 0.71% 0.39% -
HSV(B) 241.68º 0.83% 0.67% -
XYZ 8.51 4.18 39.39 -
YUV 46.5 198.83 118.37 -
System Red Green Blue C M Y K H S L
Decimal 33 29 172 0.81 0.83 0 0.33 241.68 0.71 0.39
Hex 21 1D AC 51 53 0 21 F2 47 27
Octal 41 35 254 121 123 0 41 362 107 47
Binary 100001 11101 10101100 1010001 1010011 0 100001 11110010 1000111 100111

Color Harmonies of #211DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211DAC

Black with #211DAC

Text Example


Text Example

White with #211DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,29,172); }

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

background-color css

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

 a { background-color: rgb(33,29,172); }

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

border-color css

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

 span { border-color: rgb(33,29,172); }

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