Shades of Persian Blue #213FAC
Tints of Persian Blue #213FAC
RGB
CMYK
RGB Variations
Color information
#213FAC (or 0x213FAC) is known color: Persian Blue. HEX triplet: 21, 3F and AC. RGB value is (33,63,172). Sum of RGB (Red+Green+Blue) = 33+63+172=268 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.31% from 268); Green value is 63 (25% from 255 or 23.51% from 268); Blue value is 172 (67.58% from 255 or 64.18% from 268); Max value from RGB is 172 - color contains mainly: blue. Hex color #213FAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #213FAC is #DEC053. Grayscale: #414141. Windows color (decimal): -14598228 or 11288353. OLE color: 11288353.
HSL color Cylindrical-coordinate representation of color #213FAC: hue angle of 227.05º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #213FAC is Cyan = 0.81, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 33 | 63 | 172 | - |
| CMYK | 0.81 | 0.63 | 0 | 0.33 |
| HSL | 227.05º | 0.68% | 0.4% | - |
| HSV(B) | 227.05º | 0.81% | 0.67% | - |
| XYZ | 9.85 | 6.86 | 39.83 | - |
| YUV | 66.46 | 187.56 | 104.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 63 | 172 | 0.81 | 0.63 | 0 | 0.33 | 227.05 | 0.68 | 0.4 |
| Hex | 21 | 3F | AC | 51 | 3F | 0 | 21 | E3 | 44 | 28 |
| Octal | 41 | 77 | 254 | 121 | 77 | 0 | 41 | 343 | 104 | 50 |
| Binary | 100001 | 111111 | 10101100 | 1010001 | 111111 | 0 | 100001 | 11100011 | 1000100 | 101000 |
Color Harmonies of #213FAC
Complementary color
Monochromatic Colors of #213FAC
Black with #213FAC
Text Example
Text Example
White with #213FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213FAC; }
p { color: rgb(33,63,172); }
H1.HeaderClassName
{
color: #213FAC;
}
.AnyTagClassName
{
color: #213FAC;
}
</style>
background-color css
<style>
a { background-color: #213FAC; }
a { background-color: rgb(33,63,172); }
div.DivClassName
{
background-color: #213FAC;
}
.BgClassName
{
background-color: #213FAC;
}
</style>
border-color css
<style>
span { border-color: #213FAC; }
span { border-color: rgb(33,63,172); }
td.TdClassName
{
border-color: #213FAC;
}
.TagClassName
{
border-color: #213FAC;
}
</style>