Shades of Han Purple #2913EF
Tints of Han Purple #2913EF
RGB
CMYK
RGB Variations
Color information
#2913EF (or 0x2913EF) is known color: Han Purple. HEX triplet: 29, 13 and EF. RGB value is (41,19,239). Sum of RGB (Red+Green+Blue) = 41+19+239=299 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.71% from 299); Green value is 19 (7.81% from 255 or 6.35% from 299); Blue value is 239 (93.75% from 255 or 79.93% from 299); Max value from RGB is 239 - color contains mainly: blue. Hex color #2913EF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2913EF is #D6EC10. Grayscale: #313131. Windows color (decimal): -14085137 or 15668009. OLE color: 15668009.
HSL color Cylindrical-coordinate representation of color #2913EF: hue angle of 246º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2913EF is Cyan = 0.83, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 41 | 19 | 239 | - |
| CMYK | 0.83 | 0.92 | 0 | 0.06 |
| HSL | 246º | 0.87% | 0.51% | - |
| HSV(B) | 246º | 0.92% | 0.94% | - |
| XYZ | 16.73 | 7.17 | 82.16 | - |
| YUV | 50.66 | 234.29 | 121.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 19 | 239 | 0.83 | 0.92 | 0 | 0.06 | 246 | 0.87 | 0.51 |
| Hex | 29 | 13 | EF | 53 | 5C | 0 | 6 | F6 | 57 | 33 |
| Octal | 51 | 23 | 357 | 123 | 134 | 0 | 6 | 366 | 127 | 63 |
| Binary | 101001 | 10011 | 11101111 | 1010011 | 1011100 | 0 | 110 | 11110110 | 1010111 | 110011 |
Color Harmonies of #2913EF
Complementary color
Monochromatic Colors of #2913EF
Black with #2913EF
Text Example
Text Example
White with #2913EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2913EF; }
p { color: rgb(41,19,239); }
H1.HeaderClassName
{
color: #2913EF;
}
.AnyTagClassName
{
color: #2913EF;
}
</style>
background-color css
<style>
a { background-color: #2913EF; }
a { background-color: rgb(41,19,239); }
div.DivClassName
{
background-color: #2913EF;
}
.BgClassName
{
background-color: #2913EF;
}
</style>
border-color css
<style>
span { border-color: #2913EF; }
span { border-color: rgb(41,19,239); }
td.TdClassName
{
border-color: #2913EF;
}
.TagClassName
{
border-color: #2913EF;
}
</style>