Shades of Persian Blue #201DAF
Tints of Persian Blue #201DAF
RGB
CMYK
RGB Variations
Color information
#201DAF (or 0x201DAF) is known color: Persian Blue. HEX triplet: 20, 1D and AF. RGB value is (32,29,175). Sum of RGB (Red+Green+Blue) = 32+29+175=236 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.56% from 236); Green value is 29 (11.72% from 255 or 12.29% from 236); Blue value is 175 (68.75% from 255 or 74.15% from 236); Max value from RGB is 175 - color contains mainly: blue. Hex color #201DAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #201DAF is #DFE250. Grayscale: #2D2D2D. Windows color (decimal): -14672465 or 11476256. OLE color: 11476256.
HSL color Cylindrical-coordinate representation of color #201DAF: hue angle of 241.23º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #201DAF is Cyan = 0.82, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 32 | 29 | 175 | - |
| CMYK | 0.82 | 0.83 | 0 | 0.31 |
| HSL | 241.23º | 0.72% | 0.4% | - |
| HSV(B) | 241.23º | 0.83% | 0.69% | - |
| XYZ | 8.77 | 4.28 | 40.92 | - |
| YUV | 46.54 | 200.49 | 117.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 29 | 175 | 0.82 | 0.83 | 0 | 0.31 | 241.23 | 0.72 | 0.4 |
| Hex | 20 | 1D | AF | 52 | 53 | 0 | 1F | F1 | 48 | 28 |
| Octal | 40 | 35 | 257 | 122 | 123 | 0 | 37 | 361 | 110 | 50 |
| Binary | 100000 | 11101 | 10101111 | 1010010 | 1010011 | 0 | 11111 | 11110001 | 1001000 | 101000 |
Color Harmonies of #201DAF
Complementary color
Monochromatic Colors of #201DAF
Black with #201DAF
Text Example
Text Example
White with #201DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201DAF; }
p { color: rgb(32,29,175); }
H1.HeaderClassName
{
color: #201DAF;
}
.AnyTagClassName
{
color: #201DAF;
}
</style>
background-color css
<style>
a { background-color: #201DAF; }
a { background-color: rgb(32,29,175); }
div.DivClassName
{
background-color: #201DAF;
}
.BgClassName
{
background-color: #201DAF;
}
</style>
border-color css
<style>
span { border-color: #201DAF; }
span { border-color: rgb(32,29,175); }
td.TdClassName
{
border-color: #201DAF;
}
.TagClassName
{
border-color: #201DAF;
}
</style>