Shades of Persian Blue #201CD0
Tints of Persian Blue #201CD0
RGB
CMYK
RGB Variations
Color information
#201CD0 (or 0x201CD0) is known color: Persian Blue. HEX triplet: 20, 1C and D0. RGB value is (32,28,208). Sum of RGB (Red+Green+Blue) = 32+28+208=268 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.94% from 268); Green value is 28 (11.33% from 255 or 10.45% from 268); Blue value is 208 (81.64% from 255 or 77.61% from 268); Max value from RGB is 208 - color contains mainly: blue. Hex color #201CD0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #201CD0 is #DFE32F. Grayscale: #313131. Windows color (decimal): -14672688 or 13638688. OLE color: 13638688.
HSL color Cylindrical-coordinate representation of color #201CD0: hue angle of 241.33º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #201CD0 is Cyan = 0.85, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 32 | 28 | 208 | - |
| CMYK | 0.85 | 0.87 | 0 | 0.18 |
| HSL | 241.33º | 0.76% | 0.46% | - |
| HSV(B) | 241.33º | 0.87% | 0.82% | - |
| XYZ | 12.4 | 5.69 | 60.12 | - |
| YUV | 49.72 | 217.33 | 115.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 28 | 208 | 0.85 | 0.87 | 0 | 0.18 | 241.33 | 0.76 | 0.46 |
| Hex | 20 | 1C | D0 | 55 | 57 | 0 | 12 | F1 | 4C | 2E |
| Octal | 40 | 34 | 320 | 125 | 127 | 0 | 22 | 361 | 114 | 56 |
| Binary | 100000 | 11100 | 11010000 | 1010101 | 1010111 | 0 | 10010 | 11110001 | 1001100 | 101110 |
Color Harmonies of #201CD0
Complementary color
Monochromatic Colors of #201CD0
Black with #201CD0
Text Example
Text Example
White with #201CD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201CD0; }
p { color: rgb(32,28,208); }
H1.HeaderClassName
{
color: #201CD0;
}
.AnyTagClassName
{
color: #201CD0;
}
</style>
background-color css
<style>
a { background-color: #201CD0; }
a { background-color: rgb(32,28,208); }
div.DivClassName
{
background-color: #201CD0;
}
.BgClassName
{
background-color: #201CD0;
}
</style>
border-color css
<style>
span { border-color: #201CD0; }
span { border-color: rgb(32,28,208); }
td.TdClassName
{
border-color: #201CD0;
}
.TagClassName
{
border-color: #201CD0;
}
</style>