Shades of Persian Blue #201DB6
Tints of Persian Blue #201DB6
RGB
CMYK
RGB Variations
Color information
#201DB6 (or 0x201DB6) is known color: Persian Blue. HEX triplet: 20, 1D and B6. RGB value is (32,29,182). Sum of RGB (Red+Green+Blue) = 32+29+182=243 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.17% from 243); Green value is 29 (11.72% from 255 or 11.93% from 243); Blue value is 182 (71.48% from 255 or 74.90% from 243); Max value from RGB is 182 - color contains mainly: blue. Hex color #201DB6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #201DB6 is #DFE249. Grayscale: #2E2E2E. Windows color (decimal): -14672458 or 11935008. OLE color: 11935008.
HSL color Cylindrical-coordinate representation of color #201DB6: hue angle of 241.18º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #201DB6 is Cyan = 0.82, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 32 | 29 | 182 | - |
| CMYK | 0.82 | 0.84 | 0 | 0.29 |
| HSL | 241.18º | 0.73% | 0.41% | - |
| HSV(B) | 241.18º | 0.84% | 0.71% | - |
| XYZ | 9.48 | 4.56 | 44.64 | - |
| YUV | 47.34 | 203.99 | 117.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 29 | 182 | 0.82 | 0.84 | 0 | 0.29 | 241.18 | 0.73 | 0.41 |
| Hex | 20 | 1D | B6 | 52 | 54 | 0 | 1D | F1 | 49 | 29 |
| Octal | 40 | 35 | 266 | 122 | 124 | 0 | 35 | 361 | 111 | 51 |
| Binary | 100000 | 11101 | 10110110 | 1010010 | 1010100 | 0 | 11101 | 11110001 | 1001001 | 101001 |
Color Harmonies of #201DB6
Complementary color
Monochromatic Colors of #201DB6
Black with #201DB6
Text Example
Text Example
White with #201DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201DB6; }
p { color: rgb(32,29,182); }
H1.HeaderClassName
{
color: #201DB6;
}
.AnyTagClassName
{
color: #201DB6;
}
</style>
background-color css
<style>
a { background-color: #201DB6; }
a { background-color: rgb(32,29,182); }
div.DivClassName
{
background-color: #201DB6;
}
.BgClassName
{
background-color: #201DB6;
}
</style>
border-color css
<style>
span { border-color: #201DB6; }
span { border-color: rgb(32,29,182); }
td.TdClassName
{
border-color: #201DB6;
}
.TagClassName
{
border-color: #201DB6;
}
</style>