Shades of Persian Blue #1F21AF
Tints of Persian Blue #1F21AF
RGB
CMYK
RGB Variations
Color information
#1F21AF (or 0x1F21AF) is known color: Persian Blue. HEX triplet: 1F, 21 and AF. RGB value is (31,33,175). Sum of RGB (Red+Green+Blue) = 31+33+175=239 (31% of max value = 765). Red value is 31 (12.5% from 255 or 12.97% from 239); Green value is 33 (13.28% from 255 or 13.81% from 239); Blue value is 175 (68.75% from 255 or 73.22% from 239); Max value from RGB is 175 - color contains mainly: blue. Hex color #1F21AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F21AF is #E0DE50. Grayscale: #303030. Windows color (decimal): -14736977 or 11477279. OLE color: 11477279.
HSL color Cylindrical-coordinate representation of color #1F21AF: hue angle of 239.17º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1F21AF is Cyan = 0.82, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 31 | 33 | 175 | - |
| CMYK | 0.82 | 0.81 | 0 | 0.31 |
| HSL | 239.17º | 0.7% | 0.4% | - |
| HSV(B) | 239.17º | 0.82% | 0.69% | - |
| XYZ | 8.85 | 4.47 | 40.95 | - |
| YUV | 48.59 | 199.34 | 115.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 33 | 175 | 0.82 | 0.81 | 0 | 0.31 | 239.17 | 0.7 | 0.4 |
| Hex | 1F | 21 | AF | 52 | 51 | 0 | 1F | EF | 46 | 28 |
| Octal | 37 | 41 | 257 | 122 | 121 | 0 | 37 | 357 | 106 | 50 |
| Binary | 11111 | 100001 | 10101111 | 1010010 | 1010001 | 0 | 11111 | 11101111 | 1000110 | 101000 |
Color Harmonies of #1F21AF
Complementary color
Monochromatic Colors of #1F21AF
Black with #1F21AF
Text Example
Text Example
White with #1F21AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F21AF; }
p { color: rgb(31,33,175); }
H1.HeaderClassName
{
color: #1F21AF;
}
.AnyTagClassName
{
color: #1F21AF;
}
</style>
background-color css
<style>
a { background-color: #1F21AF; }
a { background-color: rgb(31,33,175); }
div.DivClassName
{
background-color: #1F21AF;
}
.BgClassName
{
background-color: #1F21AF;
}
</style>
border-color css
<style>
span { border-color: #1F21AF; }
span { border-color: rgb(31,33,175); }
td.TdClassName
{
border-color: #1F21AF;
}
.TagClassName
{
border-color: #1F21AF;
}
</style>