Shades of Persian Blue #201DB0
Tints of Persian Blue #201DB0
RGB
CMYK
RGB Variations
Color information
#201DB0 (or 0x201DB0) is known color: Persian Blue. HEX triplet: 20, 1D and B0. RGB value is (32,29,176). Sum of RGB (Red+Green+Blue) = 32+29+176=237 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.50% from 237); Green value is 29 (11.72% from 255 or 12.24% from 237); Blue value is 176 (69.14% from 255 or 74.26% from 237); Max value from RGB is 176 - color contains mainly: blue. Hex color #201DB0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #201DB0 is #DFE24F. Grayscale: #2E2E2E. Windows color (decimal): -14672464 or 11541792. OLE color: 11541792.
HSL color Cylindrical-coordinate representation of color #201DB0: hue angle of 241.22º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #201DB0 is Cyan = 0.82, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 32 | 29 | 176 | - |
| CMYK | 0.82 | 0.84 | 0 | 0.31 |
| HSL | 241.22º | 0.72% | 0.4% | - |
| HSV(B) | 241.22º | 0.84% | 0.69% | - |
| XYZ | 8.87 | 4.32 | 41.44 | - |
| YUV | 46.66 | 200.99 | 117.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 29 | 176 | 0.82 | 0.84 | 0 | 0.31 | 241.22 | 0.72 | 0.4 |
| Hex | 20 | 1D | B0 | 52 | 54 | 0 | 1F | F1 | 48 | 28 |
| Octal | 40 | 35 | 260 | 122 | 124 | 0 | 37 | 361 | 110 | 50 |
| Binary | 100000 | 11101 | 10110000 | 1010010 | 1010100 | 0 | 11111 | 11110001 | 1001000 | 101000 |
Color Harmonies of #201DB0
Complementary color
Monochromatic Colors of #201DB0
Black with #201DB0
Text Example
Text Example
White with #201DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201DB0; }
p { color: rgb(32,29,176); }
H1.HeaderClassName
{
color: #201DB0;
}
.AnyTagClassName
{
color: #201DB0;
}
</style>
background-color css
<style>
a { background-color: #201DB0; }
a { background-color: rgb(32,29,176); }
div.DivClassName
{
background-color: #201DB0;
}
.BgClassName
{
background-color: #201DB0;
}
</style>
border-color css
<style>
span { border-color: #201DB0; }
span { border-color: rgb(32,29,176); }
td.TdClassName
{
border-color: #201DB0;
}
.TagClassName
{
border-color: #201DB0;
}
</style>