Shades of Persian Blue #321AB9
Tints of Persian Blue #321AB9
RGB
CMYK
RGB Variations
Color information
#321AB9 (or 0x321AB9) is known color: Persian Blue. HEX triplet: 32, 1A and B9. RGB value is (50,26,185). Sum of RGB (Red+Green+Blue) = 50+26+185=261 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.16% from 261); Green value is 26 (10.55% from 255 or 9.96% from 261); Blue value is 185 (72.66% from 255 or 70.88% from 261); Max value from RGB is 185 - color contains mainly: blue. Hex color #321AB9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #321AB9 is #CDE546. Grayscale: #323232. Windows color (decimal): -13493575 or 12130866. OLE color: 12130866.
HSL color Cylindrical-coordinate representation of color #321AB9: hue angle of 249.06º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #321AB9 is Cyan = 0.73, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 50 | 26 | 185 | - |
| CMYK | 0.73 | 0.86 | 0 | 0.27 |
| HSL | 249.06º | 0.75% | 0.41% | - |
| HSV(B) | 249.06º | 0.86% | 0.73% | - |
| XYZ | 10.44 | 4.92 | 46.3 | - |
| YUV | 51.3 | 203.45 | 127.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 26 | 185 | 0.73 | 0.86 | 0 | 0.27 | 249.06 | 0.75 | 0.41 |
| Hex | 32 | 1A | B9 | 49 | 56 | 0 | 1B | F9 | 4B | 29 |
| Octal | 62 | 32 | 271 | 111 | 126 | 0 | 33 | 371 | 113 | 51 |
| Binary | 110010 | 11010 | 10111001 | 1001001 | 1010110 | 0 | 11011 | 11111001 | 1001011 | 101001 |
Color Harmonies of #321AB9
Complementary color
Monochromatic Colors of #321AB9
Black with #321AB9
Text Example
Text Example
White with #321AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321AB9; }
p { color: rgb(50,26,185); }
H1.HeaderClassName
{
color: #321AB9;
}
.AnyTagClassName
{
color: #321AB9;
}
</style>
background-color css
<style>
a { background-color: #321AB9; }
a { background-color: rgb(50,26,185); }
div.DivClassName
{
background-color: #321AB9;
}
.BgClassName
{
background-color: #321AB9;
}
</style>
border-color css
<style>
span { border-color: #321AB9; }
span { border-color: rgb(50,26,185); }
td.TdClassName
{
border-color: #321AB9;
}
.TagClassName
{
border-color: #321AB9;
}
</style>