Shades of Persian Blue #201BB5
Tints of Persian Blue #201BB5
RGB
CMYK
RGB Variations
Color information
#201BB5 (or 0x201BB5) is known color: Persian Blue. HEX triplet: 20, 1B and B5. RGB value is (32,27,181). Sum of RGB (Red+Green+Blue) = 32+27+181=240 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.33% from 240); Green value is 27 (10.94% from 255 or 11.25% from 240); Blue value is 181 (71.09% from 255 or 75.42% from 240); Max value from RGB is 181 - color contains mainly: blue. Hex color #201BB5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #201BB5 is #DFE44A. Grayscale: #2D2D2D. Windows color (decimal): -14672971 or 11868960. OLE color: 11868960.
HSL color Cylindrical-coordinate representation of color #201BB5: hue angle of 241.95º 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 #201BB5 is Cyan = 0.82, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 32 | 27 | 181 | - |
| CMYK | 0.82 | 0.85 | 0 | 0.29 |
| HSL | 241.95º | 0.74% | 0.41% | - |
| HSV(B) | 241.95º | 0.85% | 0.71% | - |
| XYZ | 9.33 | 4.43 | 44.08 | - |
| YUV | 46.05 | 204.16 | 117.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 27 | 181 | 0.82 | 0.85 | 0 | 0.29 | 241.95 | 0.74 | 0.41 |
| Hex | 20 | 1B | B5 | 52 | 55 | 0 | 1D | F2 | 4A | 29 |
| Octal | 40 | 33 | 265 | 122 | 125 | 0 | 35 | 362 | 112 | 51 |
| Binary | 100000 | 11011 | 10110101 | 1010010 | 1010101 | 0 | 11101 | 11110010 | 1001010 | 101001 |
Color Harmonies of #201BB5
Complementary color
Monochromatic Colors of #201BB5
Black with #201BB5
Text Example
Text Example
White with #201BB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201BB5; }
p { color: rgb(32,27,181); }
H1.HeaderClassName
{
color: #201BB5;
}
.AnyTagClassName
{
color: #201BB5;
}
</style>
background-color css
<style>
a { background-color: #201BB5; }
a { background-color: rgb(32,27,181); }
div.DivClassName
{
background-color: #201BB5;
}
.BgClassName
{
background-color: #201BB5;
}
</style>
border-color css
<style>
span { border-color: #201BB5; }
span { border-color: rgb(32,27,181); }
td.TdClassName
{
border-color: #201BB5;
}
.TagClassName
{
border-color: #201BB5;
}
</style>