Shades of Persian Blue #201BB4
Tints of Persian Blue #201BB4
RGB
CMYK
RGB Variations
Color information
#201BB4 (or 0x201BB4) is known color: Persian Blue. HEX triplet: 20, 1B and B4. RGB value is (32,27,180). Sum of RGB (Red+Green+Blue) = 32+27+180=239 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.39% from 239); Green value is 27 (10.94% from 255 or 11.30% from 239); Blue value is 180 (70.70% from 255 or 75.31% from 239); Max value from RGB is 180 - color contains mainly: blue. Hex color #201BB4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #201BB4 is #DFE44B. Grayscale: #2D2D2D. Windows color (decimal): -14672972 or 11803424. OLE color: 11803424.
HSL color Cylindrical-coordinate representation of color #201BB4: hue angle of 241.96º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #201BB4 is Cyan = 0.82, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 32 | 27 | 180 | - |
| CMYK | 0.82 | 0.85 | 0 | 0.29 |
| HSL | 241.96º | 0.74% | 0.41% | - |
| HSV(B) | 241.96º | 0.85% | 0.71% | - |
| XYZ | 9.23 | 4.39 | 43.54 | - |
| YUV | 45.94 | 203.66 | 118.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 27 | 180 | 0.82 | 0.85 | 0 | 0.29 | 241.96 | 0.74 | 0.41 |
| Hex | 20 | 1B | B4 | 52 | 55 | 0 | 1D | F2 | 4A | 29 |
| Octal | 40 | 33 | 264 | 122 | 125 | 0 | 35 | 362 | 112 | 51 |
| Binary | 100000 | 11011 | 10110100 | 1010010 | 1010101 | 0 | 11101 | 11110010 | 1001010 | 101001 |
Color Harmonies of #201BB4
Complementary color
Monochromatic Colors of #201BB4
Black with #201BB4
Text Example
Text Example
White with #201BB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201BB4; }
p { color: rgb(32,27,180); }
H1.HeaderClassName
{
color: #201BB4;
}
.AnyTagClassName
{
color: #201BB4;
}
</style>
background-color css
<style>
a { background-color: #201BB4; }
a { background-color: rgb(32,27,180); }
div.DivClassName
{
background-color: #201BB4;
}
.BgClassName
{
background-color: #201BB4;
}
</style>
border-color css
<style>
span { border-color: #201BB4; }
span { border-color: rgb(32,27,180); }
td.TdClassName
{
border-color: #201BB4;
}
.TagClassName
{
border-color: #201BB4;
}
</style>