Shades of Persian Blue #313DD0
Tints of Persian Blue #313DD0
RGB
CMYK
RGB Variations
Color information
#313DD0 (or 0x313DD0) is known color: Persian Blue. HEX triplet: 31, 3D and D0. RGB value is (49,61,208). Sum of RGB (Red+Green+Blue) = 49+61+208=318 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.41% from 318); Green value is 61 (24.22% from 255 or 19.18% from 318); Blue value is 208 (81.64% from 255 or 65.41% from 318); Max value from RGB is 208 - color contains mainly: blue. Hex color #313DD0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #313DD0 is #CEC22F. Grayscale: #494949. Windows color (decimal): -13550128 or 13647153. OLE color: 13647153.
HSL color Cylindrical-coordinate representation of color #313DD0: hue angle of 235.47º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #313DD0 is Cyan = 0.76, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 49 | 61 | 208 | - |
| CMYK | 0.76 | 0.71 | 0 | 0.18 |
| HSL | 235.47º | 0.63% | 0.5% | - |
| HSV(B) | 235.47º | 0.76% | 0.82% | - |
| XYZ | 14.32 | 8.54 | 60.57 | - |
| YUV | 74.17 | 203.52 | 110.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 61 | 208 | 0.76 | 0.71 | 0 | 0.18 | 235.47 | 0.63 | 0.5 |
| Hex | 31 | 3D | D0 | 4C | 47 | 0 | 12 | EB | 3F | 32 |
| Octal | 61 | 75 | 320 | 114 | 107 | 0 | 22 | 353 | 77 | 62 |
| Binary | 110001 | 111101 | 11010000 | 1001100 | 1000111 | 0 | 10010 | 11101011 | 111111 | 110010 |
Color Harmonies of #313DD0
Complementary color
Monochromatic Colors of #313DD0
Black with #313DD0
Text Example
Text Example
White with #313DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313DD0; }
p { color: rgb(49,61,208); }
H1.HeaderClassName
{
color: #313DD0;
}
.AnyTagClassName
{
color: #313DD0;
}
</style>
background-color css
<style>
a { background-color: #313DD0; }
a { background-color: rgb(49,61,208); }
div.DivClassName
{
background-color: #313DD0;
}
.BgClassName
{
background-color: #313DD0;
}
</style>
border-color css
<style>
span { border-color: #313DD0; }
span { border-color: rgb(49,61,208); }
td.TdClassName
{
border-color: #313DD0;
}
.TagClassName
{
border-color: #313DD0;
}
</style>