Shades of Persian Blue #201FC9
Tints of Persian Blue #201FC9
RGB
CMYK
RGB Variations
Color information
#201FC9 (or 0x201FC9) is known color: Persian Blue. HEX triplet: 20, 1F and C9. RGB value is (32,31,201). Sum of RGB (Red+Green+Blue) = 32+31+201=264 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.12% from 264); Green value is 31 (12.5% from 255 or 11.74% from 264); Blue value is 201 (78.91% from 255 or 76.14% from 264); Max value from RGB is 201 - color contains mainly: blue. Hex color #201FC9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #201FC9 is #DFE036. Grayscale: #323232. Windows color (decimal): -14671927 or 13180704. OLE color: 13180704.
HSL color Cylindrical-coordinate representation of color #201FC9: hue angle of 240.35º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #201FC9 is Cyan = 0.84, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 32 | 31 | 201 | - |
| CMYK | 0.84 | 0.85 | 0 | 0.21 |
| HSL | 240.35º | 0.73% | 0.45% | - |
| HSV(B) | 240.35º | 0.85% | 0.79% | - |
| XYZ | 11.63 | 5.5 | 55.71 | - |
| YUV | 50.68 | 212.83 | 114.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 31 | 201 | 0.84 | 0.85 | 0 | 0.21 | 240.35 | 0.73 | 0.45 |
| Hex | 20 | 1F | C9 | 54 | 55 | 0 | 15 | F0 | 49 | 2D |
| Octal | 40 | 37 | 311 | 124 | 125 | 0 | 25 | 360 | 111 | 55 |
| Binary | 100000 | 11111 | 11001001 | 1010100 | 1010101 | 0 | 10101 | 11110000 | 1001001 | 101101 |
Color Harmonies of #201FC9
Complementary color
Monochromatic Colors of #201FC9
Black with #201FC9
Text Example
Text Example
White with #201FC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201FC9; }
p { color: rgb(32,31,201); }
H1.HeaderClassName
{
color: #201FC9;
}
.AnyTagClassName
{
color: #201FC9;
}
</style>
background-color css
<style>
a { background-color: #201FC9; }
a { background-color: rgb(32,31,201); }
div.DivClassName
{
background-color: #201FC9;
}
.BgClassName
{
background-color: #201FC9;
}
</style>
border-color css
<style>
span { border-color: #201FC9; }
span { border-color: rgb(32,31,201); }
td.TdClassName
{
border-color: #201FC9;
}
.TagClassName
{
border-color: #201FC9;
}
</style>