Shades of Persian Blue #293AB5
Tints of Persian Blue #293AB5
RGB
CMYK
RGB Variations
Color information
#293AB5 (or 0x293AB5) is known color: Persian Blue. HEX triplet: 29, 3A and B5. RGB value is (41,58,181). Sum of RGB (Red+Green+Blue) = 41+58+181=280 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.64% from 280); Green value is 58 (23.05% from 255 or 20.71% from 280); Blue value is 181 (71.09% from 255 or 64.64% from 280); Max value from RGB is 181 - color contains mainly: blue. Hex color #293AB5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #293AB5 is #D6C54A. Grayscale: #424242. Windows color (decimal): -14075211 or 11876905. OLE color: 11876905.
HSL color Cylindrical-coordinate representation of color #293AB5: hue angle of 232.71º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #293AB5 is Cyan = 0.77, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 41 | 58 | 181 | - |
| CMYK | 0.77 | 0.68 | 0 | 0.29 |
| HSL | 232.71º | 0.63% | 0.44% | - |
| HSV(B) | 232.71º | 0.77% | 0.71% | - |
| XYZ | 10.77 | 6.83 | 44.47 | - |
| YUV | 66.94 | 192.37 | 109.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 58 | 181 | 0.77 | 0.68 | 0 | 0.29 | 232.71 | 0.63 | 0.44 |
| Hex | 29 | 3A | B5 | 4D | 44 | 0 | 1D | E9 | 3F | 2C |
| Octal | 51 | 72 | 265 | 115 | 104 | 0 | 35 | 351 | 77 | 54 |
| Binary | 101001 | 111010 | 10110101 | 1001101 | 1000100 | 0 | 11101 | 11101001 | 111111 | 101100 |
Color Harmonies of #293AB5
Complementary color
Monochromatic Colors of #293AB5
Black with #293AB5
Text Example
Text Example
White with #293AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293AB5; }
p { color: rgb(41,58,181); }
H1.HeaderClassName
{
color: #293AB5;
}
.AnyTagClassName
{
color: #293AB5;
}
</style>
background-color css
<style>
a { background-color: #293AB5; }
a { background-color: rgb(41,58,181); }
div.DivClassName
{
background-color: #293AB5;
}
.BgClassName
{
background-color: #293AB5;
}
</style>
border-color css
<style>
span { border-color: #293AB5; }
span { border-color: rgb(41,58,181); }
td.TdClassName
{
border-color: #293AB5;
}
.TagClassName
{
border-color: #293AB5;
}
</style>