Shades of Han Purple #292AFE
Tints of Han Purple #292AFE
RGB
CMYK
RGB Variations
Color information
#292AFE (or 0x292AFE) is known color: Han Purple. HEX triplet: 29, 2A and FE. RGB value is (41,42,254). Sum of RGB (Red+Green+Blue) = 41+42+254=337 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.17% from 337); Green value is 42 (16.80% from 255 or 12.46% from 337); Blue value is 254 (99.61% from 255 or 75.37% from 337); Max value from RGB is 254 - color contains mainly: blue. Hex color #292AFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #292AFE is #D6D501. Grayscale: #414141. Windows color (decimal): -14079234 or 16656937. OLE color: 16656937.
HSL color Cylindrical-coordinate representation of color #292AFE: hue angle of 239.72º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #292AFE is Cyan = 0.84, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 41 | 42 | 254 | - |
| CMYK | 0.84 | 0.83 | 0 | 0.00 |
| HSL | 239.72º | 0.99% | 0.58% | - |
| HSV(B) | 239.72º | 0.84% | 1% | - |
| XYZ | 19.63 | 9.28 | 94.52 | - |
| YUV | 65.87 | 234.17 | 110.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 42 | 254 | 0.84 | 0.83 | 0 | 0.00 | 239.72 | 0.99 | 0.58 |
| Hex | 29 | 2A | FE | 54 | 53 | 0 | 0 | F0 | 63 | 3A |
| Octal | 51 | 52 | 376 | 124 | 123 | 0 | 0 | 360 | 143 | 72 |
| Binary | 101001 | 101010 | 11111110 | 1010100 | 1010011 | 0 | 0 | 11110000 | 1100011 | 111010 |
Color Harmonies of #292AFE
Complementary color
Monochromatic Colors of #292AFE
Black with #292AFE
Text Example
Text Example
White with #292AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #292AFE; }
p { color: rgb(41,42,254); }
H1.HeaderClassName
{
color: #292AFE;
}
.AnyTagClassName
{
color: #292AFE;
}
</style>
background-color css
<style>
a { background-color: #292AFE; }
a { background-color: rgb(41,42,254); }
div.DivClassName
{
background-color: #292AFE;
}
.BgClassName
{
background-color: #292AFE;
}
</style>
border-color css
<style>
span { border-color: #292AFE; }
span { border-color: rgb(41,42,254); }
td.TdClassName
{
border-color: #292AFE;
}
.TagClassName
{
border-color: #292AFE;
}
</style>