Shades of Persian Blue #312DD0
Tints of Persian Blue #312DD0
RGB
CMYK
RGB Variations
Color information
#312DD0 (or 0x312DD0) is known color: Persian Blue. HEX triplet: 31, 2D and D0. RGB value is (49,45,208). Sum of RGB (Red+Green+Blue) = 49+45+208=302 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.23% from 302); Green value is 45 (17.97% from 255 or 14.90% from 302); Blue value is 208 (81.64% from 255 or 68.87% from 302); Max value from RGB is 208 - color contains mainly: blue. Hex color #312DD0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #312DD0 is #CED22F. Grayscale: #404040. Windows color (decimal): -13554224 or 13643057. OLE color: 13643057.
HSL color Cylindrical-coordinate representation of color #312DD0: hue angle of 241.47º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #312DD0 is Cyan = 0.76, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 49 | 45 | 208 | - |
| CMYK | 0.76 | 0.78 | 0 | 0.18 |
| HSL | 241.47º | 0.64% | 0.5% | - |
| HSV(B) | 241.47º | 0.78% | 0.82% | - |
| XYZ | 13.59 | 7.08 | 60.33 | - |
| YUV | 64.78 | 208.83 | 116.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 45 | 208 | 0.76 | 0.78 | 0 | 0.18 | 241.47 | 0.64 | 0.5 |
| Hex | 31 | 2D | D0 | 4C | 4E | 0 | 12 | F1 | 40 | 32 |
| Octal | 61 | 55 | 320 | 114 | 116 | 0 | 22 | 361 | 100 | 62 |
| Binary | 110001 | 101101 | 11010000 | 1001100 | 1001110 | 0 | 10010 | 11110001 | 1000000 | 110010 |
Color Harmonies of #312DD0
Complementary color
Monochromatic Colors of #312DD0
Black with #312DD0
Text Example
Text Example
White with #312DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312DD0; }
p { color: rgb(49,45,208); }
H1.HeaderClassName
{
color: #312DD0;
}
.AnyTagClassName
{
color: #312DD0;
}
</style>
background-color css
<style>
a { background-color: #312DD0; }
a { background-color: rgb(49,45,208); }
div.DivClassName
{
background-color: #312DD0;
}
.BgClassName
{
background-color: #312DD0;
}
</style>
border-color css
<style>
span { border-color: #312DD0; }
span { border-color: rgb(49,45,208); }
td.TdClassName
{
border-color: #312DD0;
}
.TagClassName
{
border-color: #312DD0;
}
</style>