Shades of Han Purple #290EFC
Tints of Han Purple #290EFC
RGB
CMYK
RGB Variations
Color information
#290EFC (or 0x290EFC) is known color: Han Purple. HEX triplet: 29, 0E and FC. RGB value is (41,14,252). Sum of RGB (Red+Green+Blue) = 41+14+252=307 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.36% from 307); Green value is 14 (5.86% from 255 or 4.56% from 307); Blue value is 252 (98.83% from 255 or 82.08% from 307); Max value from RGB is 252 - color contains mainly: blue. Hex color #290EFC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #290EFC is #D6F103. Grayscale: #303030. Windows color (decimal): -14086404 or 16518697. OLE color: 16518697.
HSL color Cylindrical-coordinate representation of color #290EFC: hue angle of 246.81º 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 #290EFC is Cyan = 0.84, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 41 | 14 | 252 | - |
| CMYK | 0.84 | 0.94 | 0 | 0.01 |
| HSL | 246.81º | 0.98% | 0.52% | - |
| HSV(B) | 246.81º | 0.94% | 0.99% | - |
| XYZ | 18.64 | 7.81 | 92.62 | - |
| YUV | 49.21 | 242.45 | 122.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 14 | 252 | 0.84 | 0.94 | 0 | 0.01 | 246.81 | 0.98 | 0.52 |
| Hex | 29 | E | FC | 54 | 5E | 0 | 1 | F7 | 62 | 34 |
| Octal | 51 | 16 | 374 | 124 | 136 | 0 | 1 | 367 | 142 | 64 |
| Binary | 101001 | 1110 | 11111100 | 1010100 | 1011110 | 0 | 1 | 11110111 | 1100010 | 110100 |
Color Harmonies of #290EFC
Complementary color
Monochromatic Colors of #290EFC
Black with #290EFC
Text Example
Text Example
White with #290EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290EFC; }
p { color: rgb(41,14,252); }
H1.HeaderClassName
{
color: #290EFC;
}
.AnyTagClassName
{
color: #290EFC;
}
</style>
background-color css
<style>
a { background-color: #290EFC; }
a { background-color: rgb(41,14,252); }
div.DivClassName
{
background-color: #290EFC;
}
.BgClassName
{
background-color: #290EFC;
}
</style>
border-color css
<style>
span { border-color: #290EFC; }
span { border-color: rgb(41,14,252); }
td.TdClassName
{
border-color: #290EFC;
}
.TagClassName
{
border-color: #290EFC;
}
</style>