Shades of Persian Blue #291DBA
Tints of Persian Blue #291DBA
RGB
CMYK
RGB Variations
Color information
#291DBA (or 0x291DBA) is known color: Persian Blue. HEX triplet: 29, 1D and BA. RGB value is (41,29,186). Sum of RGB (Red+Green+Blue) = 41+29+186=256 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.02% from 256); Green value is 29 (11.72% from 255 or 11.33% from 256); Blue value is 186 (73.05% from 255 or 72.66% from 256); Max value from RGB is 186 - color contains mainly: blue. Hex color #291DBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #291DBA is #D6E245. Grayscale: #313131. Windows color (decimal): -14082630 or 12197161. OLE color: 12197161.
HSL color Cylindrical-coordinate representation of color #291DBA: hue angle of 244.59º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #291DBA is Cyan = 0.78, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 41 | 29 | 186 | - |
| CMYK | 0.78 | 0.84 | 0 | 0.27 |
| HSL | 244.59º | 0.73% | 0.42% | - |
| HSV(B) | 244.59º | 0.84% | 0.73% | - |
| XYZ | 10.22 | 4.9 | 46.86 | - |
| YUV | 50.49 | 204.48 | 121.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 29 | 186 | 0.78 | 0.84 | 0 | 0.27 | 244.59 | 0.73 | 0.42 |
| Hex | 29 | 1D | BA | 4E | 54 | 0 | 1B | F5 | 49 | 2A |
| Octal | 51 | 35 | 272 | 116 | 124 | 0 | 33 | 365 | 111 | 52 |
| Binary | 101001 | 11101 | 10111010 | 1001110 | 1010100 | 0 | 11011 | 11110101 | 1001001 | 101010 |
Color Harmonies of #291DBA
Complementary color
Monochromatic Colors of #291DBA
Black with #291DBA
Text Example
Text Example
White with #291DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #291DBA; }
p { color: rgb(41,29,186); }
H1.HeaderClassName
{
color: #291DBA;
}
.AnyTagClassName
{
color: #291DBA;
}
</style>
background-color css
<style>
a { background-color: #291DBA; }
a { background-color: rgb(41,29,186); }
div.DivClassName
{
background-color: #291DBA;
}
.BgClassName
{
background-color: #291DBA;
}
</style>
border-color css
<style>
span { border-color: #291DBA; }
span { border-color: rgb(41,29,186); }
td.TdClassName
{
border-color: #291DBA;
}
.TagClassName
{
border-color: #291DBA;
}
</style>