Shades of Persian Blue #201BCE
Tints of Persian Blue #201BCE
RGB
CMYK
RGB Variations
Color information
#201BCE (or 0x201BCE) is known color: Persian Blue. HEX triplet: 20, 1B and CE. RGB value is (32,27,206). Sum of RGB (Red+Green+Blue) = 32+27+206=265 (35% of max value = 765). Red value is 32 (12.89% from 255 or 12.08% from 265); Green value is 27 (10.94% from 255 or 10.19% from 265); Blue value is 206 (80.86% from 255 or 77.74% from 265); Max value from RGB is 206 - color contains mainly: blue. Hex color #201BCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #201BCE is #DFE431. Grayscale: #303030. Windows color (decimal): -14672946 or 13507360. OLE color: 13507360.
HSL color Cylindrical-coordinate representation of color #201BCE: hue angle of 241.68º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #201BCE is Cyan = 0.84, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 32 | 27 | 206 | - |
| CMYK | 0.84 | 0.87 | 0 | 0.19 |
| HSL | 241.68º | 0.77% | 0.46% | - |
| HSV(B) | 241.68º | 0.87% | 0.81% | - |
| XYZ | 12.13 | 5.55 | 58.82 | - |
| YUV | 48.9 | 216.66 | 115.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 27 | 206 | 0.84 | 0.87 | 0 | 0.19 | 241.68 | 0.77 | 0.46 |
| Hex | 20 | 1B | CE | 54 | 57 | 0 | 13 | F2 | 4D | 2E |
| Octal | 40 | 33 | 316 | 124 | 127 | 0 | 23 | 362 | 115 | 56 |
| Binary | 100000 | 11011 | 11001110 | 1010100 | 1010111 | 0 | 10011 | 11110010 | 1001101 | 101110 |
Color Harmonies of #201BCE
Complementary color
Monochromatic Colors of #201BCE
Black with #201BCE
Text Example
Text Example
White with #201BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201BCE; }
p { color: rgb(32,27,206); }
H1.HeaderClassName
{
color: #201BCE;
}
.AnyTagClassName
{
color: #201BCE;
}
</style>
background-color css
<style>
a { background-color: #201BCE; }
a { background-color: rgb(32,27,206); }
div.DivClassName
{
background-color: #201BCE;
}
.BgClassName
{
background-color: #201BCE;
}
</style>
border-color css
<style>
span { border-color: #201BCE; }
span { border-color: rgb(32,27,206); }
td.TdClassName
{
border-color: #201BCE;
}
.TagClassName
{
border-color: #201BCE;
}
</style>