Shades of Persian Blue #201BC7
Tints of Persian Blue #201BC7
RGB
CMYK
RGB Variations
Color information
#201BC7 (or 0x201BC7) is known color: Persian Blue. HEX triplet: 20, 1B and C7. RGB value is (32,27,199). Sum of RGB (Red+Green+Blue) = 32+27+199=258 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.40% from 258); Green value is 27 (10.94% from 255 or 10.47% from 258); Blue value is 199 (78.12% from 255 or 77.13% from 258); Max value from RGB is 199 - color contains mainly: blue. Hex color #201BC7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #201BC7 is #DFE438. Grayscale: #2F2F2F. Windows color (decimal): -14672953 or 13048608. OLE color: 13048608.
HSL color Cylindrical-coordinate representation of color #201BC7: hue angle of 241.74º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #201BC7 is Cyan = 0.84, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 32 | 27 | 199 | - |
| CMYK | 0.84 | 0.86 | 0 | 0.22 |
| HSL | 241.74º | 0.76% | 0.44% | - |
| HSV(B) | 241.74º | 0.86% | 0.78% | - |
| XYZ | 11.3 | 5.21 | 54.44 | - |
| YUV | 48.1 | 213.16 | 116.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 27 | 199 | 0.84 | 0.86 | 0 | 0.22 | 241.74 | 0.76 | 0.44 |
| Hex | 20 | 1B | C7 | 54 | 56 | 0 | 16 | F2 | 4C | 2C |
| Octal | 40 | 33 | 307 | 124 | 126 | 0 | 26 | 362 | 114 | 54 |
| Binary | 100000 | 11011 | 11000111 | 1010100 | 1010110 | 0 | 10110 | 11110010 | 1001100 | 101100 |
Color Harmonies of #201BC7
Complementary color
Monochromatic Colors of #201BC7
Black with #201BC7
Text Example
Text Example
White with #201BC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201BC7; }
p { color: rgb(32,27,199); }
H1.HeaderClassName
{
color: #201BC7;
}
.AnyTagClassName
{
color: #201BC7;
}
</style>
background-color css
<style>
a { background-color: #201BC7; }
a { background-color: rgb(32,27,199); }
div.DivClassName
{
background-color: #201BC7;
}
.BgClassName
{
background-color: #201BC7;
}
</style>
border-color css
<style>
span { border-color: #201BC7; }
span { border-color: rgb(32,27,199); }
td.TdClassName
{
border-color: #201BC7;
}
.TagClassName
{
border-color: #201BC7;
}
</style>