Shades of Persian Blue #212AB1
Tints of Persian Blue #212AB1
RGB
CMYK
RGB Variations
Color information
#212AB1 (or 0x212AB1) is known color: Persian Blue. HEX triplet: 21, 2A and B1. RGB value is (33,42,177). Sum of RGB (Red+Green+Blue) = 33+42+177=252 (33% of max value = 765). Red value is 33 (13.28% from 255 or 13.10% from 252); Green value is 42 (16.80% from 255 or 16.67% from 252); Blue value is 177 (69.53% from 255 or 70.24% from 252); Max value from RGB is 177 - color contains mainly: blue. Hex color #212AB1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #212AB1 is #DED54E. Grayscale: #363636. Windows color (decimal): -14603599 or 11610657. OLE color: 11610657.
HSL color Cylindrical-coordinate representation of color #212AB1: hue angle of 236.25º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #212AB1 is Cyan = 0.81, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 33 | 42 | 177 | - |
| CMYK | 0.81 | 0.76 | 0 | 0.31 |
| HSL | 236.25º | 0.69% | 0.41% | - |
| HSV(B) | 236.25º | 0.81% | 0.69% | - |
| XYZ | 9.39 | 5.15 | 42.09 | - |
| YUV | 54.7 | 197.02 | 112.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 42 | 177 | 0.81 | 0.76 | 0 | 0.31 | 236.25 | 0.69 | 0.41 |
| Hex | 21 | 2A | B1 | 51 | 4C | 0 | 1F | EC | 45 | 29 |
| Octal | 41 | 52 | 261 | 121 | 114 | 0 | 37 | 354 | 105 | 51 |
| Binary | 100001 | 101010 | 10110001 | 1010001 | 1001100 | 0 | 11111 | 11101100 | 1000101 | 101001 |
Color Harmonies of #212AB1
Complementary color
Monochromatic Colors of #212AB1
Black with #212AB1
Text Example
Text Example
White with #212AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212AB1; }
p { color: rgb(33,42,177); }
H1.HeaderClassName
{
color: #212AB1;
}
.AnyTagClassName
{
color: #212AB1;
}
</style>
background-color css
<style>
a { background-color: #212AB1; }
a { background-color: rgb(33,42,177); }
div.DivClassName
{
background-color: #212AB1;
}
.BgClassName
{
background-color: #212AB1;
}
</style>
border-color css
<style>
span { border-color: #212AB1; }
span { border-color: rgb(33,42,177); }
td.TdClassName
{
border-color: #212AB1;
}
.TagClassName
{
border-color: #212AB1;
}
</style>