Shades of Persian Blue #201FCA
Tints of Persian Blue #201FCA
RGB
CMYK
RGB Variations
Color information
#201FCA (or 0x201FCA) is known color: Persian Blue. HEX triplet: 20, 1F and CA. RGB value is (32,31,202). Sum of RGB (Red+Green+Blue) = 32+31+202=265 (35% of max value = 765). Red value is 32 (12.89% from 255 or 12.08% from 265); Green value is 31 (12.5% from 255 or 11.70% from 265); Blue value is 202 (79.30% from 255 or 76.23% from 265); Max value from RGB is 202 - color contains mainly: blue. Hex color #201FCA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #201FCA is #DFE035. Grayscale: #323232. Windows color (decimal): -14671926 or 13246240. OLE color: 13246240.
HSL color Cylindrical-coordinate representation of color #201FCA: hue angle of 240.35º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #201FCA is Cyan = 0.84, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 32 | 31 | 202 | - |
| CMYK | 0.84 | 0.85 | 0 | 0.21 |
| HSL | 240.35º | 0.73% | 0.46% | - |
| HSV(B) | 240.35º | 0.85% | 0.79% | - |
| XYZ | 11.75 | 5.55 | 56.33 | - |
| YUV | 50.79 | 213.33 | 114.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 31 | 202 | 0.84 | 0.85 | 0 | 0.21 | 240.35 | 0.73 | 0.46 |
| Hex | 20 | 1F | CA | 54 | 55 | 0 | 15 | F0 | 49 | 2E |
| Octal | 40 | 37 | 312 | 124 | 125 | 0 | 25 | 360 | 111 | 56 |
| Binary | 100000 | 11111 | 11001010 | 1010100 | 1010101 | 0 | 10101 | 11110000 | 1001001 | 101110 |
Color Harmonies of #201FCA
Complementary color
Monochromatic Colors of #201FCA
Black with #201FCA
Text Example
Text Example
White with #201FCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201FCA; }
p { color: rgb(32,31,202); }
H1.HeaderClassName
{
color: #201FCA;
}
.AnyTagClassName
{
color: #201FCA;
}
</style>
background-color css
<style>
a { background-color: #201FCA; }
a { background-color: rgb(32,31,202); }
div.DivClassName
{
background-color: #201FCA;
}
.BgClassName
{
background-color: #201FCA;
}
</style>
border-color css
<style>
span { border-color: #201FCA; }
span { border-color: rgb(32,31,202); }
td.TdClassName
{
border-color: #201FCA;
}
.TagClassName
{
border-color: #201FCA;
}
</style>