Shades of Persian Blue #313DC1
Tints of Persian Blue #313DC1
RGB
CMYK
RGB Variations
Color information
#313DC1 (or 0x313DC1) is known color: Persian Blue. HEX triplet: 31, 3D and C1. RGB value is (49,61,193). Sum of RGB (Red+Green+Blue) = 49+61+193=303 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.17% from 303); Green value is 61 (24.22% from 255 or 20.13% from 303); Blue value is 193 (75.78% from 255 or 63.70% from 303); Max value from RGB is 193 - color contains mainly: blue. Hex color #313DC1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #313DC1 is #CEC23E. Grayscale: #474747. Windows color (decimal): -13550143 or 12664113. OLE color: 12664113.
HSL color Cylindrical-coordinate representation of color #313DC1: hue angle of 235º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #313DC1 is Cyan = 0.75, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 49 | 61 | 193 | - |
| CMYK | 0.75 | 0.68 | 0 | 0.24 |
| HSL | 235º | 0.6% | 0.47% | - |
| HSV(B) | 235º | 0.75% | 0.76% | - |
| XYZ | 12.56 | 7.84 | 51.3 | - |
| YUV | 72.46 | 196.02 | 111.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 61 | 193 | 0.75 | 0.68 | 0 | 0.24 | 235 | 0.6 | 0.47 |
| Hex | 31 | 3D | C1 | 4B | 44 | 0 | 18 | EB | 3C | 2F |
| Octal | 61 | 75 | 301 | 113 | 104 | 0 | 30 | 353 | 74 | 57 |
| Binary | 110001 | 111101 | 11000001 | 1001011 | 1000100 | 0 | 11000 | 11101011 | 111100 | 101111 |
Color Harmonies of #313DC1
Complementary color
Monochromatic Colors of #313DC1
Black with #313DC1
Text Example
Text Example
White with #313DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313DC1; }
p { color: rgb(49,61,193); }
H1.HeaderClassName
{
color: #313DC1;
}
.AnyTagClassName
{
color: #313DC1;
}
</style>
background-color css
<style>
a { background-color: #313DC1; }
a { background-color: rgb(49,61,193); }
div.DivClassName
{
background-color: #313DC1;
}
.BgClassName
{
background-color: #313DC1;
}
</style>
border-color css
<style>
span { border-color: #313DC1; }
span { border-color: rgb(49,61,193); }
td.TdClassName
{
border-color: #313DC1;
}
.TagClassName
{
border-color: #313DC1;
}
</style>