Shades of Persian Blue #201DBF
Tints of Persian Blue #201DBF
RGB
CMYK
RGB Variations
Color information
#201DBF (or 0x201DBF) is known color: Persian Blue. HEX triplet: 20, 1D and BF. RGB value is (32,29,191). Sum of RGB (Red+Green+Blue) = 32+29+191=252 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.70% from 252); Green value is 29 (11.72% from 255 or 11.51% from 252); Blue value is 191 (75% from 255 or 75.79% from 252); Max value from RGB is 191 - color contains mainly: blue. Hex color #201DBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #201DBF is #DFE240. Grayscale: #2F2F2F. Windows color (decimal): -14672449 or 12524832. OLE color: 12524832.
HSL color Cylindrical-coordinate representation of color #201DBF: hue angle of 241.11º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #201DBF is Cyan = 0.83, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 32 | 29 | 191 | - |
| CMYK | 0.83 | 0.85 | 0 | 0.25 |
| HSL | 241.11º | 0.74% | 0.43% | - |
| HSV(B) | 241.11º | 0.85% | 0.75% | - |
| XYZ | 10.44 | 4.95 | 49.69 | - |
| YUV | 48.37 | 208.49 | 116.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 29 | 191 | 0.83 | 0.85 | 0 | 0.25 | 241.11 | 0.74 | 0.43 |
| Hex | 20 | 1D | BF | 53 | 55 | 0 | 19 | F1 | 4A | 2B |
| Octal | 40 | 35 | 277 | 123 | 125 | 0 | 31 | 361 | 112 | 53 |
| Binary | 100000 | 11101 | 10111111 | 1010011 | 1010101 | 0 | 11001 | 11110001 | 1001010 | 101011 |
Color Harmonies of #201DBF
Complementary color
Monochromatic Colors of #201DBF
Black with #201DBF
Text Example
Text Example
White with #201DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201DBF; }
p { color: rgb(32,29,191); }
H1.HeaderClassName
{
color: #201DBF;
}
.AnyTagClassName
{
color: #201DBF;
}
</style>
background-color css
<style>
a { background-color: #201DBF; }
a { background-color: rgb(32,29,191); }
div.DivClassName
{
background-color: #201DBF;
}
.BgClassName
{
background-color: #201DBF;
}
</style>
border-color css
<style>
span { border-color: #201DBF; }
span { border-color: rgb(32,29,191); }
td.TdClassName
{
border-color: #201DBF;
}
.TagClassName
{
border-color: #201DBF;
}
</style>