Shades of Han Purple #290CEC
Tints of Han Purple #290CEC
RGB
CMYK
RGB Variations
Color information
#290CEC (or 0x290CEC) is known color: Han Purple. HEX triplet: 29, 0C and EC. RGB value is (41,12,236). Sum of RGB (Red+Green+Blue) = 41+12+236=289 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.19% from 289); Green value is 12 (5.08% from 255 or 4.15% from 289); Blue value is 236 (92.58% from 255 or 81.66% from 289); Max value from RGB is 236 - color contains mainly: blue. Hex color #290CEC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #290CEC is #D6F313. Grayscale: #2D2D2D. Windows color (decimal): -14086932 or 15469609. OLE color: 15469609.
HSL color Cylindrical-coordinate representation of color #290CEC: hue angle of 247.77º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #290CEC is Cyan = 0.83, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 41 | 12 | 236 | - |
| CMYK | 0.83 | 0.95 | 0 | 0.07 |
| HSL | 247.77º | 0.9% | 0.49% | - |
| HSV(B) | 247.77º | 0.95% | 0.93% | - |
| XYZ | 16.19 | 6.79 | 79.81 | - |
| YUV | 46.21 | 235.11 | 124.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 12 | 236 | 0.83 | 0.95 | 0 | 0.07 | 247.77 | 0.9 | 0.49 |
| Hex | 29 | C | EC | 53 | 5F | 0 | 7 | F8 | 5A | 31 |
| Octal | 51 | 14 | 354 | 123 | 137 | 0 | 7 | 370 | 132 | 61 |
| Binary | 101001 | 1100 | 11101100 | 1010011 | 1011111 | 0 | 111 | 11111000 | 1011010 | 110001 |
Color Harmonies of #290CEC
Complementary color
Monochromatic Colors of #290CEC
Black with #290CEC
Text Example
Text Example
White with #290CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290CEC; }
p { color: rgb(41,12,236); }
H1.HeaderClassName
{
color: #290CEC;
}
.AnyTagClassName
{
color: #290CEC;
}
</style>
background-color css
<style>
a { background-color: #290CEC; }
a { background-color: rgb(41,12,236); }
div.DivClassName
{
background-color: #290CEC;
}
.BgClassName
{
background-color: #290CEC;
}
</style>
border-color css
<style>
span { border-color: #290CEC; }
span { border-color: rgb(41,12,236); }
td.TdClassName
{
border-color: #290CEC;
}
.TagClassName
{
border-color: #290CEC;
}
</style>