Shades of Persian Blue #212AB7
Tints of Persian Blue #212AB7
RGB
CMYK
RGB Variations
Color information
#212AB7 (or 0x212AB7) is known color: Persian Blue. HEX triplet: 21, 2A and B7. RGB value is (33,42,183). Sum of RGB (Red+Green+Blue) = 33+42+183=258 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.79% from 258); Green value is 42 (16.80% from 255 or 16.28% from 258); Blue value is 183 (71.88% from 255 or 70.93% from 258); Max value from RGB is 183 - color contains mainly: blue. Hex color #212AB7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #212AB7 is #DED548. Grayscale: #363636. Windows color (decimal): -14603593 or 12003873. OLE color: 12003873.
HSL color Cylindrical-coordinate representation of color #212AB7: hue angle of 236.4º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #212AB7 is Cyan = 0.82, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 33 | 42 | 183 | - |
| CMYK | 0.82 | 0.77 | 0 | 0.28 |
| HSL | 236.4º | 0.69% | 0.42% | - |
| HSV(B) | 236.4º | 0.82% | 0.72% | - |
| XYZ | 10 | 5.4 | 45.31 | - |
| YUV | 55.38 | 200.02 | 112.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 42 | 183 | 0.82 | 0.77 | 0 | 0.28 | 236.4 | 0.69 | 0.42 |
| Hex | 21 | 2A | B7 | 52 | 4D | 0 | 1C | EC | 45 | 2A |
| Octal | 41 | 52 | 267 | 122 | 115 | 0 | 34 | 354 | 105 | 52 |
| Binary | 100001 | 101010 | 10110111 | 1010010 | 1001101 | 0 | 11100 | 11101100 | 1000101 | 101010 |
Color Harmonies of #212AB7
Complementary color
Monochromatic Colors of #212AB7
Black with #212AB7
Text Example
Text Example
White with #212AB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212AB7; }
p { color: rgb(33,42,183); }
H1.HeaderClassName
{
color: #212AB7;
}
.AnyTagClassName
{
color: #212AB7;
}
</style>
background-color css
<style>
a { background-color: #212AB7; }
a { background-color: rgb(33,42,183); }
div.DivClassName
{
background-color: #212AB7;
}
.BgClassName
{
background-color: #212AB7;
}
</style>
border-color css
<style>
span { border-color: #212AB7; }
span { border-color: rgb(33,42,183); }
td.TdClassName
{
border-color: #212AB7;
}
.TagClassName
{
border-color: #212AB7;
}
</style>