Shades of Han Purple #290CEF
Tints of Han Purple #290CEF
RGB
CMYK
RGB Variations
Color information
#290CEF (or 0x290CEF) is known color: Han Purple. HEX triplet: 29, 0C and EF. RGB value is (41,12,239). Sum of RGB (Red+Green+Blue) = 41+12+239=292 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.04% from 292); Green value is 12 (5.08% from 255 or 4.11% from 292); Blue value is 239 (93.75% from 255 or 81.85% from 292); Max value from RGB is 239 - color contains mainly: blue. Hex color #290CEF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #290CEF is #D6F310. Grayscale: #2D2D2D. Windows color (decimal): -14086929 or 15666217. OLE color: 15666217.
HSL color Cylindrical-coordinate representation of color #290CEF: hue angle of 247.67º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #290CEF is Cyan = 0.83, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 41 | 12 | 239 | - |
| CMYK | 0.83 | 0.95 | 0 | 0.06 |
| HSL | 247.67º | 0.9% | 0.49% | - |
| HSV(B) | 247.67º | 0.95% | 0.94% | - |
| XYZ | 16.63 | 6.97 | 82.13 | - |
| YUV | 46.55 | 236.61 | 124.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 12 | 239 | 0.83 | 0.95 | 0 | 0.06 | 247.67 | 0.9 | 0.49 |
| Hex | 29 | C | EF | 53 | 5F | 0 | 6 | F8 | 5A | 31 |
| Octal | 51 | 14 | 357 | 123 | 137 | 0 | 6 | 370 | 132 | 61 |
| Binary | 101001 | 1100 | 11101111 | 1010011 | 1011111 | 0 | 110 | 11111000 | 1011010 | 110001 |
Color Harmonies of #290CEF
Complementary color
Monochromatic Colors of #290CEF
Black with #290CEF
Text Example
Text Example
White with #290CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290CEF; }
p { color: rgb(41,12,239); }
H1.HeaderClassName
{
color: #290CEF;
}
.AnyTagClassName
{
color: #290CEF;
}
</style>
background-color css
<style>
a { background-color: #290CEF; }
a { background-color: rgb(41,12,239); }
div.DivClassName
{
background-color: #290CEF;
}
.BgClassName
{
background-color: #290CEF;
}
</style>
border-color css
<style>
span { border-color: #290CEF; }
span { border-color: rgb(41,12,239); }
td.TdClassName
{
border-color: #290CEF;
}
.TagClassName
{
border-color: #290CEF;
}
</style>