Shades of Persian Blue #201BBB
Tints of Persian Blue #201BBB
RGB
CMYK
RGB Variations
Color information
#201BBB (or 0x201BBB) is known color: Persian Blue. HEX triplet: 20, 1B and BB. RGB value is (32,27,187). Sum of RGB (Red+Green+Blue) = 32+27+187=246 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.01% from 246); Green value is 27 (10.94% from 255 or 10.98% from 246); Blue value is 187 (73.44% from 255 or 76.02% from 246); Max value from RGB is 187 - color contains mainly: blue. Hex color #201BBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #201BBB is #DFE444. Grayscale: #2E2E2E. Windows color (decimal): -14672965 or 12262176. OLE color: 12262176.
HSL color Cylindrical-coordinate representation of color #201BBB: hue angle of 241.88º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #201BBB is Cyan = 0.83, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 32 | 27 | 187 | - |
| CMYK | 0.83 | 0.86 | 0 | 0.27 |
| HSL | 241.88º | 0.75% | 0.42% | - |
| HSV(B) | 241.88º | 0.86% | 0.73% | - |
| XYZ | 9.96 | 4.68 | 47.39 | - |
| YUV | 46.74 | 207.16 | 117.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 27 | 187 | 0.83 | 0.86 | 0 | 0.27 | 241.88 | 0.75 | 0.42 |
| Hex | 20 | 1B | BB | 53 | 56 | 0 | 1B | F2 | 4B | 2A |
| Octal | 40 | 33 | 273 | 123 | 126 | 0 | 33 | 362 | 113 | 52 |
| Binary | 100000 | 11011 | 10111011 | 1010011 | 1010110 | 0 | 11011 | 11110010 | 1001011 | 101010 |
Color Harmonies of #201BBB
Complementary color
Monochromatic Colors of #201BBB
Black with #201BBB
Text Example
Text Example
White with #201BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201BBB; }
p { color: rgb(32,27,187); }
H1.HeaderClassName
{
color: #201BBB;
}
.AnyTagClassName
{
color: #201BBB;
}
</style>
background-color css
<style>
a { background-color: #201BBB; }
a { background-color: rgb(32,27,187); }
div.DivClassName
{
background-color: #201BBB;
}
.BgClassName
{
background-color: #201BBB;
}
</style>
border-color css
<style>
span { border-color: #201BBB; }
span { border-color: rgb(32,27,187); }
td.TdClassName
{
border-color: #201BBB;
}
.TagClassName
{
border-color: #201BBB;
}
</style>