Shades of Persian Blue #293AB2
Tints of Persian Blue #293AB2
RGB
CMYK
RGB Variations
Color information
#293AB2 (or 0x293AB2) is known color: Persian Blue. HEX triplet: 29, 3A and B2. RGB value is (41,58,178). Sum of RGB (Red+Green+Blue) = 41+58+178=277 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.80% from 277); Green value is 58 (23.05% from 255 or 20.94% from 277); Blue value is 178 (69.92% from 255 or 64.26% from 277); Max value from RGB is 178 - color contains mainly: blue. Hex color #293AB2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293AB2 is #D6C54D. Grayscale: #424242. Windows color (decimal): -14075214 or 11680297. OLE color: 11680297.
HSL color Cylindrical-coordinate representation of color #293AB2: hue angle of 232.55º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #293AB2 is Cyan = 0.77, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 41 | 58 | 178 | - |
| CMYK | 0.77 | 0.67 | 0 | 0.30 |
| HSL | 232.55º | 0.63% | 0.43% | - |
| HSV(B) | 232.55º | 0.77% | 0.7% | - |
| XYZ | 10.46 | 6.71 | 42.86 | - |
| YUV | 66.6 | 190.87 | 109.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 58 | 178 | 0.77 | 0.67 | 0 | 0.30 | 232.55 | 0.63 | 0.43 |
| Hex | 29 | 3A | B2 | 4D | 43 | 0 | 1E | E9 | 3F | 2B |
| Octal | 51 | 72 | 262 | 115 | 103 | 0 | 36 | 351 | 77 | 53 |
| Binary | 101001 | 111010 | 10110010 | 1001101 | 1000011 | 0 | 11110 | 11101001 | 111111 | 101011 |
Color Harmonies of #293AB2
Complementary color
Monochromatic Colors of #293AB2
Black with #293AB2
Text Example
Text Example
White with #293AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293AB2; }
p { color: rgb(41,58,178); }
H1.HeaderClassName
{
color: #293AB2;
}
.AnyTagClassName
{
color: #293AB2;
}
</style>
background-color css
<style>
a { background-color: #293AB2; }
a { background-color: rgb(41,58,178); }
div.DivClassName
{
background-color: #293AB2;
}
.BgClassName
{
background-color: #293AB2;
}
</style>
border-color css
<style>
span { border-color: #293AB2; }
span { border-color: rgb(41,58,178); }
td.TdClassName
{
border-color: #293AB2;
}
.TagClassName
{
border-color: #293AB2;
}
</style>