Shades of Persian Blue #321DB9
Tints of Persian Blue #321DB9
RGB
CMYK
RGB Variations
Color information
#321DB9 (or 0x321DB9) is known color: Persian Blue. HEX triplet: 32, 1D and B9. RGB value is (50,29,185). Sum of RGB (Red+Green+Blue) = 50+29+185=264 (34% of max value = 765). Red value is 50 (19.92% from 255 or 18.94% from 264); Green value is 29 (11.72% from 255 or 10.98% from 264); Blue value is 185 (72.66% from 255 or 70.08% from 264); Max value from RGB is 185 - color contains mainly: blue. Hex color #321DB9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #321DB9 is #CDE246. Grayscale: #343434. Windows color (decimal): -13492807 or 12131634. OLE color: 12131634.
HSL color Cylindrical-coordinate representation of color #321DB9: hue angle of 248.08º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #321DB9 is Cyan = 0.73, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 50 | 29 | 185 | - |
| CMYK | 0.73 | 0.84 | 0 | 0.27 |
| HSL | 248.08º | 0.73% | 0.42% | - |
| HSV(B) | 248.08º | 0.84% | 0.73% | - |
| XYZ | 10.51 | 5.06 | 46.32 | - |
| YUV | 53.06 | 202.46 | 125.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 29 | 185 | 0.73 | 0.84 | 0 | 0.27 | 248.08 | 0.73 | 0.42 |
| Hex | 32 | 1D | B9 | 49 | 54 | 0 | 1B | F8 | 49 | 2A |
| Octal | 62 | 35 | 271 | 111 | 124 | 0 | 33 | 370 | 111 | 52 |
| Binary | 110010 | 11101 | 10111001 | 1001001 | 1010100 | 0 | 11011 | 11111000 | 1001001 | 101010 |
Color Harmonies of #321DB9
Complementary color
Monochromatic Colors of #321DB9
Black with #321DB9
Text Example
Text Example
White with #321DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321DB9; }
p { color: rgb(50,29,185); }
H1.HeaderClassName
{
color: #321DB9;
}
.AnyTagClassName
{
color: #321DB9;
}
</style>
background-color css
<style>
a { background-color: #321DB9; }
a { background-color: rgb(50,29,185); }
div.DivClassName
{
background-color: #321DB9;
}
.BgClassName
{
background-color: #321DB9;
}
</style>
border-color css
<style>
span { border-color: #321DB9; }
span { border-color: rgb(50,29,185); }
td.TdClassName
{
border-color: #321DB9;
}
.TagClassName
{
border-color: #321DB9;
}
</style>