Shades of Persian Blue #201FCE
Tints of Persian Blue #201FCE
RGB
CMYK
RGB Variations
Color information
#201FCE (or 0x201FCE) is known color: Persian Blue. HEX triplet: 20, 1F and CE. RGB value is (32,31,206). Sum of RGB (Red+Green+Blue) = 32+31+206=269 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.90% from 269); Green value is 31 (12.5% from 255 or 11.52% from 269); Blue value is 206 (80.86% from 255 or 76.58% from 269); Max value from RGB is 206 - color contains mainly: blue. Hex color #201FCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #201FCE is #DFE031. Grayscale: #323232. Windows color (decimal): -14671922 or 13508384. OLE color: 13508384.
HSL color Cylindrical-coordinate representation of color #201FCE: hue angle of 240.34º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #201FCE is Cyan = 0.84, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 32 | 31 | 206 | - |
| CMYK | 0.84 | 0.85 | 0 | 0.19 |
| HSL | 240.34º | 0.74% | 0.46% | - |
| HSV(B) | 240.34º | 0.85% | 0.81% | - |
| XYZ | 12.23 | 5.74 | 58.86 | - |
| YUV | 51.25 | 215.33 | 114.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 31 | 206 | 0.84 | 0.85 | 0 | 0.19 | 240.34 | 0.74 | 0.46 |
| Hex | 20 | 1F | CE | 54 | 55 | 0 | 13 | F0 | 4A | 2E |
| Octal | 40 | 37 | 316 | 124 | 125 | 0 | 23 | 360 | 112 | 56 |
| Binary | 100000 | 11111 | 11001110 | 1010100 | 1010101 | 0 | 10011 | 11110000 | 1001010 | 101110 |
Color Harmonies of #201FCE
Complementary color
Monochromatic Colors of #201FCE
Black with #201FCE
Text Example
Text Example
White with #201FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201FCE; }
p { color: rgb(32,31,206); }
H1.HeaderClassName
{
color: #201FCE;
}
.AnyTagClassName
{
color: #201FCE;
}
</style>
background-color css
<style>
a { background-color: #201FCE; }
a { background-color: rgb(32,31,206); }
div.DivClassName
{
background-color: #201FCE;
}
.BgClassName
{
background-color: #201FCE;
}
</style>
border-color css
<style>
span { border-color: #201FCE; }
span { border-color: rgb(32,31,206); }
td.TdClassName
{
border-color: #201FCE;
}
.TagClassName
{
border-color: #201FCE;
}
</style>