Shades of Persian Blue #3124DB
Tints of Persian Blue #3124DB
RGB
CMYK
RGB Variations
Color information
#3124DB (or 0x3124DB) is known color: Persian Blue. HEX triplet: 31, 24 and DB. RGB value is (49,36,219). Sum of RGB (Red+Green+Blue) = 49+36+219=304 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.12% from 304); Green value is 36 (14.45% from 255 or 11.84% from 304); Blue value is 219 (85.94% from 255 or 72.04% from 304); Max value from RGB is 219 - color contains mainly: blue. Hex color #3124DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3124DB is #CEDB24. Grayscale: #3C3C3C. Windows color (decimal): -13556517 or 14361649. OLE color: 14361649.
HSL color Cylindrical-coordinate representation of color #3124DB: hue angle of 244.26º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3124DB is Cyan = 0.78, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 49 | 36 | 219 | - |
| CMYK | 0.78 | 0.84 | 0 | 0.14 |
| HSL | 244.26º | 0.72% | 0.5% | - |
| HSV(B) | 244.26º | 0.84% | 0.86% | - |
| XYZ | 14.68 | 7.03 | 67.6 | - |
| YUV | 60.75 | 217.31 | 119.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 36 | 219 | 0.78 | 0.84 | 0 | 0.14 | 244.26 | 0.72 | 0.5 |
| Hex | 31 | 24 | DB | 4E | 54 | 0 | E | F4 | 48 | 32 |
| Octal | 61 | 44 | 333 | 116 | 124 | 0 | 16 | 364 | 110 | 62 |
| Binary | 110001 | 100100 | 11011011 | 1001110 | 1010100 | 0 | 1110 | 11110100 | 1001000 | 110010 |
Color Harmonies of #3124DB
Complementary color
Monochromatic Colors of #3124DB
Black with #3124DB
Text Example
Text Example
White with #3124DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3124DB; }
p { color: rgb(49,36,219); }
H1.HeaderClassName
{
color: #3124DB;
}
.AnyTagClassName
{
color: #3124DB;
}
</style>
background-color css
<style>
a { background-color: #3124DB; }
a { background-color: rgb(49,36,219); }
div.DivClassName
{
background-color: #3124DB;
}
.BgClassName
{
background-color: #3124DB;
}
</style>
border-color css
<style>
span { border-color: #3124DB; }
span { border-color: rgb(49,36,219); }
td.TdClassName
{
border-color: #3124DB;
}
.TagClassName
{
border-color: #3124DB;
}
</style>