Shades of Persian Blue #201ABF
Tints of Persian Blue #201ABF
RGB
CMYK
RGB Variations
Color information
#201ABF (or 0x201ABF) is known color: Persian Blue. HEX triplet: 20, 1A and BF. RGB value is (32,26,191). Sum of RGB (Red+Green+Blue) = 32+26+191=249 (32% of max value = 765). Red value is 32 (12.89% from 255 or 12.85% from 249); Green value is 26 (10.55% from 255 or 10.44% from 249); Blue value is 191 (75% from 255 or 76.71% from 249); Max value from RGB is 191 - color contains mainly: blue. Hex color #201ABF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #201ABF is #DFE540. Grayscale: #2D2D2D. Windows color (decimal): -14673217 or 12524064. OLE color: 12524064.
HSL color Cylindrical-coordinate representation of color #201ABF: hue angle of 242.18º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #201ABF is Cyan = 0.83, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 32 | 26 | 191 | - |
| CMYK | 0.83 | 0.86 | 0 | 0.25 |
| HSL | 242.18º | 0.76% | 0.43% | - |
| HSV(B) | 242.18º | 0.86% | 0.75% | - |
| XYZ | 10.37 | 4.81 | 49.67 | - |
| YUV | 46.6 | 209.49 | 117.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 26 | 191 | 0.83 | 0.86 | 0 | 0.25 | 242.18 | 0.76 | 0.43 |
| Hex | 20 | 1A | BF | 53 | 56 | 0 | 19 | F2 | 4C | 2B |
| Octal | 40 | 32 | 277 | 123 | 126 | 0 | 31 | 362 | 114 | 53 |
| Binary | 100000 | 11010 | 10111111 | 1010011 | 1010110 | 0 | 11001 | 11110010 | 1001100 | 101011 |
Color Harmonies of #201ABF
Complementary color
Monochromatic Colors of #201ABF
Black with #201ABF
Text Example
Text Example
White with #201ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201ABF; }
p { color: rgb(32,26,191); }
H1.HeaderClassName
{
color: #201ABF;
}
.AnyTagClassName
{
color: #201ABF;
}
</style>
background-color css
<style>
a { background-color: #201ABF; }
a { background-color: rgb(32,26,191); }
div.DivClassName
{
background-color: #201ABF;
}
.BgClassName
{
background-color: #201ABF;
}
</style>
border-color css
<style>
span { border-color: #201ABF; }
span { border-color: rgb(32,26,191); }
td.TdClassName
{
border-color: #201ABF;
}
.TagClassName
{
border-color: #201ABF;
}
</style>