Shades of Persian Blue #201CCD
Tints of Persian Blue #201CCD
RGB
CMYK
RGB Variations
Color information
#201CCD (or 0x201CCD) is known color: Persian Blue. HEX triplet: 20, 1C and CD. RGB value is (32,28,205). Sum of RGB (Red+Green+Blue) = 32+28+205=265 (35% of max value = 765). Red value is 32 (12.89% from 255 or 12.08% from 265); Green value is 28 (11.33% from 255 or 10.57% from 265); Blue value is 205 (80.47% from 255 or 77.36% from 265); Max value from RGB is 205 - color contains mainly: blue. Hex color #201CCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #201CCD is #DFE332. Grayscale: #303030. Windows color (decimal): -14672691 or 13442080. OLE color: 13442080.
HSL color Cylindrical-coordinate representation of color #201CCD: hue angle of 241.36º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #201CCD is Cyan = 0.84, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 32 | 28 | 205 | - |
| CMYK | 0.84 | 0.86 | 0 | 0.20 |
| HSL | 241.36º | 0.76% | 0.46% | - |
| HSV(B) | 241.36º | 0.86% | 0.8% | - |
| XYZ | 12.03 | 5.55 | 58.19 | - |
| YUV | 49.37 | 215.83 | 115.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 28 | 205 | 0.84 | 0.86 | 0 | 0.20 | 241.36 | 0.76 | 0.46 |
| Hex | 20 | 1C | CD | 54 | 56 | 0 | 14 | F1 | 4C | 2E |
| Octal | 40 | 34 | 315 | 124 | 126 | 0 | 24 | 361 | 114 | 56 |
| Binary | 100000 | 11100 | 11001101 | 1010100 | 1010110 | 0 | 10100 | 11110001 | 1001100 | 101110 |
Color Harmonies of #201CCD
Complementary color
Monochromatic Colors of #201CCD
Black with #201CCD
Text Example
Text Example
White with #201CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201CCD; }
p { color: rgb(32,28,205); }
H1.HeaderClassName
{
color: #201CCD;
}
.AnyTagClassName
{
color: #201CCD;
}
</style>
background-color css
<style>
a { background-color: #201CCD; }
a { background-color: rgb(32,28,205); }
div.DivClassName
{
background-color: #201CCD;
}
.BgClassName
{
background-color: #201CCD;
}
</style>
border-color css
<style>
span { border-color: #201CCD; }
span { border-color: rgb(32,28,205); }
td.TdClassName
{
border-color: #201CCD;
}
.TagClassName
{
border-color: #201CCD;
}
</style>