Shades of Persian Blue #201ACE
Tints of Persian Blue #201ACE
RGB
CMYK
RGB Variations
Color information
#201ACE (or 0x201ACE) is known color: Persian Blue. HEX triplet: 20, 1A and CE. RGB value is (32,26,206). Sum of RGB (Red+Green+Blue) = 32+26+206=264 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.12% from 264); Green value is 26 (10.55% from 255 or 9.85% from 264); Blue value is 206 (80.86% from 255 or 78.03% from 264); Max value from RGB is 206 - color contains mainly: blue. Hex color #201ACE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #201ACE is #DFE531. Grayscale: #2F2F2F. Windows color (decimal): -14673202 or 13507104. OLE color: 13507104.
HSL color Cylindrical-coordinate representation of color #201ACE: hue angle of 242º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #201ACE is Cyan = 0.84, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 32 | 26 | 206 | - |
| CMYK | 0.84 | 0.87 | 0 | 0.19 |
| HSL | 242º | 0.78% | 0.45% | - |
| HSV(B) | 242º | 0.87% | 0.81% | - |
| XYZ | 12.11 | 5.5 | 58.82 | - |
| YUV | 48.31 | 216.99 | 116.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 26 | 206 | 0.84 | 0.87 | 0 | 0.19 | 242 | 0.78 | 0.45 |
| Hex | 20 | 1A | CE | 54 | 57 | 0 | 13 | F2 | 4E | 2D |
| Octal | 40 | 32 | 316 | 124 | 127 | 0 | 23 | 362 | 116 | 55 |
| Binary | 100000 | 11010 | 11001110 | 1010100 | 1010111 | 0 | 10011 | 11110010 | 1001110 | 101101 |
Color Harmonies of #201ACE
Complementary color
Monochromatic Colors of #201ACE
Black with #201ACE
Text Example
Text Example
White with #201ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201ACE; }
p { color: rgb(32,26,206); }
H1.HeaderClassName
{
color: #201ACE;
}
.AnyTagClassName
{
color: #201ACE;
}
</style>
background-color css
<style>
a { background-color: #201ACE; }
a { background-color: rgb(32,26,206); }
div.DivClassName
{
background-color: #201ACE;
}
.BgClassName
{
background-color: #201ACE;
}
</style>
border-color css
<style>
span { border-color: #201ACE; }
span { border-color: rgb(32,26,206); }
td.TdClassName
{
border-color: #201ACE;
}
.TagClassName
{
border-color: #201ACE;
}
</style>