Shades of Persian Blue #312DDC
Tints of Persian Blue #312DDC
RGB
CMYK
RGB Variations
Color information
#312DDC (or 0x312DDC) is known color: Persian Blue. HEX triplet: 31, 2D and DC. RGB value is (49,45,220). Sum of RGB (Red+Green+Blue) = 49+45+220=314 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.61% from 314); Green value is 45 (17.97% from 255 or 14.33% from 314); Blue value is 220 (86.33% from 255 or 70.06% from 314); Max value from RGB is 220 - color contains mainly: blue. Hex color #312DDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #312DDC is #CED223. Grayscale: #414141. Windows color (decimal): -13554212 or 14429489. OLE color: 14429489.
HSL color Cylindrical-coordinate representation of color #312DDC: hue angle of 241.37º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #312DDC is Cyan = 0.78, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 49 | 45 | 220 | - |
| CMYK | 0.78 | 0.80 | 0 | 0.14 |
| HSL | 241.37º | 0.71% | 0.52% | - |
| HSV(B) | 241.37º | 0.8% | 0.86% | - |
| XYZ | 15.12 | 7.7 | 68.4 | - |
| YUV | 66.15 | 214.83 | 115.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 45 | 220 | 0.78 | 0.80 | 0 | 0.14 | 241.37 | 0.71 | 0.52 |
| Hex | 31 | 2D | DC | 4E | 50 | 0 | E | F1 | 47 | 34 |
| Octal | 61 | 55 | 334 | 116 | 120 | 0 | 16 | 361 | 107 | 64 |
| Binary | 110001 | 101101 | 11011100 | 1001110 | 1010000 | 0 | 1110 | 11110001 | 1000111 | 110100 |
Color Harmonies of #312DDC
Complementary color
Monochromatic Colors of #312DDC
Black with #312DDC
Text Example
Text Example
White with #312DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312DDC; }
p { color: rgb(49,45,220); }
H1.HeaderClassName
{
color: #312DDC;
}
.AnyTagClassName
{
color: #312DDC;
}
</style>
background-color css
<style>
a { background-color: #312DDC; }
a { background-color: rgb(49,45,220); }
div.DivClassName
{
background-color: #312DDC;
}
.BgClassName
{
background-color: #312DDC;
}
</style>
border-color css
<style>
span { border-color: #312DDC; }
span { border-color: rgb(49,45,220); }
td.TdClassName
{
border-color: #312DDC;
}
.TagClassName
{
border-color: #312DDC;
}
</style>