Shades of Persian Blue #201FB6
Tints of Persian Blue #201FB6
RGB
CMYK
RGB Variations
Color information
#201FB6 (or 0x201FB6) is known color: Persian Blue. HEX triplet: 20, 1F and B6. RGB value is (32,31,182). Sum of RGB (Red+Green+Blue) = 32+31+182=245 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.06% from 245); Green value is 31 (12.5% from 255 or 12.65% from 245); Blue value is 182 (71.48% from 255 or 74.29% from 245); Max value from RGB is 182 - color contains mainly: blue. Hex color #201FB6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #201FB6 is #DFE049. Grayscale: #2F2F2F. Windows color (decimal): -14671946 or 11935520. OLE color: 11935520.
HSL color Cylindrical-coordinate representation of color #201FB6: hue angle of 240.4º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #201FB6 is Cyan = 0.82, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 32 | 31 | 182 | - |
| CMYK | 0.82 | 0.83 | 0 | 0.29 |
| HSL | 240.4º | 0.71% | 0.42% | - |
| HSV(B) | 240.4º | 0.83% | 0.71% | - |
| XYZ | 9.53 | 4.66 | 44.65 | - |
| YUV | 48.51 | 203.33 | 116.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 31 | 182 | 0.82 | 0.83 | 0 | 0.29 | 240.4 | 0.71 | 0.42 |
| Hex | 20 | 1F | B6 | 52 | 53 | 0 | 1D | F0 | 47 | 2A |
| Octal | 40 | 37 | 266 | 122 | 123 | 0 | 35 | 360 | 107 | 52 |
| Binary | 100000 | 11111 | 10110110 | 1010010 | 1010011 | 0 | 11101 | 11110000 | 1000111 | 101010 |
Color Harmonies of #201FB6
Complementary color
Monochromatic Colors of #201FB6
Black with #201FB6
Text Example
Text Example
White with #201FB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201FB6; }
p { color: rgb(32,31,182); }
H1.HeaderClassName
{
color: #201FB6;
}
.AnyTagClassName
{
color: #201FB6;
}
</style>
background-color css
<style>
a { background-color: #201FB6; }
a { background-color: rgb(32,31,182); }
div.DivClassName
{
background-color: #201FB6;
}
.BgClassName
{
background-color: #201FB6;
}
</style>
border-color css
<style>
span { border-color: #201FB6; }
span { border-color: rgb(32,31,182); }
td.TdClassName
{
border-color: #201FB6;
}
.TagClassName
{
border-color: #201FB6;
}
</style>