Shades of Persian Blue #2925DB
Tints of Persian Blue #2925DB
RGB
CMYK
RGB Variations
Color information
#2925DB (or 0x2925DB) is known color: Persian Blue. HEX triplet: 29, 25 and DB. RGB value is (41,37,219). Sum of RGB (Red+Green+Blue) = 41+37+219=297 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.80% from 297); Green value is 37 (14.84% from 255 or 12.46% from 297); Blue value is 219 (85.94% from 255 or 73.74% from 297); Max value from RGB is 219 - color contains mainly: blue. Hex color #2925DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2925DB is #D6DA24. Grayscale: #3A3A3A. Windows color (decimal): -14080549 or 14361897. OLE color: 14361897.
HSL color Cylindrical-coordinate representation of color #2925DB: hue angle of 241.32º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2925DB is Cyan = 0.81, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 41 | 37 | 219 | - |
| CMYK | 0.81 | 0.83 | 0 | 0.14 |
| HSL | 241.32º | 0.72% | 0.5% | - |
| HSV(B) | 241.32º | 0.83% | 0.86% | - |
| XYZ | 14.36 | 6.91 | 67.59 | - |
| YUV | 58.94 | 218.33 | 115.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 37 | 219 | 0.81 | 0.83 | 0 | 0.14 | 241.32 | 0.72 | 0.5 |
| Hex | 29 | 25 | DB | 51 | 53 | 0 | E | F1 | 48 | 32 |
| Octal | 51 | 45 | 333 | 121 | 123 | 0 | 16 | 361 | 110 | 62 |
| Binary | 101001 | 100101 | 11011011 | 1010001 | 1010011 | 0 | 1110 | 11110001 | 1001000 | 110010 |
Color Harmonies of #2925DB
Complementary color
Monochromatic Colors of #2925DB
Black with #2925DB
Text Example
Text Example
White with #2925DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2925DB; }
p { color: rgb(41,37,219); }
H1.HeaderClassName
{
color: #2925DB;
}
.AnyTagClassName
{
color: #2925DB;
}
</style>
background-color css
<style>
a { background-color: #2925DB; }
a { background-color: rgb(41,37,219); }
div.DivClassName
{
background-color: #2925DB;
}
.BgClassName
{
background-color: #2925DB;
}
</style>
border-color css
<style>
span { border-color: #2925DB; }
span { border-color: rgb(41,37,219); }
td.TdClassName
{
border-color: #2925DB;
}
.TagClassName
{
border-color: #2925DB;
}
</style>