Shades of Persian Blue #293EC1
Tints of Persian Blue #293EC1
RGB
CMYK
RGB Variations
Color information
#293EC1 (or 0x293EC1) is known color: Persian Blue. HEX triplet: 29, 3E and C1. RGB value is (41,62,193). Sum of RGB (Red+Green+Blue) = 41+62+193=296 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.85% from 296); Green value is 62 (24.61% from 255 or 20.95% from 296); Blue value is 193 (75.78% from 255 or 65.20% from 296); Max value from RGB is 193 - color contains mainly: blue. Hex color #293EC1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #293EC1 is #D6C13E. Grayscale: #464646. Windows color (decimal): -14074175 or 12664361. OLE color: 12664361.
HSL color Cylindrical-coordinate representation of color #293EC1: hue angle of 231.71º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #293EC1 is Cyan = 0.79, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 41 | 62 | 193 | - |
| CMYK | 0.79 | 0.68 | 0 | 0.24 |
| HSL | 231.71º | 0.65% | 0.46% | - |
| HSV(B) | 231.71º | 0.79% | 0.76% | - |
| XYZ | 12.26 | 7.77 | 51.3 | - |
| YUV | 70.66 | 197.04 | 106.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 62 | 193 | 0.79 | 0.68 | 0 | 0.24 | 231.71 | 0.65 | 0.46 |
| Hex | 29 | 3E | C1 | 4F | 44 | 0 | 18 | E8 | 41 | 2E |
| Octal | 51 | 76 | 301 | 117 | 104 | 0 | 30 | 350 | 101 | 56 |
| Binary | 101001 | 111110 | 11000001 | 1001111 | 1000100 | 0 | 11000 | 11101000 | 1000001 | 101110 |
Color Harmonies of #293EC1
Complementary color
Monochromatic Colors of #293EC1
Black with #293EC1
Text Example
Text Example
White with #293EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293EC1; }
p { color: rgb(41,62,193); }
H1.HeaderClassName
{
color: #293EC1;
}
.AnyTagClassName
{
color: #293EC1;
}
</style>
background-color css
<style>
a { background-color: #293EC1; }
a { background-color: rgb(41,62,193); }
div.DivClassName
{
background-color: #293EC1;
}
.BgClassName
{
background-color: #293EC1;
}
</style>
border-color css
<style>
span { border-color: #293EC1; }
span { border-color: rgb(41,62,193); }
td.TdClassName
{
border-color: #293EC1;
}
.TagClassName
{
border-color: #293EC1;
}
</style>