Shades of Persian Blue #291ABB
Tints of Persian Blue #291ABB
RGB
CMYK
RGB Variations
Color information
#291ABB (or 0x291ABB) is known color: Persian Blue. HEX triplet: 29, 1A and BB. RGB value is (41,26,187). Sum of RGB (Red+Green+Blue) = 41+26+187=254 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.14% from 254); Green value is 26 (10.55% from 255 or 10.24% from 254); Blue value is 187 (73.44% from 255 or 73.62% from 254); Max value from RGB is 187 - color contains mainly: blue. Hex color #291ABB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #291ABB is #D6E544. Grayscale: #303030. Windows color (decimal): -14083397 or 12261929. OLE color: 12261929.
HSL color Cylindrical-coordinate representation of color #291ABB: hue angle of 245.59º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #291ABB is Cyan = 0.78, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 41 | 26 | 187 | - |
| CMYK | 0.78 | 0.86 | 0 | 0.27 |
| HSL | 245.59º | 0.76% | 0.42% | - |
| HSV(B) | 245.59º | 0.86% | 0.73% | - |
| XYZ | 10.25 | 4.8 | 47.4 | - |
| YUV | 48.84 | 205.97 | 122.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 26 | 187 | 0.78 | 0.86 | 0 | 0.27 | 245.59 | 0.76 | 0.42 |
| Hex | 29 | 1A | BB | 4E | 56 | 0 | 1B | F6 | 4C | 2A |
| Octal | 51 | 32 | 273 | 116 | 126 | 0 | 33 | 366 | 114 | 52 |
| Binary | 101001 | 11010 | 10111011 | 1001110 | 1010110 | 0 | 11011 | 11110110 | 1001100 | 101010 |
Color Harmonies of #291ABB
Complementary color
Monochromatic Colors of #291ABB
Black with #291ABB
Text Example
Text Example
White with #291ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #291ABB; }
p { color: rgb(41,26,187); }
H1.HeaderClassName
{
color: #291ABB;
}
.AnyTagClassName
{
color: #291ABB;
}
</style>
background-color css
<style>
a { background-color: #291ABB; }
a { background-color: rgb(41,26,187); }
div.DivClassName
{
background-color: #291ABB;
}
.BgClassName
{
background-color: #291ABB;
}
</style>
border-color css
<style>
span { border-color: #291ABB; }
span { border-color: rgb(41,26,187); }
td.TdClassName
{
border-color: #291ABB;
}
.TagClassName
{
border-color: #291ABB;
}
</style>