Shades of Persian Blue #313DB7
Tints of Persian Blue #313DB7
RGB
CMYK
RGB Variations
Color information
#313DB7 (or 0x313DB7) is known color: Persian Blue. HEX triplet: 31, 3D and B7. RGB value is (49,61,183). Sum of RGB (Red+Green+Blue) = 49+61+183=293 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.72% from 293); Green value is 61 (24.22% from 255 or 20.82% from 293); Blue value is 183 (71.88% from 255 or 62.46% from 293); Max value from RGB is 183 - color contains mainly: blue. Hex color #313DB7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #313DB7 is #CEC248. Grayscale: #464646. Windows color (decimal): -13550153 or 12008753. OLE color: 12008753.
HSL color Cylindrical-coordinate representation of color #313DB7: hue angle of 234.63º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #313DB7 is Cyan = 0.73, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 49 | 61 | 183 | - |
| CMYK | 0.73 | 0.67 | 0 | 0.28 |
| HSL | 234.63º | 0.58% | 0.45% | - |
| HSV(B) | 234.63º | 0.73% | 0.72% | - |
| XYZ | 11.48 | 7.41 | 45.62 | - |
| YUV | 71.32 | 191.02 | 112.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 61 | 183 | 0.73 | 0.67 | 0 | 0.28 | 234.63 | 0.58 | 0.45 |
| Hex | 31 | 3D | B7 | 49 | 43 | 0 | 1C | EB | 3A | 2D |
| Octal | 61 | 75 | 267 | 111 | 103 | 0 | 34 | 353 | 72 | 55 |
| Binary | 110001 | 111101 | 10110111 | 1001001 | 1000011 | 0 | 11100 | 11101011 | 111010 | 101101 |
Color Harmonies of #313DB7
Complementary color
Monochromatic Colors of #313DB7
Black with #313DB7
Text Example
Text Example
White with #313DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313DB7; }
p { color: rgb(49,61,183); }
H1.HeaderClassName
{
color: #313DB7;
}
.AnyTagClassName
{
color: #313DB7;
}
</style>
background-color css
<style>
a { background-color: #313DB7; }
a { background-color: rgb(49,61,183); }
div.DivClassName
{
background-color: #313DB7;
}
.BgClassName
{
background-color: #313DB7;
}
</style>
border-color css
<style>
span { border-color: #313DB7; }
span { border-color: rgb(49,61,183); }
td.TdClassName
{
border-color: #313DB7;
}
.TagClassName
{
border-color: #313DB7;
}
</style>