Shades of Persian Blue #201DBD
Tints of Persian Blue #201DBD
RGB
CMYK
RGB Variations
Color information
#201DBD (or 0x201DBD) is known color: Persian Blue. HEX triplet: 20, 1D and BD. RGB value is (32,29,189). Sum of RGB (Red+Green+Blue) = 32+29+189=250 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.8% from 250); Green value is 29 (11.72% from 255 or 11.6% from 250); Blue value is 189 (74.22% from 255 or 75.6% from 250); Max value from RGB is 189 - color contains mainly: blue. Hex color #201DBD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #201DBD is #DFE242. Grayscale: #2F2F2F. Windows color (decimal): -14672451 or 12393760. OLE color: 12393760.
HSL color Cylindrical-coordinate representation of color #201DBD: hue angle of 241.13º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #201DBD is Cyan = 0.83, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
RGB | 32 | 29 | 189 | - |
CMYK | 0.83 | 0.85 | 0 | 0.26 |
HSL | 241.13º | 0.73% | 0.43% | - |
HSV(B) | 241.13º | 0.85% | 0.74% | - |
XYZ | 10.22 | 4.86 | 48.54 | - |
YUV | 48.14 | 207.49 | 116.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 32 | 29 | 189 | 0.83 | 0.85 | 0 | 0.26 | 241.13 | 0.73 | 0.43 |
Hex | 20 | 1D | BD | 53 | 55 | 0 | 1A | F1 | 49 | 2B |
Octal | 40 | 35 | 275 | 123 | 125 | 0 | 32 | 361 | 111 | 53 |
Binary | 100000 | 11101 | 10111101 | 1010011 | 1010101 | 0 | 11010 | 11110001 | 1001001 | 101011 |
Color Harmonies of #201DBD
Complementary color
Monochromatic Colors of #201DBD
Black with #201DBD
Text Example
Text Example
White with #201DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201DBD; }
p { color: rgb(32,29,189); }
H1.HeaderClassName
{
color: #201DBD;
}
.AnyTagClassName
{
color: #201DBD;
}
</style>
background-color css
<style>
a { background-color: #201DBD; }
a { background-color: rgb(32,29,189); }
div.DivClassName
{
background-color: #201DBD;
}
.BgClassName
{
background-color: #201DBD;
}
</style>
border-color css
<style>
span { border-color: #201DBD; }
span { border-color: rgb(32,29,189); }
td.TdClassName
{
border-color: #201DBD;
}
.TagClassName
{
border-color: #201DBD;
}
</style>