Shades of Han Purple #4103EF
Tints of Han Purple #4103EF
RGB
CMYK
RGB Variations
Color information
#4103EF (or 0x4103EF) is known color: Han Purple. HEX triplet: 41, 03 and EF. RGB value is (65,3,239). Sum of RGB (Red+Green+Blue) = 65+3+239=307 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.17% from 307); Green value is 3 (1.56% from 255 or 0.98% from 307); Blue value is 239 (93.75% from 255 or 77.85% from 307); Max value from RGB is 239 - color contains mainly: blue. Hex color #4103EF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4103EF is #BEFC10. Grayscale: #2F2F2F. Windows color (decimal): -12516369 or 15663937. OLE color: 15663937.
HSL color Cylindrical-coordinate representation of color #4103EF: hue angle of 255.76º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4103EF is Cyan = 0.73, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 65 | 3 | 239 | - |
| CMYK | 0.73 | 0.99 | 0 | 0.06 |
| HSL | 255.76º | 0.98% | 0.47% | - |
| HSV(B) | 255.76º | 0.99% | 0.94% | - |
| XYZ | 17.79 | 7.42 | 82.16 | - |
| YUV | 48.44 | 235.54 | 139.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 3 | 239 | 0.73 | 0.99 | 0 | 0.06 | 255.76 | 0.98 | 0.47 |
| Hex | 41 | 3 | EF | 49 | 63 | 0 | 6 | 100 | 62 | 2F |
| Octal | 101 | 3 | 357 | 111 | 143 | 0 | 6 | 400 | 142 | 57 |
| Binary | 1000001 | 11 | 11101111 | 1001001 | 1100011 | 0 | 110 | 100000000 | 1100010 | 101111 |
Color Harmonies of #4103EF
Complementary color
Monochromatic Colors of #4103EF
Black with #4103EF
Text Example
Text Example
White with #4103EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4103EF; }
p { color: rgb(65,3,239); }
H1.HeaderClassName
{
color: #4103EF;
}
.AnyTagClassName
{
color: #4103EF;
}
</style>
background-color css
<style>
a { background-color: #4103EF; }
a { background-color: rgb(65,3,239); }
div.DivClassName
{
background-color: #4103EF;
}
.BgClassName
{
background-color: #4103EF;
}
</style>
border-color css
<style>
span { border-color: #4103EF; }
span { border-color: rgb(65,3,239); }
td.TdClassName
{
border-color: #4103EF;
}
.TagClassName
{
border-color: #4103EF;
}
</style>