Shades of Persian Blue #201CCC
Tints of Persian Blue #201CCC
RGB
CMYK
RGB Variations
Color information
#201CCC (or 0x201CCC) is known color: Persian Blue. HEX triplet: 20, 1C and CC. RGB value is (32,28,204). Sum of RGB (Red+Green+Blue) = 32+28+204=264 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.12% from 264); Green value is 28 (11.33% from 255 or 10.61% from 264); Blue value is 204 (80.08% from 255 or 77.27% from 264); Max value from RGB is 204 - color contains mainly: blue. Hex color #201CCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #201CCC is #DFE333. Grayscale: #303030. Windows color (decimal): -14672692 or 13376544. OLE color: 13376544.
HSL color Cylindrical-coordinate representation of color #201CCC: hue angle of 241.36º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #201CCC is Cyan = 0.84, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 32 | 28 | 204 | - |
| CMYK | 0.84 | 0.86 | 0 | 0.2 |
| HSL | 241.36º | 0.76% | 0.45% | - |
| HSV(B) | 241.36º | 0.86% | 0.8% | - |
| XYZ | 11.91 | 5.5 | 57.56 | - |
| YUV | 49.26 | 215.33 | 115.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 28 | 204 | 0.84 | 0.86 | 0 | 0.2 | 241.36 | 0.76 | 0.45 |
| Hex | 20 | 1C | CC | 54 | 56 | 0 | 14 | F1 | 4C | 2D |
| Octal | 40 | 34 | 314 | 124 | 126 | 0 | 24 | 361 | 114 | 55 |
| Binary | 100000 | 11100 | 11001100 | 1010100 | 1010110 | 0 | 10100 | 11110001 | 1001100 | 101101 |
Color Harmonies of #201CCC
Complementary color
Monochromatic Colors of #201CCC
Black with #201CCC
Text Example
Text Example
White with #201CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201CCC; }
p { color: rgb(32,28,204); }
H1.HeaderClassName
{
color: #201CCC;
}
.AnyTagClassName
{
color: #201CCC;
}
</style>
background-color css
<style>
a { background-color: #201CCC; }
a { background-color: rgb(32,28,204); }
div.DivClassName
{
background-color: #201CCC;
}
.BgClassName
{
background-color: #201CCC;
}
</style>
border-color css
<style>
span { border-color: #201CCC; }
span { border-color: rgb(32,28,204); }
td.TdClassName
{
border-color: #201CCC;
}
.TagClassName
{
border-color: #201CCC;
}
</style>