Shades of Persian Blue #313DC2
Tints of Persian Blue #313DC2
RGB
CMYK
RGB Variations
Color information
#313DC2 (or 0x313DC2) is known color: Persian Blue. HEX triplet: 31, 3D and C2. RGB value is (49,61,194). Sum of RGB (Red+Green+Blue) = 49+61+194=304 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.12% from 304); Green value is 61 (24.22% from 255 or 20.07% from 304); Blue value is 194 (76.17% from 255 or 63.82% from 304); Max value from RGB is 194 - color contains mainly: blue. Hex color #313DC2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #313DC2 is #CEC23D. Grayscale: #484848. Windows color (decimal): -13550142 or 12729649. OLE color: 12729649.
HSL color Cylindrical-coordinate representation of color #313DC2: hue angle of 235.03º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #313DC2 is Cyan = 0.75, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 49 | 61 | 194 | - |
| CMYK | 0.75 | 0.69 | 0 | 0.24 |
| HSL | 235.03º | 0.6% | 0.48% | - |
| HSV(B) | 235.03º | 0.75% | 0.76% | - |
| XYZ | 12.67 | 7.89 | 51.89 | - |
| YUV | 72.57 | 196.52 | 111.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 61 | 194 | 0.75 | 0.69 | 0 | 0.24 | 235.03 | 0.6 | 0.48 |
| Hex | 31 | 3D | C2 | 4B | 45 | 0 | 18 | EB | 3C | 30 |
| Octal | 61 | 75 | 302 | 113 | 105 | 0 | 30 | 353 | 74 | 60 |
| Binary | 110001 | 111101 | 11000010 | 1001011 | 1000101 | 0 | 11000 | 11101011 | 111100 | 110000 |
Color Harmonies of #313DC2
Complementary color
Monochromatic Colors of #313DC2
Black with #313DC2
Text Example
Text Example
White with #313DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313DC2; }
p { color: rgb(49,61,194); }
H1.HeaderClassName
{
color: #313DC2;
}
.AnyTagClassName
{
color: #313DC2;
}
</style>
background-color css
<style>
a { background-color: #313DC2; }
a { background-color: rgb(49,61,194); }
div.DivClassName
{
background-color: #313DC2;
}
.BgClassName
{
background-color: #313DC2;
}
</style>
border-color css
<style>
span { border-color: #313DC2; }
span { border-color: rgb(49,61,194); }
td.TdClassName
{
border-color: #313DC2;
}
.TagClassName
{
border-color: #313DC2;
}
</style>