Shades of Persian Blue #201ACB
Tints of Persian Blue #201ACB
RGB
CMYK
RGB Variations
Color information
#201ACB (or 0x201ACB) is known color: Persian Blue. HEX triplet: 20, 1A and CB. RGB value is (32,26,203). Sum of RGB (Red+Green+Blue) = 32+26+203=261 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.26% from 261); Green value is 26 (10.55% from 255 or 9.96% from 261); Blue value is 203 (79.69% from 255 or 77.78% from 261); Max value from RGB is 203 - color contains mainly: blue. Hex color #201ACB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #201ACB is #DFE534. Grayscale: #2F2F2F. Windows color (decimal): -14673205 or 13310496. OLE color: 13310496.
HSL color Cylindrical-coordinate representation of color #201ACB: hue angle of 242.03º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #201ACB is Cyan = 0.84, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 32 | 26 | 203 | - |
| CMYK | 0.84 | 0.87 | 0 | 0.20 |
| HSL | 242.03º | 0.77% | 0.45% | - |
| HSV(B) | 242.03º | 0.87% | 0.8% | - |
| XYZ | 11.74 | 5.36 | 56.92 | - |
| YUV | 47.97 | 215.49 | 116.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 26 | 203 | 0.84 | 0.87 | 0 | 0.20 | 242.03 | 0.77 | 0.45 |
| Hex | 20 | 1A | CB | 54 | 57 | 0 | 14 | F2 | 4D | 2D |
| Octal | 40 | 32 | 313 | 124 | 127 | 0 | 24 | 362 | 115 | 55 |
| Binary | 100000 | 11010 | 11001011 | 1010100 | 1010111 | 0 | 10100 | 11110010 | 1001101 | 101101 |
Color Harmonies of #201ACB
Complementary color
Monochromatic Colors of #201ACB
Black with #201ACB
Text Example
Text Example
White with #201ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201ACB; }
p { color: rgb(32,26,203); }
H1.HeaderClassName
{
color: #201ACB;
}
.AnyTagClassName
{
color: #201ACB;
}
</style>
background-color css
<style>
a { background-color: #201ACB; }
a { background-color: rgb(32,26,203); }
div.DivClassName
{
background-color: #201ACB;
}
.BgClassName
{
background-color: #201ACB;
}
</style>
border-color css
<style>
span { border-color: #201ACB; }
span { border-color: rgb(32,26,203); }
td.TdClassName
{
border-color: #201ACB;
}
.TagClassName
{
border-color: #201ACB;
}
</style>