Shades of Persian Blue #313FC6
Tints of Persian Blue #313FC6
RGB
CMYK
RGB Variations
Color information
#313FC6 (or 0x313FC6) is known color: Persian Blue. HEX triplet: 31, 3F and C6. RGB value is (49,63,198). Sum of RGB (Red+Green+Blue) = 49+63+198=310 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.81% from 310); Green value is 63 (25% from 255 or 20.32% from 310); Blue value is 198 (77.73% from 255 or 63.87% from 310); Max value from RGB is 198 - color contains mainly: blue. Hex color #313FC6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #313FC6 is #CEC039. Grayscale: #494949. Windows color (decimal): -13549626 or 12992305. OLE color: 12992305.
HSL color Cylindrical-coordinate representation of color #313FC6: hue angle of 234.36º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #313FC6 is Cyan = 0.75, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 49 | 63 | 198 | - |
| CMYK | 0.75 | 0.68 | 0 | 0.22 |
| HSL | 234.36º | 0.6% | 0.48% | - |
| HSV(B) | 234.36º | 0.75% | 0.78% | - |
| XYZ | 13.24 | 8.29 | 54.33 | - |
| YUV | 74.2 | 197.86 | 110.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 63 | 198 | 0.75 | 0.68 | 0 | 0.22 | 234.36 | 0.6 | 0.48 |
| Hex | 31 | 3F | C6 | 4B | 44 | 0 | 16 | EA | 3C | 30 |
| Octal | 61 | 77 | 306 | 113 | 104 | 0 | 26 | 352 | 74 | 60 |
| Binary | 110001 | 111111 | 11000110 | 1001011 | 1000100 | 0 | 10110 | 11101010 | 111100 | 110000 |
Color Harmonies of #313FC6
Complementary color
Monochromatic Colors of #313FC6
Black with #313FC6
Text Example
Text Example
White with #313FC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313FC6; }
p { color: rgb(49,63,198); }
H1.HeaderClassName
{
color: #313FC6;
}
.AnyTagClassName
{
color: #313FC6;
}
</style>
background-color css
<style>
a { background-color: #313FC6; }
a { background-color: rgb(49,63,198); }
div.DivClassName
{
background-color: #313FC6;
}
.BgClassName
{
background-color: #313FC6;
}
</style>
border-color css
<style>
span { border-color: #313FC6; }
span { border-color: rgb(49,63,198); }
td.TdClassName
{
border-color: #313FC6;
}
.TagClassName
{
border-color: #313FC6;
}
</style>