Shades of Persian Blue #201FC1
Tints of Persian Blue #201FC1
RGB
CMYK
RGB Variations
Color information
#201FC1 (or 0x201FC1) is known color: Persian Blue. HEX triplet: 20, 1F and C1. RGB value is (32,31,193). Sum of RGB (Red+Green+Blue) = 32+31+193=256 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.5% from 256); Green value is 31 (12.5% from 255 or 12.11% from 256); Blue value is 193 (75.78% from 255 or 75.39% from 256); Max value from RGB is 193 - color contains mainly: blue. Hex color #201FC1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #201FC1 is #DFE03E. Grayscale: #313131. Windows color (decimal): -14671935 or 12656416. OLE color: 12656416.
HSL color Cylindrical-coordinate representation of color #201FC1: hue angle of 240.37º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #201FC1 is Cyan = 0.83, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 32 | 31 | 193 | - |
| CMYK | 0.83 | 0.84 | 0 | 0.24 |
| HSL | 240.37º | 0.72% | 0.44% | - |
| HSV(B) | 240.37º | 0.84% | 0.76% | - |
| XYZ | 10.71 | 5.14 | 50.88 | - |
| YUV | 49.77 | 208.83 | 115.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 31 | 193 | 0.83 | 0.84 | 0 | 0.24 | 240.37 | 0.72 | 0.44 |
| Hex | 20 | 1F | C1 | 53 | 54 | 0 | 18 | F0 | 48 | 2C |
| Octal | 40 | 37 | 301 | 123 | 124 | 0 | 30 | 360 | 110 | 54 |
| Binary | 100000 | 11111 | 11000001 | 1010011 | 1010100 | 0 | 11000 | 11110000 | 1001000 | 101100 |
Color Harmonies of #201FC1
Complementary color
Monochromatic Colors of #201FC1
Black with #201FC1
Text Example
Text Example
White with #201FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201FC1; }
p { color: rgb(32,31,193); }
H1.HeaderClassName
{
color: #201FC1;
}
.AnyTagClassName
{
color: #201FC1;
}
</style>
background-color css
<style>
a { background-color: #201FC1; }
a { background-color: rgb(32,31,193); }
div.DivClassName
{
background-color: #201FC1;
}
.BgClassName
{
background-color: #201FC1;
}
</style>
border-color css
<style>
span { border-color: #201FC1; }
span { border-color: rgb(32,31,193); }
td.TdClassName
{
border-color: #201FC1;
}
.TagClassName
{
border-color: #201FC1;
}
</style>