Shades of Persian Blue #321BCD
Tints of Persian Blue #321BCD
RGB
CMYK
RGB Variations
Color information
#321BCD (or 0x321BCD) is known color: Persian Blue. HEX triplet: 32, 1B and CD. RGB value is (50,27,205). Sum of RGB (Red+Green+Blue) = 50+27+205=282 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.73% from 282); Green value is 27 (10.94% from 255 or 9.57% from 282); Blue value is 205 (80.47% from 255 or 72.70% from 282); Max value from RGB is 205 - color contains mainly: blue. Hex color #321BCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #321BCD is #CDE432. Grayscale: #353535. Windows color (decimal): -13493299 or 13441842. OLE color: 13441842.
HSL color Cylindrical-coordinate representation of color #321BCD: hue angle of 247.75º 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 #321BCD is Cyan = 0.76, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 50 | 27 | 205 | - |
| CMYK | 0.76 | 0.87 | 0 | 0.20 |
| HSL | 247.75º | 0.77% | 0.45% | - |
| HSV(B) | 247.75º | 0.87% | 0.8% | - |
| XYZ | 12.73 | 5.87 | 58.22 | - |
| YUV | 54.17 | 213.12 | 125.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 27 | 205 | 0.76 | 0.87 | 0 | 0.20 | 247.75 | 0.77 | 0.45 |
| Hex | 32 | 1B | CD | 4C | 57 | 0 | 14 | F8 | 4D | 2D |
| Octal | 62 | 33 | 315 | 114 | 127 | 0 | 24 | 370 | 115 | 55 |
| Binary | 110010 | 11011 | 11001101 | 1001100 | 1010111 | 0 | 10100 | 11111000 | 1001101 | 101101 |
Color Harmonies of #321BCD
Complementary color
Monochromatic Colors of #321BCD
Black with #321BCD
Text Example
Text Example
White with #321BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321BCD; }
p { color: rgb(50,27,205); }
H1.HeaderClassName
{
color: #321BCD;
}
.AnyTagClassName
{
color: #321BCD;
}
</style>
background-color css
<style>
a { background-color: #321BCD; }
a { background-color: rgb(50,27,205); }
div.DivClassName
{
background-color: #321BCD;
}
.BgClassName
{
background-color: #321BCD;
}
</style>
border-color css
<style>
span { border-color: #321BCD; }
span { border-color: rgb(50,27,205); }
td.TdClassName
{
border-color: #321BCD;
}
.TagClassName
{
border-color: #321BCD;
}
</style>