Shades of Persian Blue #201FB0
Tints of Persian Blue #201FB0
RGB
CMYK
RGB Variations
Color information
#201FB0 (or 0x201FB0) is known color: Persian Blue. HEX triplet: 20, 1F and B0. RGB value is (32,31,176). Sum of RGB (Red+Green+Blue) = 32+31+176=239 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.39% from 239); Green value is 31 (12.5% from 255 or 12.97% from 239); Blue value is 176 (69.14% from 255 or 73.64% from 239); Max value from RGB is 176 - color contains mainly: blue. Hex color #201FB0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #201FB0 is #DFE04F. Grayscale: #2F2F2F. Windows color (decimal): -14671952 or 11542304. OLE color: 11542304.
HSL color Cylindrical-coordinate representation of color #201FB0: hue angle of 240.41º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #201FB0 is Cyan = 0.82, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 32 | 31 | 176 | - |
| CMYK | 0.82 | 0.82 | 0 | 0.31 |
| HSL | 240.41º | 0.7% | 0.41% | - |
| HSV(B) | 240.41º | 0.82% | 0.69% | - |
| XYZ | 8.92 | 4.42 | 41.46 | - |
| YUV | 47.83 | 200.33 | 116.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 31 | 176 | 0.82 | 0.82 | 0 | 0.31 | 240.41 | 0.7 | 0.41 |
| Hex | 20 | 1F | B0 | 52 | 52 | 0 | 1F | F0 | 46 | 29 |
| Octal | 40 | 37 | 260 | 122 | 122 | 0 | 37 | 360 | 106 | 51 |
| Binary | 100000 | 11111 | 10110000 | 1010010 | 1010010 | 0 | 11111 | 11110000 | 1000110 | 101001 |
Color Harmonies of #201FB0
Complementary color
Monochromatic Colors of #201FB0
Black with #201FB0
Text Example
Text Example
White with #201FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201FB0; }
p { color: rgb(32,31,176); }
H1.HeaderClassName
{
color: #201FB0;
}
.AnyTagClassName
{
color: #201FB0;
}
</style>
background-color css
<style>
a { background-color: #201FB0; }
a { background-color: rgb(32,31,176); }
div.DivClassName
{
background-color: #201FB0;
}
.BgClassName
{
background-color: #201FB0;
}
</style>
border-color css
<style>
span { border-color: #201FB0; }
span { border-color: rgb(32,31,176); }
td.TdClassName
{
border-color: #201FB0;
}
.TagClassName
{
border-color: #201FB0;
}
</style>