Shades of Persian Blue #2930DB
Tints of Persian Blue #2930DB
RGB
CMYK
RGB Variations
Color information
#2930DB (or 0x2930DB) is known color: Persian Blue. HEX triplet: 29, 30 and DB. RGB value is (41,48,219). Sum of RGB (Red+Green+Blue) = 41+48+219=308 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.31% from 308); Green value is 48 (19.14% from 255 or 15.58% from 308); Blue value is 219 (85.94% from 255 or 71.10% from 308); Max value from RGB is 219 - color contains mainly: blue. Hex color #2930DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2930DB is #D6CF24. Grayscale: #404040. Windows color (decimal): -14077733 or 14364713. OLE color: 14364713.
HSL color Cylindrical-coordinate representation of color #2930DB: hue angle of 237.64º 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 #2930DB is Cyan = 0.81, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 41 | 48 | 219 | - |
| CMYK | 0.81 | 0.78 | 0 | 0.14 |
| HSL | 237.64º | 0.71% | 0.51% | - |
| HSV(B) | 237.64º | 0.81% | 0.86% | - |
| XYZ | 14.76 | 7.7 | 67.73 | - |
| YUV | 65.4 | 214.68 | 110.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 48 | 219 | 0.81 | 0.78 | 0 | 0.14 | 237.64 | 0.71 | 0.51 |
| Hex | 29 | 30 | DB | 51 | 4E | 0 | E | EE | 47 | 33 |
| Octal | 51 | 60 | 333 | 121 | 116 | 0 | 16 | 356 | 107 | 63 |
| Binary | 101001 | 110000 | 11011011 | 1010001 | 1001110 | 0 | 1110 | 11101110 | 1000111 | 110011 |
Color Harmonies of #2930DB
Complementary color
Monochromatic Colors of #2930DB
Black with #2930DB
Text Example
Text Example
White with #2930DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2930DB; }
p { color: rgb(41,48,219); }
H1.HeaderClassName
{
color: #2930DB;
}
.AnyTagClassName
{
color: #2930DB;
}
</style>
background-color css
<style>
a { background-color: #2930DB; }
a { background-color: rgb(41,48,219); }
div.DivClassName
{
background-color: #2930DB;
}
.BgClassName
{
background-color: #2930DB;
}
</style>
border-color css
<style>
span { border-color: #2930DB; }
span { border-color: rgb(41,48,219); }
td.TdClassName
{
border-color: #2930DB;
}
.TagClassName
{
border-color: #2930DB;
}
</style>