Shades of Han Purple #4119EF
Tints of Han Purple #4119EF
RGB
CMYK
RGB Variations
Color information
#4119EF (or 0x4119EF) is known color: Han Purple. HEX triplet: 41, 19 and EF. RGB value is (65,25,239). Sum of RGB (Red+Green+Blue) = 65+25+239=329 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.76% from 329); Green value is 25 (10.16% from 255 or 7.60% from 329); Blue value is 239 (93.75% from 255 or 72.64% from 329); Max value from RGB is 239 - color contains mainly: blue. Hex color #4119EF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4119EF is #BEE610. Grayscale: #3C3C3C. Windows color (decimal): -12510737 or 15669569. OLE color: 15669569.
HSL color Cylindrical-coordinate representation of color #4119EF: hue angle of 251.21º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4119EF is Cyan = 0.73, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 65 | 25 | 239 | - |
| CMYK | 0.73 | 0.90 | 0 | 0.06 |
| HSL | 251.22º | 0.87% | 0.52% | - |
| HSV(B) | 251.22º | 0.9% | 0.94% | - |
| XYZ | 18.11 | 8.05 | 82.26 | - |
| YUV | 61.36 | 228.25 | 130.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 25 | 239 | 0.73 | 0.90 | 0 | 0.06 | 251.22 | 0.87 | 0.52 |
| Hex | 41 | 19 | EF | 49 | 5A | 0 | 6 | FB | 57 | 34 |
| Octal | 101 | 31 | 357 | 111 | 132 | 0 | 6 | 373 | 127 | 64 |
| Binary | 1000001 | 11001 | 11101111 | 1001001 | 1011010 | 0 | 110 | 11111011 | 1010111 | 110100 |
Color Harmonies of #4119EF
Complementary color
Monochromatic Colors of #4119EF
Black with #4119EF
Text Example
Text Example
White with #4119EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4119EF; }
p { color: rgb(65,25,239); }
H1.HeaderClassName
{
color: #4119EF;
}
.AnyTagClassName
{
color: #4119EF;
}
</style>
background-color css
<style>
a { background-color: #4119EF; }
a { background-color: rgb(65,25,239); }
div.DivClassName
{
background-color: #4119EF;
}
.BgClassName
{
background-color: #4119EF;
}
</style>
border-color css
<style>
span { border-color: #4119EF; }
span { border-color: rgb(65,25,239); }
td.TdClassName
{
border-color: #4119EF;
}
.TagClassName
{
border-color: #4119EF;
}
</style>