Shades of Persian Blue #201FBD
Tints of Persian Blue #201FBD
RGB
CMYK
RGB Variations
Color information
#201FBD (or 0x201FBD) is known color: Persian Blue. HEX triplet: 20, 1F and BD. RGB value is (32,31,189). Sum of RGB (Red+Green+Blue) = 32+31+189=252 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.70% from 252); Green value is 31 (12.5% from 255 or 12.30% from 252); Blue value is 189 (74.22% from 255 or 75% from 252); Max value from RGB is 189 - color contains mainly: blue. Hex color #201FBD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #201FBD is #DFE042. Grayscale: #303030. Windows color (decimal): -14671939 or 12394272. OLE color: 12394272.
HSL color Cylindrical-coordinate representation of color #201FBD: hue angle of 240.38º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #201FBD is Cyan = 0.83, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 32 | 31 | 189 | - |
| CMYK | 0.83 | 0.84 | 0 | 0.26 |
| HSL | 240.38º | 0.72% | 0.43% | - |
| HSV(B) | 240.38º | 0.84% | 0.74% | - |
| XYZ | 10.27 | 4.96 | 48.56 | - |
| YUV | 49.31 | 206.83 | 115.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 31 | 189 | 0.83 | 0.84 | 0 | 0.26 | 240.38 | 0.72 | 0.43 |
| Hex | 20 | 1F | BD | 53 | 54 | 0 | 1A | F0 | 48 | 2B |
| Octal | 40 | 37 | 275 | 123 | 124 | 0 | 32 | 360 | 110 | 53 |
| Binary | 100000 | 11111 | 10111101 | 1010011 | 1010100 | 0 | 11010 | 11110000 | 1001000 | 101011 |
Color Harmonies of #201FBD
Complementary color
Monochromatic Colors of #201FBD
Black with #201FBD
Text Example
Text Example
White with #201FBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201FBD; }
p { color: rgb(32,31,189); }
H1.HeaderClassName
{
color: #201FBD;
}
.AnyTagClassName
{
color: #201FBD;
}
</style>
background-color css
<style>
a { background-color: #201FBD; }
a { background-color: rgb(32,31,189); }
div.DivClassName
{
background-color: #201FBD;
}
.BgClassName
{
background-color: #201FBD;
}
</style>
border-color css
<style>
span { border-color: #201FBD; }
span { border-color: rgb(32,31,189); }
td.TdClassName
{
border-color: #201FBD;
}
.TagClassName
{
border-color: #201FBD;
}
</style>