Shades of Han Purple #290FFC
Tints of Han Purple #290FFC
RGB
CMYK
RGB Variations
Color information
#290FFC (or 0x290FFC) is known color: Han Purple. HEX triplet: 29, 0F and FC. RGB value is (41,15,252). Sum of RGB (Red+Green+Blue) = 41+15+252=308 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.31% from 308); Green value is 15 (6.25% from 255 or 4.87% from 308); Blue value is 252 (98.83% from 255 or 81.82% from 308); Max value from RGB is 252 - color contains mainly: blue. Hex color #290FFC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #290FFC is #D6F003. Grayscale: #303030. Windows color (decimal): -14086148 or 16518953. OLE color: 16518953.
HSL color Cylindrical-coordinate representation of color #290FFC: hue angle of 246.58º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #290FFC is Cyan = 0.84, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 41 | 15 | 252 | - |
| CMYK | 0.84 | 0.94 | 0 | 0.01 |
| HSL | 246.58º | 0.98% | 0.52% | - |
| HSV(B) | 246.58º | 0.94% | 0.99% | - |
| XYZ | 18.66 | 7.84 | 92.63 | - |
| YUV | 49.79 | 242.11 | 121.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 15 | 252 | 0.84 | 0.94 | 0 | 0.01 | 246.58 | 0.98 | 0.52 |
| Hex | 29 | F | FC | 54 | 5E | 0 | 1 | F7 | 62 | 34 |
| Octal | 51 | 17 | 374 | 124 | 136 | 0 | 1 | 367 | 142 | 64 |
| Binary | 101001 | 1111 | 11111100 | 1010100 | 1011110 | 0 | 1 | 11110111 | 1100010 | 110100 |
Color Harmonies of #290FFC
Complementary color
Monochromatic Colors of #290FFC
Black with #290FFC
Text Example
Text Example
White with #290FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290FFC; }
p { color: rgb(41,15,252); }
H1.HeaderClassName
{
color: #290FFC;
}
.AnyTagClassName
{
color: #290FFC;
}
</style>
background-color css
<style>
a { background-color: #290FFC; }
a { background-color: rgb(41,15,252); }
div.DivClassName
{
background-color: #290FFC;
}
.BgClassName
{
background-color: #290FFC;
}
</style>
border-color css
<style>
span { border-color: #290FFC; }
span { border-color: rgb(41,15,252); }
td.TdClassName
{
border-color: #290FFC;
}
.TagClassName
{
border-color: #290FFC;
}
</style>