Shades of Persian Blue #293FA4
Tints of Persian Blue #293FA4
RGB
CMYK
RGB Variations
Color information
#293FA4 (or 0x293FA4) is known color: Persian Blue. HEX triplet: 29, 3F and A4. RGB value is (41,63,164). Sum of RGB (Red+Green+Blue) = 41+63+164=268 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.30% from 268); Green value is 63 (25% from 255 or 23.51% from 268); Blue value is 164 (64.45% from 255 or 61.19% from 268); Max value from RGB is 164 - color contains mainly: blue. Hex color #293FA4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293FA4 is #D6C05B. Grayscale: #434343. Windows color (decimal): -14073948 or 10764073. OLE color: 10764073.
HSL color Cylindrical-coordinate representation of color #293FA4: hue angle of 229.27º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #293FA4 is Cyan = 0.75, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 41 | 63 | 164 | - |
| CMYK | 0.75 | 0.62 | 0 | 0.36 |
| HSL | 229.27º | 0.6% | 0.4% | - |
| HSV(B) | 229.27º | 0.75% | 0.64% | - |
| XYZ | 9.39 | 6.71 | 35.92 | - |
| YUV | 67.94 | 182.21 | 108.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 63 | 164 | 0.75 | 0.62 | 0 | 0.36 | 229.27 | 0.6 | 0.4 |
| Hex | 29 | 3F | A4 | 4B | 3E | 0 | 24 | E5 | 3C | 28 |
| Octal | 51 | 77 | 244 | 113 | 76 | 0 | 44 | 345 | 74 | 50 |
| Binary | 101001 | 111111 | 10100100 | 1001011 | 111110 | 0 | 100100 | 11100101 | 111100 | 101000 |
Color Harmonies of #293FA4
Complementary color
Monochromatic Colors of #293FA4
Black with #293FA4
Text Example
Text Example
White with #293FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293FA4; }
p { color: rgb(41,63,164); }
H1.HeaderClassName
{
color: #293FA4;
}
.AnyTagClassName
{
color: #293FA4;
}
</style>
background-color css
<style>
a { background-color: #293FA4; }
a { background-color: rgb(41,63,164); }
div.DivClassName
{
background-color: #293FA4;
}
.BgClassName
{
background-color: #293FA4;
}
</style>
border-color css
<style>
span { border-color: #293FA4; }
span { border-color: rgb(41,63,164); }
td.TdClassName
{
border-color: #293FA4;
}
.TagClassName
{
border-color: #293FA4;
}
</style>