Shades of Persian Blue #313AAD
Tints of Persian Blue #313AAD
RGB
CMYK
RGB Variations
Color information
#313AAD (or 0x313AAD) is known color: Persian Blue. HEX triplet: 31, 3A and AD. RGB value is (49,58,173). Sum of RGB (Red+Green+Blue) = 49+58+173=280 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.5% from 280); Green value is 58 (23.05% from 255 or 20.71% from 280); Blue value is 173 (67.97% from 255 or 61.79% from 280); Max value from RGB is 173 - color contains mainly: blue. Hex color #313AAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313AAD is #CEC552. Grayscale: #434343. Windows color (decimal): -13550931 or 11352625. OLE color: 11352625.
HSL color Cylindrical-coordinate representation of color #313AAD: hue angle of 235.65º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #313AAD is Cyan = 0.72, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 49 | 58 | 173 | - |
| CMYK | 0.72 | 0.66 | 0 | 0.32 |
| HSL | 235.65º | 0.56% | 0.44% | - |
| HSV(B) | 235.65º | 0.72% | 0.68% | - |
| XYZ | 10.32 | 6.7 | 40.28 | - |
| YUV | 68.42 | 187.02 | 114.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 58 | 173 | 0.72 | 0.66 | 0 | 0.32 | 235.65 | 0.56 | 0.44 |
| Hex | 31 | 3A | AD | 48 | 42 | 0 | 20 | EC | 38 | 2C |
| Octal | 61 | 72 | 255 | 110 | 102 | 0 | 40 | 354 | 70 | 54 |
| Binary | 110001 | 111010 | 10101101 | 1001000 | 1000010 | 0 | 100000 | 11101100 | 111000 | 101100 |
Color Harmonies of #313AAD
Complementary color
Monochromatic Colors of #313AAD
Black with #313AAD
Text Example
Text Example
White with #313AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313AAD; }
p { color: rgb(49,58,173); }
H1.HeaderClassName
{
color: #313AAD;
}
.AnyTagClassName
{
color: #313AAD;
}
</style>
background-color css
<style>
a { background-color: #313AAD; }
a { background-color: rgb(49,58,173); }
div.DivClassName
{
background-color: #313AAD;
}
.BgClassName
{
background-color: #313AAD;
}
</style>
border-color css
<style>
span { border-color: #313AAD; }
span { border-color: rgb(49,58,173); }
td.TdClassName
{
border-color: #313AAD;
}
.TagClassName
{
border-color: #313AAD;
}
</style>