Shades of Han Purple #290CF9
Tints of Han Purple #290CF9
RGB
CMYK
RGB Variations
Color information
#290CF9 (or 0x290CF9) is known color: Han Purple. HEX triplet: 29, 0C and F9. RGB value is (41,12,249). Sum of RGB (Red+Green+Blue) = 41+12+249=302 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.58% from 302); Green value is 12 (5.08% from 255 or 3.97% from 302); Blue value is 249 (97.66% from 255 or 82.45% from 302); Max value from RGB is 249 - color contains mainly: blue. Hex color #290CF9 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #290CF9 is #D6F306. Grayscale: #2E2E2E. Windows color (decimal): -14086919 or 16321577. OLE color: 16321577.
HSL color Cylindrical-coordinate representation of color #290CF9: hue angle of 247.34º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #290CF9 is Cyan = 0.84, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 41 | 12 | 249 | - |
| CMYK | 0.84 | 0.95 | 0 | 0.02 |
| HSL | 247.34º | 0.95% | 0.51% | - |
| HSV(B) | 247.34º | 0.95% | 0.98% | - |
| XYZ | 18.14 | 7.57 | 90.13 | - |
| YUV | 47.69 | 241.61 | 123.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 12 | 249 | 0.84 | 0.95 | 0 | 0.02 | 247.34 | 0.95 | 0.51 |
| Hex | 29 | C | F9 | 54 | 5F | 0 | 2 | F7 | 5F | 33 |
| Octal | 51 | 14 | 371 | 124 | 137 | 0 | 2 | 367 | 137 | 63 |
| Binary | 101001 | 1100 | 11111001 | 1010100 | 1011111 | 0 | 10 | 11110111 | 1011111 | 110011 |
Color Harmonies of #290CF9
Complementary color
Monochromatic Colors of #290CF9
Black with #290CF9
Text Example
Text Example
White with #290CF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290CF9; }
p { color: rgb(41,12,249); }
H1.HeaderClassName
{
color: #290CF9;
}
.AnyTagClassName
{
color: #290CF9;
}
</style>
background-color css
<style>
a { background-color: #290CF9; }
a { background-color: rgb(41,12,249); }
div.DivClassName
{
background-color: #290CF9;
}
.BgClassName
{
background-color: #290CF9;
}
</style>
border-color css
<style>
span { border-color: #290CF9; }
span { border-color: rgb(41,12,249); }
td.TdClassName
{
border-color: #290CF9;
}
.TagClassName
{
border-color: #290CF9;
}
</style>