Shades of Han Purple #290BE5
Tints of Han Purple #290BE5
RGB
CMYK
RGB Variations
Color information
#290BE5 (or 0x290BE5) is known color: Han Purple. HEX triplet: 29, 0B and E5. RGB value is (41,11,229). Sum of RGB (Red+Green+Blue) = 41+11+229=281 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.59% from 281); Green value is 11 (4.69% from 255 or 3.91% from 281); Blue value is 229 (89.84% from 255 or 81.49% from 281); Max value from RGB is 229 - color contains mainly: blue. Hex color #290BE5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #290BE5 is #D6F41A. Grayscale: #2B2B2B. Windows color (decimal): -14087195 or 15010601. OLE color: 15010601.
HSL color Cylindrical-coordinate representation of color #290BE5: hue angle of 248.26º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #290BE5 is Cyan = 0.82, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 41 | 11 | 229 | - |
| CMYK | 0.82 | 0.95 | 0 | 0.10 |
| HSL | 248.26º | 0.91% | 0.47% | - |
| HSV(B) | 248.26º | 0.95% | 0.9% | - |
| XYZ | 15.18 | 6.37 | 74.56 | - |
| YUV | 44.82 | 231.94 | 125.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 11 | 229 | 0.82 | 0.95 | 0 | 0.10 | 248.26 | 0.91 | 0.47 |
| Hex | 29 | B | E5 | 52 | 5F | 0 | A | F8 | 5B | 2F |
| Octal | 51 | 13 | 345 | 122 | 137 | 0 | 12 | 370 | 133 | 57 |
| Binary | 101001 | 1011 | 11100101 | 1010010 | 1011111 | 0 | 1010 | 11111000 | 1011011 | 101111 |
Color Harmonies of #290BE5
Complementary color
Monochromatic Colors of #290BE5
Black with #290BE5
Text Example
Text Example
White with #290BE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290BE5; }
p { color: rgb(41,11,229); }
H1.HeaderClassName
{
color: #290BE5;
}
.AnyTagClassName
{
color: #290BE5;
}
</style>
background-color css
<style>
a { background-color: #290BE5; }
a { background-color: rgb(41,11,229); }
div.DivClassName
{
background-color: #290BE5;
}
.BgClassName
{
background-color: #290BE5;
}
</style>
border-color css
<style>
span { border-color: #290BE5; }
span { border-color: rgb(41,11,229); }
td.TdClassName
{
border-color: #290BE5;
}
.TagClassName
{
border-color: #290BE5;
}
</style>