Shades of Persian Blue #201FB3
Tints of Persian Blue #201FB3
RGB
CMYK
RGB Variations
Color information
#201FB3 (or 0x201FB3) is known color: Persian Blue. HEX triplet: 20, 1F and B3. RGB value is (32,31,179). Sum of RGB (Red+Green+Blue) = 32+31+179=242 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.22% from 242); Green value is 31 (12.5% from 255 or 12.81% from 242); Blue value is 179 (70.31% from 255 or 73.97% from 242); Max value from RGB is 179 - color contains mainly: blue. Hex color #201FB3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #201FB3 is #DFE04C. Grayscale: #2F2F2F. Windows color (decimal): -14671949 or 11738912. OLE color: 11738912.
HSL color Cylindrical-coordinate representation of color #201FB3: 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 #201FB3 is Cyan = 0.82, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 32 | 31 | 179 | - |
| 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.22 | 4.54 | 43.04 | - |
| YUV | 48.17 | 201.83 | 116.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 31 | 179 | 0.82 | 0.83 | 0 | 0.30 | 240.41 | 0.7 | 0.41 |
| Hex | 20 | 1F | B3 | 52 | 53 | 0 | 1E | F0 | 46 | 29 |
| Octal | 40 | 37 | 263 | 122 | 123 | 0 | 36 | 360 | 106 | 51 |
| Binary | 100000 | 11111 | 10110011 | 1010010 | 1010011 | 0 | 11110 | 11110000 | 1000110 | 101001 |
Color Harmonies of #201FB3
Complementary color
Monochromatic Colors of #201FB3
Black with #201FB3
Text Example
Text Example
White with #201FB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201FB3; }
p { color: rgb(32,31,179); }
H1.HeaderClassName
{
color: #201FB3;
}
.AnyTagClassName
{
color: #201FB3;
}
</style>
background-color css
<style>
a { background-color: #201FB3; }
a { background-color: rgb(32,31,179); }
div.DivClassName
{
background-color: #201FB3;
}
.BgClassName
{
background-color: #201FB3;
}
</style>
border-color css
<style>
span { border-color: #201FB3; }
span { border-color: rgb(32,31,179); }
td.TdClassName
{
border-color: #201FB3;
}
.TagClassName
{
border-color: #201FB3;
}
</style>