Shades of Persian Blue #293CE6
Tints of Persian Blue #293CE6
RGB
CMYK
RGB Variations
Color information
#293CE6 (or 0x293CE6) is known color: Persian Blue. HEX triplet: 29, 3C and E6. RGB value is (41,60,230). Sum of RGB (Red+Green+Blue) = 41+60+230=331 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.39% from 331); Green value is 60 (23.83% from 255 or 18.13% from 331); Blue value is 230 (90.23% from 255 or 69.49% from 331); Max value from RGB is 230 - color contains mainly: blue. Hex color #293CE6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #293CE6 is #D6C319. Grayscale: #494949. Windows color (decimal): -14074650 or 15088681. OLE color: 15088681.
HSL color Cylindrical-coordinate representation of color #293CE6: hue angle of 233.97º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #293CE6 is Cyan = 0.82, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 41 | 60 | 230 | - |
| CMYK | 0.82 | 0.74 | 0 | 0.10 |
| HSL | 233.97º | 0.79% | 0.53% | - |
| HSV(B) | 233.97º | 0.82% | 0.9% | - |
| XYZ | 16.81 | 9.42 | 75.79 | - |
| YUV | 73.7 | 216.21 | 104.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 60 | 230 | 0.82 | 0.74 | 0 | 0.10 | 233.97 | 0.79 | 0.53 |
| Hex | 29 | 3C | E6 | 52 | 4A | 0 | A | EA | 4F | 35 |
| Octal | 51 | 74 | 346 | 122 | 112 | 0 | 12 | 352 | 117 | 65 |
| Binary | 101001 | 111100 | 11100110 | 1010010 | 1001010 | 0 | 1010 | 11101010 | 1001111 | 110101 |
Color Harmonies of #293CE6
Complementary color
Monochromatic Colors of #293CE6
Black with #293CE6
Text Example
Text Example
White with #293CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293CE6; }
p { color: rgb(41,60,230); }
H1.HeaderClassName
{
color: #293CE6;
}
.AnyTagClassName
{
color: #293CE6;
}
</style>
background-color css
<style>
a { background-color: #293CE6; }
a { background-color: rgb(41,60,230); }
div.DivClassName
{
background-color: #293CE6;
}
.BgClassName
{
background-color: #293CE6;
}
</style>
border-color css
<style>
span { border-color: #293CE6; }
span { border-color: rgb(41,60,230); }
td.TdClassName
{
border-color: #293CE6;
}
.TagClassName
{
border-color: #293CE6;
}
</style>