#211ED1

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

Shades of Persian Blue #211ED1

Tints of Persian Blue #211ED1

Color information

#211ED1 (or 0x211ED1) is unknown color: approx Persian Blue. HEX triplet: 21, 1E and D1. RGB value is (33,30,209). Sum of RGB (Red+Green+Blue) = 33+30+209=272 (36% of max value = 765). Red value is 33 (13.28% from 255 or 12.13% from 272); Green value is 30 (12.11% from 255 or 11.03% from 272); Blue value is 209 (82.03% from 255 or 76.84% from 272); Max value from RGB is 209 - color contains mainly: blue. Hex color #211ED1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #211ED1 is #DEE12E. Grayscale: #323232. Windows color (decimal): -14606639 or 13704737. OLE color: 13704737.

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

Color convert

RGB3330209-
CMYK0.840.8600.18
HSL241.01º74.9%46.86%-
HSV(B)241.01º85.65%81.96%-
XYZ12.65.8660.79-
YUV51.3216.99114.95-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.13%
GREEN value IS 30 (12.11% from 255) = 11.03%
BLUE value IS 209 (82.03% from 255) = 76.84%
R=12.13%
G=11.03%
B=76.84%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal33302090.840.8600.18241.0174.946.86
Hex211ED15456012f14b2f
Octal413632112412602236111357
Binary100001111101101000110101001010110010010111100011001011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211ED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,30,209); }

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

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

 a { background-color: rgb(33,30,209); }

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

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

 span { border-color: rgb(33,30,209); }

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