Shades of Persian Blue #293BA9
Tints of Persian Blue #293BA9
RGB
CMYK
RGB Variations
Color information
#293BA9 (or 0x293BA9) is known color: Persian Blue. HEX triplet: 29, 3B and A9. RGB value is (41,59,169). Sum of RGB (Red+Green+Blue) = 41+59+169=269 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.24% from 269); Green value is 59 (23.44% from 255 or 21.93% from 269); Blue value is 169 (66.41% from 255 or 62.83% from 269); Max value from RGB is 169 - color contains mainly: blue. Hex color #293BA9 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293BA9 is #D6C456. Grayscale: #414141. Windows color (decimal): -14074967 or 11090729. OLE color: 11090729.
HSL color Cylindrical-coordinate representation of color #293BA9: hue angle of 231.56º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #293BA9 is Cyan = 0.76, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 41 | 59 | 169 | - |
| CMYK | 0.76 | 0.65 | 0 | 0.34 |
| HSL | 231.56º | 0.61% | 0.41% | - |
| HSV(B) | 231.56º | 0.76% | 0.66% | - |
| XYZ | 9.64 | 6.46 | 38.28 | - |
| YUV | 66.16 | 186.04 | 110.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 59 | 169 | 0.76 | 0.65 | 0 | 0.34 | 231.56 | 0.61 | 0.41 |
| Hex | 29 | 3B | A9 | 4C | 41 | 0 | 22 | E8 | 3D | 29 |
| Octal | 51 | 73 | 251 | 114 | 101 | 0 | 42 | 350 | 75 | 51 |
| Binary | 101001 | 111011 | 10101001 | 1001100 | 1000001 | 0 | 100010 | 11101000 | 111101 | 101001 |
Color Harmonies of #293BA9
Complementary color
Monochromatic Colors of #293BA9
Black with #293BA9
Text Example
Text Example
White with #293BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293BA9; }
p { color: rgb(41,59,169); }
H1.HeaderClassName
{
color: #293BA9;
}
.AnyTagClassName
{
color: #293BA9;
}
</style>
background-color css
<style>
a { background-color: #293BA9; }
a { background-color: rgb(41,59,169); }
div.DivClassName
{
background-color: #293BA9;
}
.BgClassName
{
background-color: #293BA9;
}
</style>
border-color css
<style>
span { border-color: #293BA9; }
span { border-color: rgb(41,59,169); }
td.TdClassName
{
border-color: #293BA9;
}
.TagClassName
{
border-color: #293BA9;
}
</style>