Shades of Persian Blue #3131DB
Tints of Persian Blue #3131DB
RGB
CMYK
RGB Variations
Color information
#3131DB (or 0x3131DB) is known color: Persian Blue. HEX triplet: 31, 31 and DB. RGB value is (49,49,219). Sum of RGB (Red+Green+Blue) = 49+49+219=317 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.46% from 317); Green value is 49 (19.53% from 255 or 15.46% from 317); Blue value is 219 (85.94% from 255 or 69.09% from 317); Max value from RGB is 219 - color contains mainly: blue. Hex color #3131DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3131DB is #CECE24. Grayscale: #434343. Windows color (decimal): -13553189 or 14364977. OLE color: 14364977.
HSL color Cylindrical-coordinate representation of color #3131DB: hue angle of 240º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3131DB is Cyan = 0.78, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 49 | 49 | 219 | - |
| CMYK | 0.78 | 0.78 | 0 | 0.14 |
| HSL | 240º | 0.7% | 0.53% | - |
| HSV(B) | 240º | 0.78% | 0.86% | - |
| XYZ | 15.15 | 7.96 | 67.76 | - |
| YUV | 68.38 | 213 | 114.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 49 | 219 | 0.78 | 0.78 | 0 | 0.14 | 240 | 0.7 | 0.53 |
| Hex | 31 | 31 | DB | 4E | 4E | 0 | E | F0 | 46 | 35 |
| Octal | 61 | 61 | 333 | 116 | 116 | 0 | 16 | 360 | 106 | 65 |
| Binary | 110001 | 110001 | 11011011 | 1001110 | 1001110 | 0 | 1110 | 11110000 | 1000110 | 110101 |
Color Harmonies of #3131DB
Complementary color
Monochromatic Colors of #3131DB
Black with #3131DB
Text Example
Text Example
White with #3131DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3131DB; }
p { color: rgb(49,49,219); }
H1.HeaderClassName
{
color: #3131DB;
}
.AnyTagClassName
{
color: #3131DB;
}
</style>
background-color css
<style>
a { background-color: #3131DB; }
a { background-color: rgb(49,49,219); }
div.DivClassName
{
background-color: #3131DB;
}
.BgClassName
{
background-color: #3131DB;
}
</style>
border-color css
<style>
span { border-color: #3131DB; }
span { border-color: rgb(49,49,219); }
td.TdClassName
{
border-color: #3131DB;
}
.TagClassName
{
border-color: #3131DB;
}
</style>