Shades of Persian Blue #291FBA
Tints of Persian Blue #291FBA
RGB
CMYK
RGB Variations
Color information
#291FBA (or 0x291FBA) is known color: Persian Blue. HEX triplet: 29, 1F and BA. RGB value is (41,31,186). Sum of RGB (Red+Green+Blue) = 41+31+186=258 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.89% from 258); Green value is 31 (12.5% from 255 or 12.02% from 258); Blue value is 186 (73.05% from 255 or 72.09% from 258); Max value from RGB is 186 - color contains mainly: blue. Hex color #291FBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #291FBA is #D6E045. Grayscale: #333333. Windows color (decimal): -14082118 or 12197673. OLE color: 12197673.
HSL color Cylindrical-coordinate representation of color #291FBA: hue angle of 243.87º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #291FBA is Cyan = 0.78, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 41 | 31 | 186 | - |
| CMYK | 0.78 | 0.83 | 0 | 0.27 |
| HSL | 243.87º | 0.71% | 0.43% | - |
| HSV(B) | 243.87º | 0.83% | 0.73% | - |
| XYZ | 10.27 | 5 | 46.88 | - |
| YUV | 51.66 | 203.81 | 120.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 31 | 186 | 0.78 | 0.83 | 0 | 0.27 | 243.87 | 0.71 | 0.43 |
| Hex | 29 | 1F | BA | 4E | 53 | 0 | 1B | F4 | 47 | 2B |
| Octal | 51 | 37 | 272 | 116 | 123 | 0 | 33 | 364 | 107 | 53 |
| Binary | 101001 | 11111 | 10111010 | 1001110 | 1010011 | 0 | 11011 | 11110100 | 1000111 | 101011 |
Color Harmonies of #291FBA
Complementary color
Monochromatic Colors of #291FBA
Black with #291FBA
Text Example
Text Example
White with #291FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #291FBA; }
p { color: rgb(41,31,186); }
H1.HeaderClassName
{
color: #291FBA;
}
.AnyTagClassName
{
color: #291FBA;
}
</style>
background-color css
<style>
a { background-color: #291FBA; }
a { background-color: rgb(41,31,186); }
div.DivClassName
{
background-color: #291FBA;
}
.BgClassName
{
background-color: #291FBA;
}
</style>
border-color css
<style>
span { border-color: #291FBA; }
span { border-color: rgb(41,31,186); }
td.TdClassName
{
border-color: #291FBA;
}
.TagClassName
{
border-color: #291FBA;
}
</style>