Shades of Persian Blue #201AB1
Tints of Persian Blue #201AB1
RGB
CMYK
RGB Variations
Color information
#201AB1 (or 0x201AB1) is known color: Persian Blue. HEX triplet: 20, 1A and B1. RGB value is (32,26,177). Sum of RGB (Red+Green+Blue) = 32+26+177=235 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.62% from 235); Green value is 26 (10.55% from 255 or 11.06% from 235); Blue value is 177 (69.53% from 255 or 75.32% from 235); Max value from RGB is 177 - color contains mainly: blue. Hex color #201AB1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #201AB1 is #DFE54E. Grayscale: #2C2C2C. Windows color (decimal): -14673231 or 11606560. OLE color: 11606560.
HSL color Cylindrical-coordinate representation of color #201AB1: hue angle of 242.38º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #201AB1 is Cyan = 0.82, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 32 | 26 | 177 | - |
| CMYK | 0.82 | 0.85 | 0 | 0.31 |
| HSL | 242.38º | 0.74% | 0.4% | - |
| HSV(B) | 242.38º | 0.85% | 0.69% | - |
| XYZ | 8.9 | 4.22 | 41.94 | - |
| YUV | 45.01 | 202.49 | 118.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 26 | 177 | 0.82 | 0.85 | 0 | 0.31 | 242.38 | 0.74 | 0.4 |
| Hex | 20 | 1A | B1 | 52 | 55 | 0 | 1F | F2 | 4A | 28 |
| Octal | 40 | 32 | 261 | 122 | 125 | 0 | 37 | 362 | 112 | 50 |
| Binary | 100000 | 11010 | 10110001 | 1010010 | 1010101 | 0 | 11111 | 11110010 | 1001010 | 101000 |
Color Harmonies of #201AB1
Complementary color
Monochromatic Colors of #201AB1
Black with #201AB1
Text Example
Text Example
White with #201AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201AB1; }
p { color: rgb(32,26,177); }
H1.HeaderClassName
{
color: #201AB1;
}
.AnyTagClassName
{
color: #201AB1;
}
</style>
background-color css
<style>
a { background-color: #201AB1; }
a { background-color: rgb(32,26,177); }
div.DivClassName
{
background-color: #201AB1;
}
.BgClassName
{
background-color: #201AB1;
}
</style>
border-color css
<style>
span { border-color: #201AB1; }
span { border-color: rgb(32,26,177); }
td.TdClassName
{
border-color: #201AB1;
}
.TagClassName
{
border-color: #201AB1;
}
</style>