Shades of Han Purple #4121EF
Tints of Han Purple #4121EF
RGB
CMYK
RGB Variations
Color information
#4121EF (or 0x4121EF) is known color: Han Purple. HEX triplet: 41, 21 and EF. RGB value is (65,33,239). Sum of RGB (Red+Green+Blue) = 65+33+239=337 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.29% from 337); Green value is 33 (13.28% from 255 or 9.79% from 337); Blue value is 239 (93.75% from 255 or 70.92% from 337); Max value from RGB is 239 - color contains mainly: blue. Hex color #4121EF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4121EF is #BEDE10. Grayscale: #414141. Windows color (decimal): -12508689 or 15671617. OLE color: 15671617.
HSL color Cylindrical-coordinate representation of color #4121EF: hue angle of 249.32º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4121EF is Cyan = 0.73, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 65 | 33 | 239 | - |
| CMYK | 0.73 | 0.86 | 0 | 0.06 |
| HSL | 249.32º | 0.87% | 0.53% | - |
| HSV(B) | 249.32º | 0.86% | 0.94% | - |
| XYZ | 18.3 | 8.44 | 82.33 | - |
| YUV | 66.05 | 225.6 | 127.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 33 | 239 | 0.73 | 0.86 | 0 | 0.06 | 249.32 | 0.87 | 0.53 |
| Hex | 41 | 21 | EF | 49 | 56 | 0 | 6 | F9 | 57 | 35 |
| Octal | 101 | 41 | 357 | 111 | 126 | 0 | 6 | 371 | 127 | 65 |
| Binary | 1000001 | 100001 | 11101111 | 1001001 | 1010110 | 0 | 110 | 11111001 | 1010111 | 110101 |
Color Harmonies of #4121EF
Complementary color
Monochromatic Colors of #4121EF
Black with #4121EF
Text Example
Text Example
White with #4121EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4121EF; }
p { color: rgb(65,33,239); }
H1.HeaderClassName
{
color: #4121EF;
}
.AnyTagClassName
{
color: #4121EF;
}
</style>
background-color css
<style>
a { background-color: #4121EF; }
a { background-color: rgb(65,33,239); }
div.DivClassName
{
background-color: #4121EF;
}
.BgClassName
{
background-color: #4121EF;
}
</style>
border-color css
<style>
span { border-color: #4121EF; }
span { border-color: rgb(65,33,239); }
td.TdClassName
{
border-color: #4121EF;
}
.TagClassName
{
border-color: #4121EF;
}
</style>