Shades of Persian Blue #201CB7
Tints of Persian Blue #201CB7
RGB
CMYK
RGB Variations
Color information
#201CB7 (or 0x201CB7) is known color: Persian Blue. HEX triplet: 20, 1C and B7. RGB value is (32,28,183). Sum of RGB (Red+Green+Blue) = 32+28+183=243 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.17% from 243); Green value is 28 (11.33% from 255 or 11.52% from 243); Blue value is 183 (71.88% from 255 or 75.31% from 243); Max value from RGB is 183 - color contains mainly: blue. Hex color #201CB7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #201CB7 is #DFE348. Grayscale: #2E2E2E. Windows color (decimal): -14672713 or 12000288. OLE color: 12000288.
HSL color Cylindrical-coordinate representation of color #201CB7: hue angle of 241.55º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #201CB7 is Cyan = 0.83, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 32 | 28 | 183 | - |
| CMYK | 0.83 | 0.85 | 0 | 0.28 |
| HSL | 241.55º | 0.73% | 0.41% | - |
| HSV(B) | 241.55º | 0.85% | 0.72% | - |
| XYZ | 9.56 | 4.56 | 45.18 | - |
| YUV | 46.87 | 204.83 | 117.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 28 | 183 | 0.83 | 0.85 | 0 | 0.28 | 241.55 | 0.73 | 0.41 |
| Hex | 20 | 1C | B7 | 53 | 55 | 0 | 1C | F2 | 49 | 29 |
| Octal | 40 | 34 | 267 | 123 | 125 | 0 | 34 | 362 | 111 | 51 |
| Binary | 100000 | 11100 | 10110111 | 1010011 | 1010101 | 0 | 11100 | 11110010 | 1001001 | 101001 |
Color Harmonies of #201CB7
Complementary color
Monochromatic Colors of #201CB7
Black with #201CB7
Text Example
Text Example
White with #201CB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201CB7; }
p { color: rgb(32,28,183); }
H1.HeaderClassName
{
color: #201CB7;
}
.AnyTagClassName
{
color: #201CB7;
}
</style>
background-color css
<style>
a { background-color: #201CB7; }
a { background-color: rgb(32,28,183); }
div.DivClassName
{
background-color: #201CB7;
}
.BgClassName
{
background-color: #201CB7;
}
</style>
border-color css
<style>
span { border-color: #201CB7; }
span { border-color: rgb(32,28,183); }
td.TdClassName
{
border-color: #201CB7;
}
.TagClassName
{
border-color: #201CB7;
}
</style>