Shades of Persian Blue #313DAD
Tints of Persian Blue #313DAD
RGB
CMYK
RGB Variations
Color information
#313DAD (or 0x313DAD) is known color: Persian Blue. HEX triplet: 31, 3D and AD. RGB value is (49,61,173). Sum of RGB (Red+Green+Blue) = 49+61+173=283 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.31% from 283); Green value is 61 (24.22% from 255 or 21.55% from 283); Blue value is 173 (67.97% from 255 or 61.13% from 283); Max value from RGB is 173 - color contains mainly: blue. Hex color #313DAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313DAD is #CEC252. Grayscale: #454545. Windows color (decimal): -13550163 or 11353393. OLE color: 11353393.
HSL color Cylindrical-coordinate representation of color #313DAD: hue angle of 234.19º 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 #313DAD is Cyan = 0.72, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 49 | 61 | 173 | - |
| CMYK | 0.72 | 0.65 | 0 | 0.32 |
| HSL | 234.19º | 0.56% | 0.44% | - |
| HSV(B) | 234.19º | 0.72% | 0.68% | - |
| XYZ | 10.48 | 7.01 | 40.34 | - |
| YUV | 70.18 | 186.02 | 112.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 61 | 173 | 0.72 | 0.65 | 0 | 0.32 | 234.19 | 0.56 | 0.44 |
| Hex | 31 | 3D | AD | 48 | 41 | 0 | 20 | EA | 38 | 2C |
| Octal | 61 | 75 | 255 | 110 | 101 | 0 | 40 | 352 | 70 | 54 |
| Binary | 110001 | 111101 | 10101101 | 1001000 | 1000001 | 0 | 100000 | 11101010 | 111000 | 101100 |
Color Harmonies of #313DAD
Complementary color
Monochromatic Colors of #313DAD
Black with #313DAD
Text Example
Text Example
White with #313DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313DAD; }
p { color: rgb(49,61,173); }
H1.HeaderClassName
{
color: #313DAD;
}
.AnyTagClassName
{
color: #313DAD;
}
</style>
background-color css
<style>
a { background-color: #313DAD; }
a { background-color: rgb(49,61,173); }
div.DivClassName
{
background-color: #313DAD;
}
.BgClassName
{
background-color: #313DAD;
}
</style>
border-color css
<style>
span { border-color: #313DAD; }
span { border-color: rgb(49,61,173); }
td.TdClassName
{
border-color: #313DAD;
}
.TagClassName
{
border-color: #313DAD;
}
</style>