#211FD6

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

Shades of Persian Blue #211FD6

Tints of Persian Blue #211FD6

Color information

#211FD6 (or 0x211FD6) is unknown color: approx Persian Blue. HEX triplet: 21, 1F and D6. RGB value is (33,31,214). Sum of RGB (Red+Green+Blue) = 33+31+214=278 (36% of max value = 765). Red value is 33 (13.28% from 255 or 11.87% from 278); Green value is 31 (12.5% from 255 or 11.15% from 278); Blue value is 214 (83.98% from 255 or 76.98% from 278); Max value from RGB is 214 - color contains mainly: blue. Hex color #211FD6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #211FD6 is #DEE029. Grayscale: #333333. Windows color (decimal): -14606378 or 14032673. OLE color: 14032673.

HSL color Cylindrical-coordinate representation of color #211FD6: hue angle of 240.66º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #211FD6 is Cyan = 0.85, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB3331214-
CMYK0.850.8600.16
HSL240.66º74.69%48.04%-
HSV(B)240.66º85.51%83.92%-
XYZ13.256.1664.11-
YUV52.46219.16114.12-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.87%
GREEN value IS 31 (12.5% from 255) = 11.15%
BLUE value IS 214 (83.98% from 255) = 76.98%
R=11.87%
G=11.15%
B=76.98%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal33312140.850.8600.16240.6674.6948.04
Hex211FD65556010f14b30
Octal413732612512602036111360
Binary100001111111101011010101011010110010000111100011001011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211FD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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