Shades of Persian Blue #212FD1
Tints of Persian Blue #212FD1
RGB
CMYK
RGB Variations
Color information
#212FD1 (or 0x212FD1) is known color: Persian Blue. HEX triplet: 21, 2F and D1. RGB value is (33,47,209). Sum of RGB (Red+Green+Blue) = 33+47+209=289 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.42% from 289); Green value is 47 (18.75% from 255 or 16.26% from 289); Blue value is 209 (82.03% from 255 or 72.32% from 289); Max value from RGB is 209 - color contains mainly: blue. Hex color #212FD1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #212FD1 is #DED02E. Grayscale: #3C3C3C. Windows color (decimal): -14602287 or 13709089. OLE color: 13709089.
HSL color Cylindrical-coordinate representation of color #212FD1: hue angle of 235.23º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #212FD1 is Cyan = 0.84, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 33 | 47 | 209 | - |
| CMYK | 0.84 | 0.78 | 0 | 0.18 |
| HSL | 235.23º | 0.73% | 0.47% | - |
| HSV(B) | 235.23º | 0.84% | 0.82% | - |
| XYZ | 13.15 | 6.96 | 60.97 | - |
| YUV | 61.28 | 211.36 | 107.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 47 | 209 | 0.84 | 0.78 | 0 | 0.18 | 235.23 | 0.73 | 0.47 |
| Hex | 21 | 2F | D1 | 54 | 4E | 0 | 12 | EB | 49 | 2F |
| Octal | 41 | 57 | 321 | 124 | 116 | 0 | 22 | 353 | 111 | 57 |
| Binary | 100001 | 101111 | 11010001 | 1010100 | 1001110 | 0 | 10010 | 11101011 | 1001001 | 101111 |
Color Harmonies of #212FD1
Complementary color
Monochromatic Colors of #212FD1
Black with #212FD1
Text Example
Text Example
White with #212FD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212FD1; }
p { color: rgb(33,47,209); }
H1.HeaderClassName
{
color: #212FD1;
}
.AnyTagClassName
{
color: #212FD1;
}
</style>
background-color css
<style>
a { background-color: #212FD1; }
a { background-color: rgb(33,47,209); }
div.DivClassName
{
background-color: #212FD1;
}
.BgClassName
{
background-color: #212FD1;
}
</style>
border-color css
<style>
span { border-color: #212FD1; }
span { border-color: rgb(33,47,209); }
td.TdClassName
{
border-color: #212FD1;
}
.TagClassName
{
border-color: #212FD1;
}
</style>