Shades of Persian Blue #321BCB
Tints of Persian Blue #321BCB
RGB
CMYK
RGB Variations
Color information
#321BCB (or 0x321BCB) is known color: Persian Blue. HEX triplet: 32, 1B and CB. RGB value is (50,27,203). Sum of RGB (Red+Green+Blue) = 50+27+203=280 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.86% from 280); Green value is 27 (10.94% from 255 or 9.64% from 280); Blue value is 203 (79.69% from 255 or 72.5% from 280); Max value from RGB is 203 - color contains mainly: blue. Hex color #321BCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #321BCB is #CDE434. Grayscale: #353535. Windows color (decimal): -13493301 or 13310770. OLE color: 13310770.
HSL color Cylindrical-coordinate representation of color #321BCB: hue angle of 247.84º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #321BCB is Cyan = 0.75, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 50 | 27 | 203 | - |
| CMYK | 0.75 | 0.87 | 0 | 0.20 |
| HSL | 247.84º | 0.77% | 0.45% | - |
| HSV(B) | 247.84º | 0.87% | 0.8% | - |
| XYZ | 12.49 | 5.77 | 56.96 | - |
| YUV | 53.94 | 212.12 | 125.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 27 | 203 | 0.75 | 0.87 | 0 | 0.20 | 247.84 | 0.77 | 0.45 |
| Hex | 32 | 1B | CB | 4B | 57 | 0 | 14 | F8 | 4D | 2D |
| Octal | 62 | 33 | 313 | 113 | 127 | 0 | 24 | 370 | 115 | 55 |
| Binary | 110010 | 11011 | 11001011 | 1001011 | 1010111 | 0 | 10100 | 11111000 | 1001101 | 101101 |
Color Harmonies of #321BCB
Complementary color
Monochromatic Colors of #321BCB
Black with #321BCB
Text Example
Text Example
White with #321BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321BCB; }
p { color: rgb(50,27,203); }
H1.HeaderClassName
{
color: #321BCB;
}
.AnyTagClassName
{
color: #321BCB;
}
</style>
background-color css
<style>
a { background-color: #321BCB; }
a { background-color: rgb(50,27,203); }
div.DivClassName
{
background-color: #321BCB;
}
.BgClassName
{
background-color: #321BCB;
}
</style>
border-color css
<style>
span { border-color: #321BCB; }
span { border-color: rgb(50,27,203); }
td.TdClassName
{
border-color: #321BCB;
}
.TagClassName
{
border-color: #321BCB;
}
</style>