Shades of Han Purple #291CEF
Tints of Han Purple #291CEF
RGB
CMYK
RGB Variations
Color information
#291CEF (or 0x291CEF) is known color: Han Purple. HEX triplet: 29, 1C and EF. RGB value is (41,28,239). Sum of RGB (Red+Green+Blue) = 41+28+239=308 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.31% from 308); Green value is 28 (11.33% from 255 or 9.09% from 308); Blue value is 239 (93.75% from 255 or 77.60% from 308); Max value from RGB is 239 - color contains mainly: blue. Hex color #291CEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #291CEF is #D6E310. Grayscale: #373737. Windows color (decimal): -14082833 or 15670313. OLE color: 15670313.
HSL color Cylindrical-coordinate representation of color #291CEF: hue angle of 243.7º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #291CEF is Cyan = 0.83, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 41 | 28 | 239 | - |
| CMYK | 0.83 | 0.88 | 0 | 0.06 |
| HSL | 243.7º | 0.87% | 0.52% | - |
| HSV(B) | 243.7º | 0.88% | 0.94% | - |
| XYZ | 16.91 | 7.53 | 82.22 | - |
| YUV | 55.94 | 231.31 | 117.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 28 | 239 | 0.83 | 0.88 | 0 | 0.06 | 243.7 | 0.87 | 0.52 |
| Hex | 29 | 1C | EF | 53 | 58 | 0 | 6 | F4 | 57 | 34 |
| Octal | 51 | 34 | 357 | 123 | 130 | 0 | 6 | 364 | 127 | 64 |
| Binary | 101001 | 11100 | 11101111 | 1010011 | 1011000 | 0 | 110 | 11110100 | 1010111 | 110100 |
Color Harmonies of #291CEF
Complementary color
Monochromatic Colors of #291CEF
Black with #291CEF
Text Example
Text Example
White with #291CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #291CEF; }
p { color: rgb(41,28,239); }
H1.HeaderClassName
{
color: #291CEF;
}
.AnyTagClassName
{
color: #291CEF;
}
</style>
background-color css
<style>
a { background-color: #291CEF; }
a { background-color: rgb(41,28,239); }
div.DivClassName
{
background-color: #291CEF;
}
.BgClassName
{
background-color: #291CEF;
}
</style>
border-color css
<style>
span { border-color: #291CEF; }
span { border-color: rgb(41,28,239); }
td.TdClassName
{
border-color: #291CEF;
}
.TagClassName
{
border-color: #291CEF;
}
</style>