Shades of Persian Blue #201ABC
Tints of Persian Blue #201ABC
RGB
CMYK
RGB Variations
Color information
#201ABC (or 0x201ABC) is known color: Persian Blue. HEX triplet: 20, 1A and BC. RGB value is (32,26,188). Sum of RGB (Red+Green+Blue) = 32+26+188=246 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.01% from 246); Green value is 26 (10.55% from 255 or 10.57% from 246); Blue value is 188 (73.83% from 255 or 76.42% from 246); Max value from RGB is 188 - color contains mainly: blue. Hex color #201ABC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #201ABC is #DFE543. Grayscale: #2D2D2D. Windows color (decimal): -14673220 or 12327456. OLE color: 12327456.
HSL color Cylindrical-coordinate representation of color #201ABC: hue angle of 242.22º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #201ABC is Cyan = 0.83, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 32 | 26 | 188 | - |
| CMYK | 0.83 | 0.86 | 0 | 0.26 |
| HSL | 242.22º | 0.76% | 0.42% | - |
| HSV(B) | 242.22º | 0.86% | 0.74% | - |
| XYZ | 10.04 | 4.68 | 47.95 | - |
| YUV | 46.26 | 207.99 | 117.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 26 | 188 | 0.83 | 0.86 | 0 | 0.26 | 242.22 | 0.76 | 0.42 |
| Hex | 20 | 1A | BC | 53 | 56 | 0 | 1A | F2 | 4C | 2A |
| Octal | 40 | 32 | 274 | 123 | 126 | 0 | 32 | 362 | 114 | 52 |
| Binary | 100000 | 11010 | 10111100 | 1010011 | 1010110 | 0 | 11010 | 11110010 | 1001100 | 101010 |
Color Harmonies of #201ABC
Complementary color
Monochromatic Colors of #201ABC
Black with #201ABC
Text Example
Text Example
White with #201ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201ABC; }
p { color: rgb(32,26,188); }
H1.HeaderClassName
{
color: #201ABC;
}
.AnyTagClassName
{
color: #201ABC;
}
</style>
background-color css
<style>
a { background-color: #201ABC; }
a { background-color: rgb(32,26,188); }
div.DivClassName
{
background-color: #201ABC;
}
.BgClassName
{
background-color: #201ABC;
}
</style>
border-color css
<style>
span { border-color: #201ABC; }
span { border-color: rgb(32,26,188); }
td.TdClassName
{
border-color: #201ABC;
}
.TagClassName
{
border-color: #201ABC;
}
</style>