Shades of Persian Blue #293FC6
Tints of Persian Blue #293FC6
RGB
CMYK
RGB Variations
Color information
#293FC6 (or 0x293FC6) is known color: Persian Blue. HEX triplet: 29, 3F and C6. RGB value is (41,63,198). Sum of RGB (Red+Green+Blue) = 41+63+198=302 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.58% from 302); Green value is 63 (25% from 255 or 20.86% from 302); Blue value is 198 (77.73% from 255 or 65.56% from 302); Max value from RGB is 198 - color contains mainly: blue. Hex color #293FC6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #293FC6 is #D6C039. Grayscale: #474747. Windows color (decimal): -14073914 or 12992297. OLE color: 12992297.
HSL color Cylindrical-coordinate representation of color #293FC6: hue angle of 231.59º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #293FC6 is Cyan = 0.79, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 41 | 63 | 198 | - |
| CMYK | 0.79 | 0.68 | 0 | 0.22 |
| HSL | 231.59º | 0.66% | 0.47% | - |
| HSV(B) | 231.59º | 0.79% | 0.78% | - |
| XYZ | 12.89 | 8.1 | 54.31 | - |
| YUV | 71.81 | 199.21 | 106.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 63 | 198 | 0.79 | 0.68 | 0 | 0.22 | 231.59 | 0.66 | 0.47 |
| Hex | 29 | 3F | C6 | 4F | 44 | 0 | 16 | E8 | 42 | 2F |
| Octal | 51 | 77 | 306 | 117 | 104 | 0 | 26 | 350 | 102 | 57 |
| Binary | 101001 | 111111 | 11000110 | 1001111 | 1000100 | 0 | 10110 | 11101000 | 1000010 | 101111 |
Color Harmonies of #293FC6
Complementary color
Monochromatic Colors of #293FC6
Black with #293FC6
Text Example
Text Example
White with #293FC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293FC6; }
p { color: rgb(41,63,198); }
H1.HeaderClassName
{
color: #293FC6;
}
.AnyTagClassName
{
color: #293FC6;
}
</style>
background-color css
<style>
a { background-color: #293FC6; }
a { background-color: rgb(41,63,198); }
div.DivClassName
{
background-color: #293FC6;
}
.BgClassName
{
background-color: #293FC6;
}
</style>
border-color css
<style>
span { border-color: #293FC6; }
span { border-color: rgb(41,63,198); }
td.TdClassName
{
border-color: #293FC6;
}
.TagClassName
{
border-color: #293FC6;
}
</style>