Shades of Persian Blue #313DCD
Tints of Persian Blue #313DCD
RGB
CMYK
RGB Variations
Color information
#313DCD (or 0x313DCD) is known color: Persian Blue. HEX triplet: 31, 3D and CD. RGB value is (49,61,205). Sum of RGB (Red+Green+Blue) = 49+61+205=315 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.56% from 315); Green value is 61 (24.22% from 255 or 19.37% from 315); Blue value is 205 (80.47% from 255 or 65.08% from 315); Max value from RGB is 205 - color contains mainly: blue. Hex color #313DCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #313DCD is #CEC232. Grayscale: #494949. Windows color (decimal): -13550131 or 13450545. OLE color: 13450545.
HSL color Cylindrical-coordinate representation of color #313DCD: hue angle of 235.38º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #313DCD is Cyan = 0.76, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 49 | 61 | 205 | - |
| CMYK | 0.76 | 0.70 | 0 | 0.20 |
| HSL | 235.38º | 0.61% | 0.5% | - |
| HSV(B) | 235.38º | 0.76% | 0.8% | - |
| XYZ | 13.95 | 8.4 | 58.64 | - |
| YUV | 73.83 | 202.02 | 110.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 61 | 205 | 0.76 | 0.70 | 0 | 0.20 | 235.38 | 0.61 | 0.5 |
| Hex | 31 | 3D | CD | 4C | 46 | 0 | 14 | EB | 3D | 32 |
| Octal | 61 | 75 | 315 | 114 | 106 | 0 | 24 | 353 | 75 | 62 |
| Binary | 110001 | 111101 | 11001101 | 1001100 | 1000110 | 0 | 10100 | 11101011 | 111101 | 110010 |
Color Harmonies of #313DCD
Complementary color
Monochromatic Colors of #313DCD
Black with #313DCD
Text Example
Text Example
White with #313DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313DCD; }
p { color: rgb(49,61,205); }
H1.HeaderClassName
{
color: #313DCD;
}
.AnyTagClassName
{
color: #313DCD;
}
</style>
background-color css
<style>
a { background-color: #313DCD; }
a { background-color: rgb(49,61,205); }
div.DivClassName
{
background-color: #313DCD;
}
.BgClassName
{
background-color: #313DCD;
}
</style>
border-color css
<style>
span { border-color: #313DCD; }
span { border-color: rgb(49,61,205); }
td.TdClassName
{
border-color: #313DCD;
}
.TagClassName
{
border-color: #313DCD;
}
</style>