Shades of Persian Blue #293FD5
Tints of Persian Blue #293FD5
RGB
CMYK
RGB Variations
Color information
#293FD5 (or 0x293FD5) is known color: Persian Blue. HEX triplet: 29, 3F and D5. RGB value is (41,63,213). Sum of RGB (Red+Green+Blue) = 41+63+213=317 (41% of max value = 765). Red value is 41 (16.41% from 255 or 12.93% from 317); Green value is 63 (25% from 255 or 19.87% from 317); Blue value is 213 (83.59% from 255 or 67.19% from 317); Max value from RGB is 213 - color contains mainly: blue. Hex color #293FD5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #293FD5 is #D6C02A. Grayscale: #484848. Windows color (decimal): -14073899 or 13975337. OLE color: 13975337.
HSL color Cylindrical-coordinate representation of color #293FD5: hue angle of 232.33º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #293FD5 is Cyan = 0.81, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 41 | 63 | 213 | - |
| CMYK | 0.81 | 0.70 | 0 | 0.16 |
| HSL | 232.33º | 0.68% | 0.5% | - |
| HSV(B) | 232.33º | 0.81% | 0.84% | - |
| XYZ | 14.7 | 8.83 | 63.88 | - |
| YUV | 73.52 | 206.71 | 104.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 63 | 213 | 0.81 | 0.70 | 0 | 0.16 | 232.33 | 0.68 | 0.5 |
| Hex | 29 | 3F | D5 | 51 | 46 | 0 | 10 | E8 | 44 | 32 |
| Octal | 51 | 77 | 325 | 121 | 106 | 0 | 20 | 350 | 104 | 62 |
| Binary | 101001 | 111111 | 11010101 | 1010001 | 1000110 | 0 | 10000 | 11101000 | 1000100 | 110010 |
Color Harmonies of #293FD5
Complementary color
Monochromatic Colors of #293FD5
Black with #293FD5
Text Example
Text Example
White with #293FD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293FD5; }
p { color: rgb(41,63,213); }
H1.HeaderClassName
{
color: #293FD5;
}
.AnyTagClassName
{
color: #293FD5;
}
</style>
background-color css
<style>
a { background-color: #293FD5; }
a { background-color: rgb(41,63,213); }
div.DivClassName
{
background-color: #293FD5;
}
.BgClassName
{
background-color: #293FD5;
}
</style>
border-color css
<style>
span { border-color: #293FD5; }
span { border-color: rgb(41,63,213); }
td.TdClassName
{
border-color: #293FD5;
}
.TagClassName
{
border-color: #293FD5;
}
</style>