#211cd4

Color #211CD4 Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #211CD4

Tints of Persian Blue #211CD4

Color information

#211CD4 (or 0x211CD4) is unknown color: approx Persian Blue. HEX triplet: 21, 1C and D4. RGB value is (33,28,212). Sum of RGB (Red+Green+Blue) = 33+28+212=273 (36% of max value = 765). Red value is 33 (13.28% from 255 or 12.09% from 273); Green value is 28 (11.33% from 255 or 10.26% from 273); Blue value is 212 (83.20% from 255 or 77.66% from 273); Max value from RGB is 212 - color contains mainly: blue. Hex color #211CD4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #211CD4 is #DEE32B. Grayscale: #313131. Windows color (decimal): -14607148 or 13900833. OLE color: 13900833.

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

Color convert

RGB3328212-
CMYK0.840.8700.17
HSL241.63º76.67%47.06%-
HSV(B)241.63º86.79%83.14%-
XYZ12.935.9162.75-
YUV50.47219.16115.54-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.09%
GREEN value IS 28 (11.33% from 255) = 10.26%
BLUE value IS 212 (83.20% from 255) = 77.66%
R=12.09%
G=10.26%
B=77.66%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal33282120.840.8700.17241.6376.6747.06
Hex211CD45457011f24d2f
Octal413432412412702136211557
Binary100001111001101010010101001010111010001111100101001101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211cd4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,28,212); }

 H1.HeaderClassName
 {
   color: #211cd4;
 }
 .AnyTagClassName
 {
   color: #211cd4;
 }
</style>
background-color css

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

 a { background-color: rgb(33,28,212); }

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

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

 span { border-color: rgb(33,28,212); }

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