Shades of Persian Blue #313AAF
Tints of Persian Blue #313AAF
RGB
CMYK
RGB Variations
Color information
#313AAF (or 0x313AAF) is known color: Persian Blue. HEX triplet: 31, 3A and AF. RGB value is (49,58,175). Sum of RGB (Red+Green+Blue) = 49+58+175=282 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.38% from 282); Green value is 58 (23.05% from 255 or 20.57% from 282); Blue value is 175 (68.75% from 255 or 62.06% from 282); Max value from RGB is 175 - color contains mainly: blue. Hex color #313AAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313AAF is #CEC550. Grayscale: #444444. Windows color (decimal): -13550929 or 11483697. OLE color: 11483697.
HSL color Cylindrical-coordinate representation of color #313AAF: hue angle of 235.71º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #313AAF is Cyan = 0.72, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 49 | 58 | 175 | - |
| CMYK | 0.72 | 0.67 | 0 | 0.31 |
| HSL | 235.71º | 0.56% | 0.44% | - |
| HSV(B) | 235.71º | 0.72% | 0.69% | - |
| XYZ | 10.52 | 6.77 | 41.31 | - |
| YUV | 68.65 | 188.02 | 113.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 58 | 175 | 0.72 | 0.67 | 0 | 0.31 | 235.71 | 0.56 | 0.44 |
| Hex | 31 | 3A | AF | 48 | 43 | 0 | 1F | EC | 38 | 2C |
| Octal | 61 | 72 | 257 | 110 | 103 | 0 | 37 | 354 | 70 | 54 |
| Binary | 110001 | 111010 | 10101111 | 1001000 | 1000011 | 0 | 11111 | 11101100 | 111000 | 101100 |
Color Harmonies of #313AAF
Complementary color
Monochromatic Colors of #313AAF
Black with #313AAF
Text Example
Text Example
White with #313AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313AAF; }
p { color: rgb(49,58,175); }
H1.HeaderClassName
{
color: #313AAF;
}
.AnyTagClassName
{
color: #313AAF;
}
</style>
background-color css
<style>
a { background-color: #313AAF; }
a { background-color: rgb(49,58,175); }
div.DivClassName
{
background-color: #313AAF;
}
.BgClassName
{
background-color: #313AAF;
}
</style>
border-color css
<style>
span { border-color: #313AAF; }
span { border-color: rgb(49,58,175); }
td.TdClassName
{
border-color: #313AAF;
}
.TagClassName
{
border-color: #313AAF;
}
</style>