Shades of Han Purple #2918FA
Tints of Han Purple #2918FA
RGB
CMYK
RGB Variations
Color information
#2918FA (or 0x2918FA) is known color: Han Purple. HEX triplet: 29, 18 and FA. RGB value is (41,24,250). Sum of RGB (Red+Green+Blue) = 41+24+250=315 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.02% from 315); Green value is 24 (9.77% from 255 or 7.62% from 315); Blue value is 250 (98.05% from 255 or 79.37% from 315); Max value from RGB is 250 - color contains mainly: blue. Hex color #2918FA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2918FA is #D6E705. Grayscale: #353535. Windows color (decimal): -14083846 or 16390185. OLE color: 16390185.
HSL color Cylindrical-coordinate representation of color #2918FA: hue angle of 244.51º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2918FA is Cyan = 0.84, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 41 | 24 | 250 | - |
| CMYK | 0.84 | 0.90 | 0 | 0.02 |
| HSL | 244.51º | 0.96% | 0.54% | - |
| HSV(B) | 244.51º | 0.9% | 0.98% | - |
| XYZ | 18.5 | 8.03 | 91.02 | - |
| YUV | 54.85 | 238.13 | 118.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 24 | 250 | 0.84 | 0.90 | 0 | 0.02 | 244.51 | 0.96 | 0.54 |
| Hex | 29 | 18 | FA | 54 | 5A | 0 | 2 | F5 | 60 | 36 |
| Octal | 51 | 30 | 372 | 124 | 132 | 0 | 2 | 365 | 140 | 66 |
| Binary | 101001 | 11000 | 11111010 | 1010100 | 1011010 | 0 | 10 | 11110101 | 1100000 | 110110 |
Color Harmonies of #2918FA
Complementary color
Monochromatic Colors of #2918FA
Black with #2918FA
Text Example
Text Example
White with #2918FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2918FA; }
p { color: rgb(41,24,250); }
H1.HeaderClassName
{
color: #2918FA;
}
.AnyTagClassName
{
color: #2918FA;
}
</style>
background-color css
<style>
a { background-color: #2918FA; }
a { background-color: rgb(41,24,250); }
div.DivClassName
{
background-color: #2918FA;
}
.BgClassName
{
background-color: #2918FA;
}
</style>
border-color css
<style>
span { border-color: #2918FA; }
span { border-color: rgb(41,24,250); }
td.TdClassName
{
border-color: #2918FA;
}
.TagClassName
{
border-color: #2918FA;
}
</style>