Shades of Persian Blue #313BD6
Tints of Persian Blue #313BD6
RGB
CMYK
RGB Variations
Color information
#313BD6 (or 0x313BD6) is known color: Persian Blue. HEX triplet: 31, 3B and D6. RGB value is (49,59,214). Sum of RGB (Red+Green+Blue) = 49+59+214=322 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.22% from 322); Green value is 59 (23.44% from 255 or 18.32% from 322); Blue value is 214 (83.98% from 255 or 66.46% from 322); Max value from RGB is 214 - color contains mainly: blue. Hex color #313BD6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #313BD6 is #CEC429. Grayscale: #494949. Windows color (decimal): -13550634 or 14039857. OLE color: 14039857.
HSL color Cylindrical-coordinate representation of color #313BD6: hue angle of 236.36º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #313BD6 is Cyan = 0.77, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 49 | 59 | 214 | - |
| CMYK | 0.77 | 0.72 | 0 | 0.16 |
| HSL | 236.36º | 0.67% | 0.52% | - |
| HSV(B) | 236.36º | 0.77% | 0.84% | - |
| XYZ | 14.97 | 8.64 | 64.5 | - |
| YUV | 73.68 | 207.19 | 110.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 59 | 214 | 0.77 | 0.72 | 0 | 0.16 | 236.36 | 0.67 | 0.52 |
| Hex | 31 | 3B | D6 | 4D | 48 | 0 | 10 | EC | 43 | 34 |
| Octal | 61 | 73 | 326 | 115 | 110 | 0 | 20 | 354 | 103 | 64 |
| Binary | 110001 | 111011 | 11010110 | 1001101 | 1001000 | 0 | 10000 | 11101100 | 1000011 | 110100 |
Color Harmonies of #313BD6
Complementary color
Monochromatic Colors of #313BD6
Black with #313BD6
Text Example
Text Example
White with #313BD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313BD6; }
p { color: rgb(49,59,214); }
H1.HeaderClassName
{
color: #313BD6;
}
.AnyTagClassName
{
color: #313BD6;
}
</style>
background-color css
<style>
a { background-color: #313BD6; }
a { background-color: rgb(49,59,214); }
div.DivClassName
{
background-color: #313BD6;
}
.BgClassName
{
background-color: #313BD6;
}
</style>
border-color css
<style>
span { border-color: #313BD6; }
span { border-color: rgb(49,59,214); }
td.TdClassName
{
border-color: #313BD6;
}
.TagClassName
{
border-color: #313BD6;
}
</style>