Shades of Persian Blue #313FC8
Tints of Persian Blue #313FC8
RGB
CMYK
RGB Variations
Color information
#313FC8 (or 0x313FC8) is known color: Persian Blue. HEX triplet: 31, 3F and C8. RGB value is (49,63,200). Sum of RGB (Red+Green+Blue) = 49+63+200=312 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.71% from 312); Green value is 63 (25% from 255 or 20.19% from 312); Blue value is 200 (78.52% from 255 or 64.10% from 312); Max value from RGB is 200 - color contains mainly: blue. Hex color #313FC8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #313FC8 is #CEC037. Grayscale: #494949. Windows color (decimal): -13549624 or 13123377. OLE color: 13123377.
HSL color Cylindrical-coordinate representation of color #313FC8: hue angle of 234.44º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #313FC8 is Cyan = 0.76, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 49 | 63 | 200 | - |
| CMYK | 0.76 | 0.68 | 0 | 0.22 |
| HSL | 234.44º | 0.61% | 0.49% | - |
| HSV(B) | 234.44º | 0.76% | 0.78% | - |
| XYZ | 13.47 | 8.38 | 55.55 | - |
| YUV | 74.43 | 198.86 | 109.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 63 | 200 | 0.76 | 0.68 | 0 | 0.22 | 234.44 | 0.61 | 0.49 |
| Hex | 31 | 3F | C8 | 4C | 44 | 0 | 16 | EA | 3D | 31 |
| Octal | 61 | 77 | 310 | 114 | 104 | 0 | 26 | 352 | 75 | 61 |
| Binary | 110001 | 111111 | 11001000 | 1001100 | 1000100 | 0 | 10110 | 11101010 | 111101 | 110001 |
Color Harmonies of #313FC8
Complementary color
Monochromatic Colors of #313FC8
Black with #313FC8
Text Example
Text Example
White with #313FC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313FC8; }
p { color: rgb(49,63,200); }
H1.HeaderClassName
{
color: #313FC8;
}
.AnyTagClassName
{
color: #313FC8;
}
</style>
background-color css
<style>
a { background-color: #313FC8; }
a { background-color: rgb(49,63,200); }
div.DivClassName
{
background-color: #313FC8;
}
.BgClassName
{
background-color: #313FC8;
}
</style>
border-color css
<style>
span { border-color: #313FC8; }
span { border-color: rgb(49,63,200); }
td.TdClassName
{
border-color: #313FC8;
}
.TagClassName
{
border-color: #313FC8;
}
</style>