Shades of Persian Blue #201CAF
Tints of Persian Blue #201CAF
RGB
CMYK
RGB Variations
Color information
#201CAF (or 0x201CAF) is known color: Persian Blue. HEX triplet: 20, 1C and AF. RGB value is (32,28,175). Sum of RGB (Red+Green+Blue) = 32+28+175=235 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.62% from 235); Green value is 28 (11.33% from 255 or 11.91% from 235); Blue value is 175 (68.75% from 255 or 74.47% from 235); Max value from RGB is 175 - color contains mainly: blue. Hex color #201CAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #201CAF is #DFE350. Grayscale: #2D2D2D. Windows color (decimal): -14672721 or 11476000. OLE color: 11476000.
HSL color Cylindrical-coordinate representation of color #201CAF: hue angle of 241.63º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #201CAF is Cyan = 0.82, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 32 | 28 | 175 | - |
| CMYK | 0.82 | 0.84 | 0 | 0.31 |
| HSL | 241.63º | 0.72% | 0.4% | - |
| HSV(B) | 241.63º | 0.84% | 0.69% | - |
| XYZ | 8.75 | 4.23 | 40.91 | - |
| YUV | 45.95 | 200.83 | 118.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 28 | 175 | 0.82 | 0.84 | 0 | 0.31 | 241.63 | 0.72 | 0.4 |
| Hex | 20 | 1C | AF | 52 | 54 | 0 | 1F | F2 | 48 | 28 |
| Octal | 40 | 34 | 257 | 122 | 124 | 0 | 37 | 362 | 110 | 50 |
| Binary | 100000 | 11100 | 10101111 | 1010010 | 1010100 | 0 | 11111 | 11110010 | 1001000 | 101000 |
Color Harmonies of #201CAF
Complementary color
Monochromatic Colors of #201CAF
Black with #201CAF
Text Example
Text Example
White with #201CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201CAF; }
p { color: rgb(32,28,175); }
H1.HeaderClassName
{
color: #201CAF;
}
.AnyTagClassName
{
color: #201CAF;
}
</style>
background-color css
<style>
a { background-color: #201CAF; }
a { background-color: rgb(32,28,175); }
div.DivClassName
{
background-color: #201CAF;
}
.BgClassName
{
background-color: #201CAF;
}
</style>
border-color css
<style>
span { border-color: #201CAF; }
span { border-color: rgb(32,28,175); }
td.TdClassName
{
border-color: #201CAF;
}
.TagClassName
{
border-color: #201CAF;
}
</style>