Shades of Han Purple #290FEA
Tints of Han Purple #290FEA
RGB
CMYK
RGB Variations
Color information
#290FEA (or 0x290FEA) is known color: Han Purple. HEX triplet: 29, 0F and EA. RGB value is (41,15,234). Sum of RGB (Red+Green+Blue) = 41+15+234=290 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.14% from 290); Green value is 15 (6.25% from 255 or 5.17% from 290); Blue value is 234 (91.80% from 255 or 80.69% from 290); Max value from RGB is 234 - color contains mainly: blue. Hex color #290FEA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #290FEA is #D6F015. Grayscale: #2E2E2E. Windows color (decimal): -14086166 or 15339305. OLE color: 15339305.
HSL color Cylindrical-coordinate representation of color #290FEA: hue angle of 247.12º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #290FEA is Cyan = 0.82, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 41 | 15 | 234 | - |
| CMYK | 0.82 | 0.94 | 0 | 0.08 |
| HSL | 247.12º | 0.88% | 0.49% | - |
| HSV(B) | 247.12º | 0.94% | 0.92% | - |
| XYZ | 15.94 | 6.75 | 78.31 | - |
| YUV | 47.74 | 233.11 | 123.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 15 | 234 | 0.82 | 0.94 | 0 | 0.08 | 247.12 | 0.88 | 0.49 |
| Hex | 29 | F | EA | 52 | 5E | 0 | 8 | F7 | 58 | 31 |
| Octal | 51 | 17 | 352 | 122 | 136 | 0 | 10 | 367 | 130 | 61 |
| Binary | 101001 | 1111 | 11101010 | 1010010 | 1011110 | 0 | 1000 | 11110111 | 1011000 | 110001 |
Color Harmonies of #290FEA
Complementary color
Monochromatic Colors of #290FEA
Black with #290FEA
Text Example
Text Example
White with #290FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290FEA; }
p { color: rgb(41,15,234); }
H1.HeaderClassName
{
color: #290FEA;
}
.AnyTagClassName
{
color: #290FEA;
}
</style>
background-color css
<style>
a { background-color: #290FEA; }
a { background-color: rgb(41,15,234); }
div.DivClassName
{
background-color: #290FEA;
}
.BgClassName
{
background-color: #290FEA;
}
</style>
border-color css
<style>
span { border-color: #290FEA; }
span { border-color: rgb(41,15,234); }
td.TdClassName
{
border-color: #290FEA;
}
.TagClassName
{
border-color: #290FEA;
}
</style>