Shades of Han Purple #2910EF
Tints of Han Purple #2910EF
RGB
CMYK
RGB Variations
Color information
#2910EF (or 0x2910EF) is known color: Han Purple. HEX triplet: 29, 10 and EF. RGB value is (41,16,239). Sum of RGB (Red+Green+Blue) = 41+16+239=296 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.85% from 296); Green value is 16 (6.64% from 255 or 5.41% from 296); Blue value is 239 (93.75% from 255 or 80.74% from 296); Max value from RGB is 239 - color contains mainly: blue. Hex color #2910EF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2910EF is #D6EF10. Grayscale: #303030. Windows color (decimal): -14085905 or 15667241. OLE color: 15667241.
HSL color Cylindrical-coordinate representation of color #2910EF: hue angle of 246.73º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2910EF is Cyan = 0.83, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 41 | 16 | 239 | - |
| CMYK | 0.83 | 0.93 | 0 | 0.06 |
| HSL | 246.73º | 0.87% | 0.5% | - |
| HSV(B) | 246.73º | 0.93% | 0.94% | - |
| XYZ | 16.68 | 7.07 | 82.15 | - |
| YUV | 48.9 | 235.28 | 122.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 16 | 239 | 0.83 | 0.93 | 0 | 0.06 | 246.73 | 0.87 | 0.5 |
| Hex | 29 | 10 | EF | 53 | 5D | 0 | 6 | F7 | 57 | 32 |
| Octal | 51 | 20 | 357 | 123 | 135 | 0 | 6 | 367 | 127 | 62 |
| Binary | 101001 | 10000 | 11101111 | 1010011 | 1011101 | 0 | 110 | 11110111 | 1010111 | 110010 |
Color Harmonies of #2910EF
Complementary color
Monochromatic Colors of #2910EF
Black with #2910EF
Text Example
Text Example
White with #2910EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2910EF; }
p { color: rgb(41,16,239); }
H1.HeaderClassName
{
color: #2910EF;
}
.AnyTagClassName
{
color: #2910EF;
}
</style>
background-color css
<style>
a { background-color: #2910EF; }
a { background-color: rgb(41,16,239); }
div.DivClassName
{
background-color: #2910EF;
}
.BgClassName
{
background-color: #2910EF;
}
</style>
border-color css
<style>
span { border-color: #2910EF; }
span { border-color: rgb(41,16,239); }
td.TdClassName
{
border-color: #2910EF;
}
.TagClassName
{
border-color: #2910EF;
}
</style>