Shades of Persian Blue #201AAF
Tints of Persian Blue #201AAF
RGB
CMYK
RGB Variations
Color information
#201AAF (or 0x201AAF) is known color: Persian Blue. HEX triplet: 20, 1A and AF. RGB value is (32,26,175). Sum of RGB (Red+Green+Blue) = 32+26+175=233 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.73% from 233); Green value is 26 (10.55% from 255 or 11.16% from 233); Blue value is 175 (68.75% from 255 or 75.11% from 233); Max value from RGB is 175 - color contains mainly: blue. Hex color #201AAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #201AAF is #DFE550. Grayscale: #2C2C2C. Windows color (decimal): -14673233 or 11475488. OLE color: 11475488.
HSL color Cylindrical-coordinate representation of color #201AAF: hue angle of 242.42º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #201AAF is Cyan = 0.82, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 32 | 26 | 175 | - |
| CMYK | 0.82 | 0.85 | 0 | 0.31 |
| HSL | 242.42º | 0.74% | 0.39% | - |
| HSV(B) | 242.42º | 0.85% | 0.69% | - |
| XYZ | 8.7 | 4.14 | 40.9 | - |
| YUV | 44.78 | 201.49 | 118.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 26 | 175 | 0.82 | 0.85 | 0 | 0.31 | 242.42 | 0.74 | 0.39 |
| Hex | 20 | 1A | AF | 52 | 55 | 0 | 1F | F2 | 4A | 27 |
| Octal | 40 | 32 | 257 | 122 | 125 | 0 | 37 | 362 | 112 | 47 |
| Binary | 100000 | 11010 | 10101111 | 1010010 | 1010101 | 0 | 11111 | 11110010 | 1001010 | 100111 |
Color Harmonies of #201AAF
Complementary color
Monochromatic Colors of #201AAF
Black with #201AAF
Text Example
Text Example
White with #201AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201AAF; }
p { color: rgb(32,26,175); }
H1.HeaderClassName
{
color: #201AAF;
}
.AnyTagClassName
{
color: #201AAF;
}
</style>
background-color css
<style>
a { background-color: #201AAF; }
a { background-color: rgb(32,26,175); }
div.DivClassName
{
background-color: #201AAF;
}
.BgClassName
{
background-color: #201AAF;
}
</style>
border-color css
<style>
span { border-color: #201AAF; }
span { border-color: rgb(32,26,175); }
td.TdClassName
{
border-color: #201AAF;
}
.TagClassName
{
border-color: #201AAF;
}
</style>