Shades of Persian Blue #201AC9
Tints of Persian Blue #201AC9
RGB
CMYK
RGB Variations
Color information
#201AC9 (or 0x201AC9) is known color: Persian Blue. HEX triplet: 20, 1A and C9. RGB value is (32,26,201). Sum of RGB (Red+Green+Blue) = 32+26+201=259 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.36% from 259); Green value is 26 (10.55% from 255 or 10.04% from 259); Blue value is 201 (78.91% from 255 or 77.61% from 259); Max value from RGB is 201 - color contains mainly: blue. Hex color #201AC9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #201AC9 is #DFE536. Grayscale: #2F2F2F. Windows color (decimal): -14673207 or 13179424. OLE color: 13179424.
HSL color Cylindrical-coordinate representation of color #201AC9: hue angle of 242.06º degrees, saturation: 0.77, 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 #201AC9 is Cyan = 0.84, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 32 | 26 | 201 | - |
| CMYK | 0.84 | 0.87 | 0 | 0.21 |
| HSL | 242.06º | 0.77% | 0.45% | - |
| HSV(B) | 242.06º | 0.87% | 0.79% | - |
| XYZ | 11.51 | 5.26 | 55.67 | - |
| YUV | 47.74 | 214.49 | 116.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 26 | 201 | 0.84 | 0.87 | 0 | 0.21 | 242.06 | 0.77 | 0.45 |
| Hex | 20 | 1A | C9 | 54 | 57 | 0 | 15 | F2 | 4D | 2D |
| Octal | 40 | 32 | 311 | 124 | 127 | 0 | 25 | 362 | 115 | 55 |
| Binary | 100000 | 11010 | 11001001 | 1010100 | 1010111 | 0 | 10101 | 11110010 | 1001101 | 101101 |
Color Harmonies of #201AC9
Complementary color
Monochromatic Colors of #201AC9
Black with #201AC9
Text Example
Text Example
White with #201AC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201AC9; }
p { color: rgb(32,26,201); }
H1.HeaderClassName
{
color: #201AC9;
}
.AnyTagClassName
{
color: #201AC9;
}
</style>
background-color css
<style>
a { background-color: #201AC9; }
a { background-color: rgb(32,26,201); }
div.DivClassName
{
background-color: #201AC9;
}
.BgClassName
{
background-color: #201AC9;
}
</style>
border-color css
<style>
span { border-color: #201AC9; }
span { border-color: rgb(32,26,201); }
td.TdClassName
{
border-color: #201AC9;
}
.TagClassName
{
border-color: #201AC9;
}
</style>