Shades of Persian Blue #312ADB
Tints of Persian Blue #312ADB
RGB
CMYK
RGB Variations
Color information
#312ADB (or 0x312ADB) is known color: Persian Blue. HEX triplet: 31, 2A and DB. RGB value is (49,42,219). Sum of RGB (Red+Green+Blue) = 49+42+219=310 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.81% from 310); Green value is 42 (16.80% from 255 or 13.55% from 310); Blue value is 219 (85.94% from 255 or 70.65% from 310); Max value from RGB is 219 - color contains mainly: blue. Hex color #312ADB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #312ADB is #CED524. Grayscale: #3F3F3F. Windows color (decimal): -13554981 or 14363185. OLE color: 14363185.
HSL color Cylindrical-coordinate representation of color #312ADB: hue angle of 242.37º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #312ADB is Cyan = 0.78, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 49 | 42 | 219 | - |
| CMYK | 0.78 | 0.81 | 0 | 0.14 |
| HSL | 242.37º | 0.71% | 0.51% | - |
| HSV(B) | 242.37º | 0.81% | 0.86% | - |
| XYZ | 14.88 | 7.42 | 67.67 | - |
| YUV | 64.27 | 215.32 | 117.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 42 | 219 | 0.78 | 0.81 | 0 | 0.14 | 242.37 | 0.71 | 0.51 |
| Hex | 31 | 2A | DB | 4E | 51 | 0 | E | F2 | 47 | 33 |
| Octal | 61 | 52 | 333 | 116 | 121 | 0 | 16 | 362 | 107 | 63 |
| Binary | 110001 | 101010 | 11011011 | 1001110 | 1010001 | 0 | 1110 | 11110010 | 1000111 | 110011 |
Color Harmonies of #312ADB
Complementary color
Monochromatic Colors of #312ADB
Black with #312ADB
Text Example
Text Example
White with #312ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312ADB; }
p { color: rgb(49,42,219); }
H1.HeaderClassName
{
color: #312ADB;
}
.AnyTagClassName
{
color: #312ADB;
}
</style>
background-color css
<style>
a { background-color: #312ADB; }
a { background-color: rgb(49,42,219); }
div.DivClassName
{
background-color: #312ADB;
}
.BgClassName
{
background-color: #312ADB;
}
</style>
border-color css
<style>
span { border-color: #312ADB; }
span { border-color: rgb(49,42,219); }
td.TdClassName
{
border-color: #312ADB;
}
.TagClassName
{
border-color: #312ADB;
}
</style>