Shades of Han Purple #290EFD
Tints of Han Purple #290EFD
RGB
CMYK
RGB Variations
Color information
#290EFD (or 0x290EFD) is known color: Han Purple. HEX triplet: 29, 0E and FD. RGB value is (41,14,253). Sum of RGB (Red+Green+Blue) = 41+14+253=308 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.31% from 308); Green value is 14 (5.86% from 255 or 4.55% from 308); Blue value is 253 (99.22% from 255 or 82.14% from 308); Max value from RGB is 253 - color contains mainly: blue. Hex color #290EFD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #290EFD is #D6F102. Grayscale: #303030. Windows color (decimal): -14086403 or 16584233. OLE color: 16584233.
HSL color Cylindrical-coordinate representation of color #290EFD: hue angle of 246.78º 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 #290EFD is Cyan = 0.84, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 41 | 14 | 253 | - |
| CMYK | 0.84 | 0.94 | 0 | 0.01 |
| HSL | 246.78º | 0.98% | 0.52% | - |
| HSV(B) | 246.78º | 0.94% | 0.99% | - |
| XYZ | 18.8 | 7.88 | 93.46 | - |
| YUV | 49.32 | 242.95 | 122.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 14 | 253 | 0.84 | 0.94 | 0 | 0.01 | 246.78 | 0.98 | 0.52 |
| Hex | 29 | E | FD | 54 | 5E | 0 | 1 | F7 | 62 | 34 |
| Octal | 51 | 16 | 375 | 124 | 136 | 0 | 1 | 367 | 142 | 64 |
| Binary | 101001 | 1110 | 11111101 | 1010100 | 1011110 | 0 | 1 | 11110111 | 1100010 | 110100 |
Color Harmonies of #290EFD
Complementary color
Monochromatic Colors of #290EFD
Black with #290EFD
Text Example
Text Example
White with #290EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290EFD; }
p { color: rgb(41,14,253); }
H1.HeaderClassName
{
color: #290EFD;
}
.AnyTagClassName
{
color: #290EFD;
}
</style>
background-color css
<style>
a { background-color: #290EFD; }
a { background-color: rgb(41,14,253); }
div.DivClassName
{
background-color: #290EFD;
}
.BgClassName
{
background-color: #290EFD;
}
</style>
border-color css
<style>
span { border-color: #290EFD; }
span { border-color: rgb(41,14,253); }
td.TdClassName
{
border-color: #290EFD;
}
.TagClassName
{
border-color: #290EFD;
}
</style>