Shades of Persian Blue #201FB2
Tints of Persian Blue #201FB2
RGB
CMYK
RGB Variations
Color information
#201FB2 (or 0x201FB2) is known color: Persian Blue. HEX triplet: 20, 1F and B2. RGB value is (32,31,178). Sum of RGB (Red+Green+Blue) = 32+31+178=241 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.28% from 241); Green value is 31 (12.5% from 255 or 12.86% from 241); Blue value is 178 (69.92% from 255 or 73.86% from 241); Max value from RGB is 178 - color contains mainly: blue. Hex color #201FB2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #201FB2 is #DFE04D. Grayscale: #2F2F2F. Windows color (decimal): -14671950 or 11673376. OLE color: 11673376.
HSL color Cylindrical-coordinate representation of color #201FB2: hue angle of 240.41º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #201FB2 is Cyan = 0.82, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 32 | 31 | 178 | - |
| CMYK | 0.82 | 0.83 | 0 | 0.30 |
| HSL | 240.41º | 0.7% | 0.41% | - |
| HSV(B) | 240.41º | 0.83% | 0.7% | - |
| XYZ | 9.12 | 4.5 | 42.51 | - |
| YUV | 48.06 | 201.33 | 116.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 31 | 178 | 0.82 | 0.83 | 0 | 0.30 | 240.41 | 0.7 | 0.41 |
| Hex | 20 | 1F | B2 | 52 | 53 | 0 | 1E | F0 | 46 | 29 |
| Octal | 40 | 37 | 262 | 122 | 123 | 0 | 36 | 360 | 106 | 51 |
| Binary | 100000 | 11111 | 10110010 | 1010010 | 1010011 | 0 | 11110 | 11110000 | 1000110 | 101001 |
Color Harmonies of #201FB2
Complementary color
Monochromatic Colors of #201FB2
Black with #201FB2
Text Example
Text Example
White with #201FB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201FB2; }
p { color: rgb(32,31,178); }
H1.HeaderClassName
{
color: #201FB2;
}
.AnyTagClassName
{
color: #201FB2;
}
</style>
background-color css
<style>
a { background-color: #201FB2; }
a { background-color: rgb(32,31,178); }
div.DivClassName
{
background-color: #201FB2;
}
.BgClassName
{
background-color: #201FB2;
}
</style>
border-color css
<style>
span { border-color: #201FB2; }
span { border-color: rgb(32,31,178); }
td.TdClassName
{
border-color: #201FB2;
}
.TagClassName
{
border-color: #201FB2;
}
</style>