Shades of Han Purple #4101E8
Tints of Han Purple #4101E8
RGB
CMYK
RGB Variations
Color information
#4101E8 (or 0x4101E8) is known color: Han Purple. HEX triplet: 41, 01 and E8. RGB value is (65,1,232). Sum of RGB (Red+Green+Blue) = 65+1+232=298 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.81% from 298); Green value is 1 (0.78% from 255 or 0.34% from 298); Blue value is 232 (91.02% from 255 or 77.85% from 298); Max value from RGB is 232 - color contains mainly: blue. Hex color #4101E8 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4101E8 is #BEFE17. Grayscale: #2D2D2D. Windows color (decimal): -12516888 or 15204673. OLE color: 15204673.
HSL color Cylindrical-coordinate representation of color #4101E8: hue angle of 256.62º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4101E8 is Cyan = 0.72, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 65 | 1 | 232 | - |
| CMYK | 0.72 | 1.00 | 0 | 0.09 |
| HSL | 256.62º | 0.99% | 0.46% | - |
| HSV(B) | 256.62º | 1% | 0.91% | - |
| XYZ | 16.76 | 6.97 | 76.81 | - |
| YUV | 46.47 | 232.7 | 141.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 1 | 232 | 0.72 | 1.00 | 0 | 0.09 | 256.62 | 0.99 | 0.46 |
| Hex | 41 | 1 | E8 | 48 | 64 | 0 | 9 | 101 | 63 | 2E |
| Octal | 101 | 1 | 350 | 110 | 144 | 0 | 11 | 401 | 143 | 56 |
| Binary | 1000001 | 1 | 11101000 | 1001000 | 1100100 | 0 | 1001 | 100000001 | 1100011 | 101110 |
Color Harmonies of #4101E8
Complementary color
Monochromatic Colors of #4101E8
Black with #4101E8
Text Example
Text Example
White with #4101E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4101E8; }
p { color: rgb(65,1,232); }
H1.HeaderClassName
{
color: #4101E8;
}
.AnyTagClassName
{
color: #4101E8;
}
</style>
background-color css
<style>
a { background-color: #4101E8; }
a { background-color: rgb(65,1,232); }
div.DivClassName
{
background-color: #4101E8;
}
.BgClassName
{
background-color: #4101E8;
}
</style>
border-color css
<style>
span { border-color: #4101E8; }
span { border-color: rgb(65,1,232); }
td.TdClassName
{
border-color: #4101E8;
}
.TagClassName
{
border-color: #4101E8;
}
</style>