Shades of Persian Blue #312DDB
Tints of Persian Blue #312DDB
RGB
CMYK
RGB Variations
Color information
#312DDB (or 0x312DDB) is known color: Persian Blue. HEX triplet: 31, 2D and DB. RGB value is (49,45,219). Sum of RGB (Red+Green+Blue) = 49+45+219=313 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.65% from 313); Green value is 45 (17.97% from 255 or 14.38% from 313); Blue value is 219 (85.94% from 255 or 69.97% from 313); Max value from RGB is 219 - color contains mainly: blue. Hex color #312DDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #312DDB is #CED224. Grayscale: #414141. Windows color (decimal): -13554213 or 14363953. OLE color: 14363953.
HSL color Cylindrical-coordinate representation of color #312DDB: hue angle of 241.38º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #312DDB is Cyan = 0.78, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 49 | 45 | 219 | - |
| CMYK | 0.78 | 0.79 | 0 | 0.14 |
| HSL | 241.38º | 0.71% | 0.52% | - |
| HSV(B) | 241.38º | 0.79% | 0.86% | - |
| XYZ | 14.99 | 7.64 | 67.7 | - |
| YUV | 66.03 | 214.33 | 115.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 45 | 219 | 0.78 | 0.79 | 0 | 0.14 | 241.38 | 0.71 | 0.52 |
| Hex | 31 | 2D | DB | 4E | 4F | 0 | E | F1 | 47 | 34 |
| Octal | 61 | 55 | 333 | 116 | 117 | 0 | 16 | 361 | 107 | 64 |
| Binary | 110001 | 101101 | 11011011 | 1001110 | 1001111 | 0 | 1110 | 11110001 | 1000111 | 110100 |
Color Harmonies of #312DDB
Complementary color
Monochromatic Colors of #312DDB
Black with #312DDB
Text Example
Text Example
White with #312DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312DDB; }
p { color: rgb(49,45,219); }
H1.HeaderClassName
{
color: #312DDB;
}
.AnyTagClassName
{
color: #312DDB;
}
</style>
background-color css
<style>
a { background-color: #312DDB; }
a { background-color: rgb(49,45,219); }
div.DivClassName
{
background-color: #312DDB;
}
.BgClassName
{
background-color: #312DDB;
}
</style>
border-color css
<style>
span { border-color: #312DDB; }
span { border-color: rgb(49,45,219); }
td.TdClassName
{
border-color: #312DDB;
}
.TagClassName
{
border-color: #312DDB;
}
</style>