Shades of Persian Blue #201CC6
Tints of Persian Blue #201CC6
RGB
CMYK
RGB Variations
Color information
#201CC6 (or 0x201CC6) is known color: Persian Blue. HEX triplet: 20, 1C and C6. RGB value is (32,28,198). Sum of RGB (Red+Green+Blue) = 32+28+198=258 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.40% from 258); Green value is 28 (11.33% from 255 or 10.85% from 258); Blue value is 198 (77.73% from 255 or 76.74% from 258); Max value from RGB is 198 - color contains mainly: blue. Hex color #201CC6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #201CC6 is #DFE339. Grayscale: #2F2F2F. Windows color (decimal): -14672698 or 12983328. OLE color: 12983328.
HSL color Cylindrical-coordinate representation of color #201CC6: hue angle of 241.41º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #201CC6 is Cyan = 0.84, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 32 | 28 | 198 | - |
| CMYK | 0.84 | 0.86 | 0 | 0.22 |
| HSL | 241.41º | 0.75% | 0.44% | - |
| HSV(B) | 241.41º | 0.86% | 0.78% | - |
| XYZ | 11.2 | 5.21 | 53.84 | - |
| YUV | 48.58 | 212.33 | 116.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 28 | 198 | 0.84 | 0.86 | 0 | 0.22 | 241.41 | 0.75 | 0.44 |
| Hex | 20 | 1C | C6 | 54 | 56 | 0 | 16 | F1 | 4B | 2C |
| Octal | 40 | 34 | 306 | 124 | 126 | 0 | 26 | 361 | 113 | 54 |
| Binary | 100000 | 11100 | 11000110 | 1010100 | 1010110 | 0 | 10110 | 11110001 | 1001011 | 101100 |
Color Harmonies of #201CC6
Complementary color
Monochromatic Colors of #201CC6
Black with #201CC6
Text Example
Text Example
White with #201CC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201CC6; }
p { color: rgb(32,28,198); }
H1.HeaderClassName
{
color: #201CC6;
}
.AnyTagClassName
{
color: #201CC6;
}
</style>
background-color css
<style>
a { background-color: #201CC6; }
a { background-color: rgb(32,28,198); }
div.DivClassName
{
background-color: #201CC6;
}
.BgClassName
{
background-color: #201CC6;
}
</style>
border-color css
<style>
span { border-color: #201CC6; }
span { border-color: rgb(32,28,198); }
td.TdClassName
{
border-color: #201CC6;
}
.TagClassName
{
border-color: #201CC6;
}
</style>