Shades of Persian Blue #313ECD
Tints of Persian Blue #313ECD
RGB
CMYK
RGB Variations
Color information
#313ECD (or 0x313ECD) is known color: Persian Blue. HEX triplet: 31, 3E and CD. RGB value is (49,62,205). Sum of RGB (Red+Green+Blue) = 49+62+205=316 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.51% from 316); Green value is 62 (24.61% from 255 or 19.62% from 316); Blue value is 205 (80.47% from 255 or 64.87% from 316); Max value from RGB is 205 - color contains mainly: blue. Hex color #313ECD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #313ECD is #CEC132. Grayscale: #494949. Windows color (decimal): -13549875 or 13450801. OLE color: 13450801.
HSL color Cylindrical-coordinate representation of color #313ECD: hue angle of 235º 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 #313ECD is Cyan = 0.76, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 49 | 62 | 205 | - |
| CMYK | 0.76 | 0.70 | 0 | 0.20 |
| HSL | 235º | 0.61% | 0.5% | - |
| HSV(B) | 235º | 0.76% | 0.8% | - |
| XYZ | 14.01 | 8.51 | 58.66 | - |
| YUV | 74.42 | 201.69 | 109.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 62 | 205 | 0.76 | 0.70 | 0 | 0.20 | 235 | 0.61 | 0.5 |
| Hex | 31 | 3E | CD | 4C | 46 | 0 | 14 | EB | 3D | 32 |
| Octal | 61 | 76 | 315 | 114 | 106 | 0 | 24 | 353 | 75 | 62 |
| Binary | 110001 | 111110 | 11001101 | 1001100 | 1000110 | 0 | 10100 | 11101011 | 111101 | 110010 |
Color Harmonies of #313ECD
Complementary color
Monochromatic Colors of #313ECD
Black with #313ECD
Text Example
Text Example
White with #313ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313ECD; }
p { color: rgb(49,62,205); }
H1.HeaderClassName
{
color: #313ECD;
}
.AnyTagClassName
{
color: #313ECD;
}
</style>
background-color css
<style>
a { background-color: #313ECD; }
a { background-color: rgb(49,62,205); }
div.DivClassName
{
background-color: #313ECD;
}
.BgClassName
{
background-color: #313ECD;
}
</style>
border-color css
<style>
span { border-color: #313ECD; }
span { border-color: rgb(49,62,205); }
td.TdClassName
{
border-color: #313ECD;
}
.TagClassName
{
border-color: #313ECD;
}
</style>