Shades of Persian Blue #312BA9
Tints of Persian Blue #312BA9
RGB
CMYK
RGB Variations
Color information
#312BA9 (or 0x312BA9) is known color: Persian Blue. HEX triplet: 31, 2B and A9. RGB value is (49,43,169). Sum of RGB (Red+Green+Blue) = 49+43+169=261 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.77% from 261); Green value is 43 (17.19% from 255 or 16.48% from 261); Blue value is 169 (66.41% from 255 or 64.75% from 261); Max value from RGB is 169 - color contains mainly: blue. Hex color #312BA9 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #312BA9 is #CED456. Grayscale: #3A3A3A. Windows color (decimal): -13554775 or 11086641. OLE color: 11086641.
HSL color Cylindrical-coordinate representation of color #312BA9: hue angle of 242.86º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #312BA9 is Cyan = 0.71, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 49 | 43 | 169 | - |
| CMYK | 0.71 | 0.75 | 0 | 0.34 |
| HSL | 242.86º | 0.59% | 0.42% | - |
| HSV(B) | 242.86º | 0.75% | 0.66% | - |
| XYZ | 9.29 | 5.25 | 38.06 | - |
| YUV | 59.16 | 189.99 | 120.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 43 | 169 | 0.71 | 0.75 | 0 | 0.34 | 242.86 | 0.59 | 0.42 |
| Hex | 31 | 2B | A9 | 47 | 4B | 0 | 22 | F3 | 3B | 2A |
| Octal | 61 | 53 | 251 | 107 | 113 | 0 | 42 | 363 | 73 | 52 |
| Binary | 110001 | 101011 | 10101001 | 1000111 | 1001011 | 0 | 100010 | 11110011 | 111011 | 101010 |
Color Harmonies of #312BA9
Complementary color
Monochromatic Colors of #312BA9
Black with #312BA9
Text Example
Text Example
White with #312BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312BA9; }
p { color: rgb(49,43,169); }
H1.HeaderClassName
{
color: #312BA9;
}
.AnyTagClassName
{
color: #312BA9;
}
</style>
background-color css
<style>
a { background-color: #312BA9; }
a { background-color: rgb(49,43,169); }
div.DivClassName
{
background-color: #312BA9;
}
.BgClassName
{
background-color: #312BA9;
}
</style>
border-color css
<style>
span { border-color: #312BA9; }
span { border-color: rgb(49,43,169); }
td.TdClassName
{
border-color: #312BA9;
}
.TagClassName
{
border-color: #312BA9;
}
</style>