Shades of Persian Blue #201DB8
Tints of Persian Blue #201DB8
RGB
CMYK
RGB Variations
Color information
#201DB8 (or 0x201DB8) is known color: Persian Blue. HEX triplet: 20, 1D and B8. RGB value is (32,29,184). Sum of RGB (Red+Green+Blue) = 32+29+184=245 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.06% from 245); Green value is 29 (11.72% from 255 or 11.84% from 245); Blue value is 184 (72.27% from 255 or 75.10% from 245); Max value from RGB is 184 - color contains mainly: blue. Hex color #201DB8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #201DB8 is #DFE247. Grayscale: #2E2E2E. Windows color (decimal): -14672456 or 12066080. OLE color: 12066080.
HSL color Cylindrical-coordinate representation of color #201DB8: hue angle of 241.16º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #201DB8 is Cyan = 0.83, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 32 | 29 | 184 | - |
| CMYK | 0.83 | 0.84 | 0 | 0.28 |
| HSL | 241.16º | 0.73% | 0.42% | - |
| HSV(B) | 241.16º | 0.84% | 0.72% | - |
| XYZ | 9.69 | 4.65 | 45.73 | - |
| YUV | 47.57 | 204.99 | 116.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 29 | 184 | 0.83 | 0.84 | 0 | 0.28 | 241.16 | 0.73 | 0.42 |
| Hex | 20 | 1D | B8 | 53 | 54 | 0 | 1C | F1 | 49 | 2A |
| Octal | 40 | 35 | 270 | 123 | 124 | 0 | 34 | 361 | 111 | 52 |
| Binary | 100000 | 11101 | 10111000 | 1010011 | 1010100 | 0 | 11100 | 11110001 | 1001001 | 101010 |
Color Harmonies of #201DB8
Complementary color
Monochromatic Colors of #201DB8
Black with #201DB8
Text Example
Text Example
White with #201DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201DB8; }
p { color: rgb(32,29,184); }
H1.HeaderClassName
{
color: #201DB8;
}
.AnyTagClassName
{
color: #201DB8;
}
</style>
background-color css
<style>
a { background-color: #201DB8; }
a { background-color: rgb(32,29,184); }
div.DivClassName
{
background-color: #201DB8;
}
.BgClassName
{
background-color: #201DB8;
}
</style>
border-color css
<style>
span { border-color: #201DB8; }
span { border-color: rgb(32,29,184); }
td.TdClassName
{
border-color: #201DB8;
}
.TagClassName
{
border-color: #201DB8;
}
</style>