Shades of Persian Blue #312CDB
Tints of Persian Blue #312CDB
RGB
CMYK
RGB Variations
Color information
#312CDB (or 0x312CDB) is known color: Persian Blue. HEX triplet: 31, 2C and DB. RGB value is (49,44,219). Sum of RGB (Red+Green+Blue) = 49+44+219=312 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.71% from 312); Green value is 44 (17.58% from 255 or 14.10% from 312); Blue value is 219 (85.94% from 255 or 70.19% from 312); Max value from RGB is 219 - color contains mainly: blue. Hex color #312CDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #312CDB is #CED324. Grayscale: #404040. Windows color (decimal): -13554469 or 14363697. OLE color: 14363697.
HSL color Cylindrical-coordinate representation of color #312CDB: hue angle of 241.71º 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 #312CDB is Cyan = 0.78, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 49 | 44 | 219 | - |
| CMYK | 0.78 | 0.80 | 0 | 0.14 |
| HSL | 241.71º | 0.71% | 0.52% | - |
| HSV(B) | 241.71º | 0.8% | 0.86% | - |
| XYZ | 14.95 | 7.57 | 67.69 | - |
| YUV | 65.45 | 214.66 | 116.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 44 | 219 | 0.78 | 0.80 | 0 | 0.14 | 241.71 | 0.71 | 0.52 |
| Hex | 31 | 2C | DB | 4E | 50 | 0 | E | F2 | 47 | 34 |
| Octal | 61 | 54 | 333 | 116 | 120 | 0 | 16 | 362 | 107 | 64 |
| Binary | 110001 | 101100 | 11011011 | 1001110 | 1010000 | 0 | 1110 | 11110010 | 1000111 | 110100 |
Color Harmonies of #312CDB
Complementary color
Monochromatic Colors of #312CDB
Black with #312CDB
Text Example
Text Example
White with #312CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312CDB; }
p { color: rgb(49,44,219); }
H1.HeaderClassName
{
color: #312CDB;
}
.AnyTagClassName
{
color: #312CDB;
}
</style>
background-color css
<style>
a { background-color: #312CDB; }
a { background-color: rgb(49,44,219); }
div.DivClassName
{
background-color: #312CDB;
}
.BgClassName
{
background-color: #312CDB;
}
</style>
border-color css
<style>
span { border-color: #312CDB; }
span { border-color: rgb(49,44,219); }
td.TdClassName
{
border-color: #312CDB;
}
.TagClassName
{
border-color: #312CDB;
}
</style>