Shades of Persian Blue #201EC9
Tints of Persian Blue #201EC9
RGB
CMYK
RGB Variations
Color information
#201EC9 (or 0x201EC9) is known color: Persian Blue. HEX triplet: 20, 1E and C9. RGB value is (32,30,201). Sum of RGB (Red+Green+Blue) = 32+30+201=263 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.17% from 263); Green value is 30 (12.11% from 255 or 11.41% from 263); Blue value is 201 (78.91% from 255 or 76.43% from 263); Max value from RGB is 201 - color contains mainly: blue. Hex color #201EC9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #201EC9 is #DFE136. Grayscale: #313131. Windows color (decimal): -14672183 or 13180448. OLE color: 13180448.
HSL color Cylindrical-coordinate representation of color #201EC9: hue angle of 240.7º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #201EC9 is Cyan = 0.84, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
RGB | 32 | 30 | 201 | - |
CMYK | 0.84 | 0.85 | 0 | 0.21 |
HSL | 240.7º | 0.74% | 0.45% | - |
HSV(B) | 240.7º | 0.85% | 0.79% | - |
XYZ | 11.6 | 5.45 | 55.7 | - |
YUV | 50.09 | 213.16 | 115.1 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 32 | 30 | 201 | 0.84 | 0.85 | 0 | 0.21 | 240.7 | 0.74 | 0.45 |
Hex | 20 | 1E | C9 | 54 | 55 | 0 | 15 | F1 | 4A | 2D |
Octal | 40 | 36 | 311 | 124 | 125 | 0 | 25 | 361 | 112 | 55 |
Binary | 100000 | 11110 | 11001001 | 1010100 | 1010101 | 0 | 10101 | 11110001 | 1001010 | 101101 |
Color Harmonies of #201EC9
Complementary color
Monochromatic Colors of #201EC9
Black with #201EC9
Text Example
Text Example
White with #201EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201EC9; }
p { color: rgb(32,30,201); }
H1.HeaderClassName
{
color: #201EC9;
}
.AnyTagClassName
{
color: #201EC9;
}
</style>
background-color css
<style>
a { background-color: #201EC9; }
a { background-color: rgb(32,30,201); }
div.DivClassName
{
background-color: #201EC9;
}
.BgClassName
{
background-color: #201EC9;
}
</style>
border-color css
<style>
span { border-color: #201EC9; }
span { border-color: rgb(32,30,201); }
td.TdClassName
{
border-color: #201EC9;
}
.TagClassName
{
border-color: #201EC9;
}
</style>