Shades of Persian Blue #2931DB
Tints of Persian Blue #2931DB
RGB
CMYK
RGB Variations
Color information
#2931DB (or 0x2931DB) is known color: Persian Blue. HEX triplet: 29, 31 and DB. RGB value is (41,49,219). Sum of RGB (Red+Green+Blue) = 41+49+219=309 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.27% from 309); Green value is 49 (19.53% from 255 or 15.86% from 309); Blue value is 219 (85.94% from 255 or 70.87% from 309); Max value from RGB is 219 - color contains mainly: blue. Hex color #2931DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2931DB is #D6CE24. Grayscale: #414141. Windows color (decimal): -14077477 or 14364969. OLE color: 14364969.
HSL color Cylindrical-coordinate representation of color #2931DB: hue angle of 237.3º 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 #2931DB is Cyan = 0.81, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 41 | 49 | 219 | - |
| CMYK | 0.81 | 0.78 | 0 | 0.14 |
| HSL | 237.3º | 0.71% | 0.51% | - |
| HSV(B) | 237.3º | 0.81% | 0.86% | - |
| XYZ | 14.8 | 7.78 | 67.74 | - |
| YUV | 65.99 | 214.35 | 110.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 49 | 219 | 0.81 | 0.78 | 0 | 0.14 | 237.3 | 0.71 | 0.51 |
| Hex | 29 | 31 | DB | 51 | 4E | 0 | E | ED | 47 | 33 |
| Octal | 51 | 61 | 333 | 121 | 116 | 0 | 16 | 355 | 107 | 63 |
| Binary | 101001 | 110001 | 11011011 | 1010001 | 1001110 | 0 | 1110 | 11101101 | 1000111 | 110011 |
Color Harmonies of #2931DB
Complementary color
Monochromatic Colors of #2931DB
Black with #2931DB
Text Example
Text Example
White with #2931DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2931DB; }
p { color: rgb(41,49,219); }
H1.HeaderClassName
{
color: #2931DB;
}
.AnyTagClassName
{
color: #2931DB;
}
</style>
background-color css
<style>
a { background-color: #2931DB; }
a { background-color: rgb(41,49,219); }
div.DivClassName
{
background-color: #2931DB;
}
.BgClassName
{
background-color: #2931DB;
}
</style>
border-color css
<style>
span { border-color: #2931DB; }
span { border-color: rgb(41,49,219); }
td.TdClassName
{
border-color: #2931DB;
}
.TagClassName
{
border-color: #2931DB;
}
</style>