Shades of Persian Blue #293DAB
Tints of Persian Blue #293DAB
RGB
CMYK
RGB Variations
Color information
#293DAB (or 0x293DAB) is known color: Persian Blue. HEX triplet: 29, 3D and AB. RGB value is (41,61,171). Sum of RGB (Red+Green+Blue) = 41+61+171=273 (36% of max value = 765). Red value is 41 (16.41% from 255 or 15.02% from 273); Green value is 61 (24.22% from 255 or 22.34% from 273); Blue value is 171 (67.19% from 255 or 62.64% from 273); Max value from RGB is 171 - color contains mainly: blue. Hex color #293DAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293DAB is #D6C254. Grayscale: #434343. Windows color (decimal): -14074453 or 11222313. OLE color: 11222313.
HSL color Cylindrical-coordinate representation of color #293DAB: hue angle of 230.77º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #293DAB is Cyan = 0.76, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 41 | 61 | 171 | - |
| CMYK | 0.76 | 0.64 | 0 | 0.33 |
| HSL | 230.77º | 0.61% | 0.42% | - |
| HSV(B) | 230.77º | 0.76% | 0.67% | - |
| XYZ | 9.93 | 6.75 | 39.31 | - |
| YUV | 67.56 | 186.37 | 109.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 61 | 171 | 0.76 | 0.64 | 0 | 0.33 | 230.77 | 0.61 | 0.42 |
| Hex | 29 | 3D | AB | 4C | 40 | 0 | 21 | E7 | 3D | 2A |
| Octal | 51 | 75 | 253 | 114 | 100 | 0 | 41 | 347 | 75 | 52 |
| Binary | 101001 | 111101 | 10101011 | 1001100 | 1000000 | 0 | 100001 | 11100111 | 111101 | 101010 |
Color Harmonies of #293DAB
Complementary color
Monochromatic Colors of #293DAB
Black with #293DAB
Text Example
Text Example
White with #293DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293DAB; }
p { color: rgb(41,61,171); }
H1.HeaderClassName
{
color: #293DAB;
}
.AnyTagClassName
{
color: #293DAB;
}
</style>
background-color css
<style>
a { background-color: #293DAB; }
a { background-color: rgb(41,61,171); }
div.DivClassName
{
background-color: #293DAB;
}
.BgClassName
{
background-color: #293DAB;
}
</style>
border-color css
<style>
span { border-color: #293DAB; }
span { border-color: rgb(41,61,171); }
td.TdClassName
{
border-color: #293DAB;
}
.TagClassName
{
border-color: #293DAB;
}
</style>