Shades of Persian Blue #313BA9
Tints of Persian Blue #313BA9
RGB
CMYK
RGB Variations
Color information
#313BA9 (or 0x313BA9) is known color: Persian Blue. HEX triplet: 31, 3B and A9. RGB value is (49,59,169). Sum of RGB (Red+Green+Blue) = 49+59+169=277 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.69% from 277); Green value is 59 (23.44% from 255 or 21.30% from 277); Blue value is 169 (66.41% from 255 or 61.01% from 277); Max value from RGB is 169 - color contains mainly: blue. Hex color #313BA9 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313BA9 is #CEC456. Grayscale: #444444. Windows color (decimal): -13550679 or 11090737. OLE color: 11090737.
HSL color Cylindrical-coordinate representation of color #313BA9: hue angle of 235º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #313BA9 is Cyan = 0.71, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 49 | 59 | 169 | - |
| CMYK | 0.71 | 0.65 | 0 | 0.34 |
| HSL | 235º | 0.55% | 0.43% | - |
| HSV(B) | 235º | 0.71% | 0.66% | - |
| XYZ | 9.99 | 6.65 | 38.29 | - |
| YUV | 68.55 | 184.69 | 114.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 59 | 169 | 0.71 | 0.65 | 0 | 0.34 | 235 | 0.55 | 0.43 |
| Hex | 31 | 3B | A9 | 47 | 41 | 0 | 22 | EB | 37 | 2B |
| Octal | 61 | 73 | 251 | 107 | 101 | 0 | 42 | 353 | 67 | 53 |
| Binary | 110001 | 111011 | 10101001 | 1000111 | 1000001 | 0 | 100010 | 11101011 | 110111 | 101011 |
Color Harmonies of #313BA9
Complementary color
Monochromatic Colors of #313BA9
Black with #313BA9
Text Example
Text Example
White with #313BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313BA9; }
p { color: rgb(49,59,169); }
H1.HeaderClassName
{
color: #313BA9;
}
.AnyTagClassName
{
color: #313BA9;
}
</style>
background-color css
<style>
a { background-color: #313BA9; }
a { background-color: rgb(49,59,169); }
div.DivClassName
{
background-color: #313BA9;
}
.BgClassName
{
background-color: #313BA9;
}
</style>
border-color css
<style>
span { border-color: #313BA9; }
span { border-color: rgb(49,59,169); }
td.TdClassName
{
border-color: #313BA9;
}
.TagClassName
{
border-color: #313BA9;
}
</style>