Shades of Persian Blue #201CB6
Tints of Persian Blue #201CB6
RGB
CMYK
RGB Variations
Color information
#201CB6 (or 0x201CB6) is known color: Persian Blue. HEX triplet: 20, 1C and B6. RGB value is (32,28,182). Sum of RGB (Red+Green+Blue) = 32+28+182=242 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.22% from 242); Green value is 28 (11.33% from 255 or 11.57% from 242); Blue value is 182 (71.48% from 255 or 75.21% from 242); Max value from RGB is 182 - color contains mainly: blue. Hex color #201CB6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #201CB6 is #DFE349. Grayscale: #2E2E2E. Windows color (decimal): -14672714 or 11934752. OLE color: 11934752.
HSL color Cylindrical-coordinate representation of color #201CB6: hue angle of 241.56º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #201CB6 is Cyan = 0.82, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 32 | 28 | 182 | - |
| CMYK | 0.82 | 0.85 | 0 | 0.29 |
| HSL | 241.56º | 0.73% | 0.41% | - |
| HSV(B) | 241.56º | 0.85% | 0.71% | - |
| XYZ | 9.45 | 4.51 | 44.63 | - |
| YUV | 46.75 | 204.33 | 117.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 28 | 182 | 0.82 | 0.85 | 0 | 0.29 | 241.56 | 0.73 | 0.41 |
| Hex | 20 | 1C | B6 | 52 | 55 | 0 | 1D | F2 | 49 | 29 |
| Octal | 40 | 34 | 266 | 122 | 125 | 0 | 35 | 362 | 111 | 51 |
| Binary | 100000 | 11100 | 10110110 | 1010010 | 1010101 | 0 | 11101 | 11110010 | 1001001 | 101001 |
Color Harmonies of #201CB6
Complementary color
Monochromatic Colors of #201CB6
Black with #201CB6
Text Example
Text Example
White with #201CB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201CB6; }
p { color: rgb(32,28,182); }
H1.HeaderClassName
{
color: #201CB6;
}
.AnyTagClassName
{
color: #201CB6;
}
</style>
background-color css
<style>
a { background-color: #201CB6; }
a { background-color: rgb(32,28,182); }
div.DivClassName
{
background-color: #201CB6;
}
.BgClassName
{
background-color: #201CB6;
}
</style>
border-color css
<style>
span { border-color: #201CB6; }
span { border-color: rgb(32,28,182); }
td.TdClassName
{
border-color: #201CB6;
}
.TagClassName
{
border-color: #201CB6;
}
</style>