Shades of Persian Blue #201BC9
Tints of Persian Blue #201BC9
RGB
CMYK
RGB Variations
Color information
#201BC9 (or 0x201BC9) is known color: Persian Blue. HEX triplet: 20, 1B and C9. RGB value is (32,27,201). Sum of RGB (Red+Green+Blue) = 32+27+201=260 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.31% from 260); Green value is 27 (10.94% from 255 or 10.38% from 260); Blue value is 201 (78.91% from 255 or 77.31% from 260); Max value from RGB is 201 - color contains mainly: blue. Hex color #201BC9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #201BC9 is #DFE436. Grayscale: #2F2F2F. Windows color (decimal): -14672951 or 13179680. OLE color: 13179680.
HSL color Cylindrical-coordinate representation of color #201BC9: hue angle of 241.72º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #201BC9 is Cyan = 0.84, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 32 | 27 | 201 | - |
| CMYK | 0.84 | 0.87 | 0 | 0.21 |
| HSL | 241.72º | 0.76% | 0.45% | - |
| HSV(B) | 241.72º | 0.87% | 0.79% | - |
| XYZ | 11.53 | 5.31 | 55.68 | - |
| YUV | 48.33 | 214.16 | 116.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 27 | 201 | 0.84 | 0.87 | 0 | 0.21 | 241.72 | 0.76 | 0.45 |
| Hex | 20 | 1B | C9 | 54 | 57 | 0 | 15 | F2 | 4C | 2D |
| Octal | 40 | 33 | 311 | 124 | 127 | 0 | 25 | 362 | 114 | 55 |
| Binary | 100000 | 11011 | 11001001 | 1010100 | 1010111 | 0 | 10101 | 11110010 | 1001100 | 101101 |
Color Harmonies of #201BC9
Complementary color
Monochromatic Colors of #201BC9
Black with #201BC9
Text Example
Text Example
White with #201BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201BC9; }
p { color: rgb(32,27,201); }
H1.HeaderClassName
{
color: #201BC9;
}
.AnyTagClassName
{
color: #201BC9;
}
</style>
background-color css
<style>
a { background-color: #201BC9; }
a { background-color: rgb(32,27,201); }
div.DivClassName
{
background-color: #201BC9;
}
.BgClassName
{
background-color: #201BC9;
}
</style>
border-color css
<style>
span { border-color: #201BC9; }
span { border-color: rgb(32,27,201); }
td.TdClassName
{
border-color: #201BC9;
}
.TagClassName
{
border-color: #201BC9;
}
</style>