Shades of Persian Blue #201FCC
Tints of Persian Blue #201FCC
RGB
CMYK
RGB Variations
Color information
#201FCC (or 0x201FCC) is known color: Persian Blue. HEX triplet: 20, 1F and CC. RGB value is (32,31,204). Sum of RGB (Red+Green+Blue) = 32+31+204=267 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.99% from 267); Green value is 31 (12.5% from 255 or 11.61% from 267); Blue value is 204 (80.08% from 255 or 76.40% from 267); Max value from RGB is 204 - color contains mainly: blue. Hex color #201FCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #201FCC is #DFE033. Grayscale: #323232. Windows color (decimal): -14671924 or 13377312. OLE color: 13377312.
HSL color Cylindrical-coordinate representation of color #201FCC: hue angle of 240.35º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #201FCC is Cyan = 0.84, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 32 | 31 | 204 | - |
| CMYK | 0.84 | 0.85 | 0 | 0.2 |
| HSL | 240.35º | 0.74% | 0.46% | - |
| HSV(B) | 240.35º | 0.85% | 0.8% | - |
| XYZ | 11.98 | 5.65 | 57.59 | - |
| YUV | 51.02 | 214.33 | 114.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 31 | 204 | 0.84 | 0.85 | 0 | 0.2 | 240.35 | 0.74 | 0.46 |
| Hex | 20 | 1F | CC | 54 | 55 | 0 | 14 | F0 | 4A | 2E |
| Octal | 40 | 37 | 314 | 124 | 125 | 0 | 24 | 360 | 112 | 56 |
| Binary | 100000 | 11111 | 11001100 | 1010100 | 1010101 | 0 | 10100 | 11110000 | 1001010 | 101110 |
Color Harmonies of #201FCC
Complementary color
Monochromatic Colors of #201FCC
Black with #201FCC
Text Example
Text Example
White with #201FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201FCC; }
p { color: rgb(32,31,204); }
H1.HeaderClassName
{
color: #201FCC;
}
.AnyTagClassName
{
color: #201FCC;
}
</style>
background-color css
<style>
a { background-color: #201FCC; }
a { background-color: rgb(32,31,204); }
div.DivClassName
{
background-color: #201FCC;
}
.BgClassName
{
background-color: #201FCC;
}
</style>
border-color css
<style>
span { border-color: #201FCC; }
span { border-color: rgb(32,31,204); }
td.TdClassName
{
border-color: #201FCC;
}
.TagClassName
{
border-color: #201FCC;
}
</style>