Shades of Han Purple #4103F0
Tints of Han Purple #4103F0
RGB
CMYK
RGB Variations
Color information
#4103F0 (or 0x4103F0) is known color: Han Purple. HEX triplet: 41, 03 and F0. RGB value is (65,3,240). Sum of RGB (Red+Green+Blue) = 65+3+240=308 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.10% from 308); Green value is 3 (1.56% from 255 or 0.97% from 308); Blue value is 240 (94.14% from 255 or 77.92% from 308); Max value from RGB is 240 - color contains mainly: blue. Hex color #4103F0 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4103F0 is #BEFC0F. Grayscale: #2F2F2F. Windows color (decimal): -12516368 or 15729473. OLE color: 15729473.
HSL color Cylindrical-coordinate representation of color #4103F0: hue angle of 255.7º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4103F0 is Cyan = 0.73, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 65 | 3 | 240 | - |
| CMYK | 0.73 | 0.99 | 0 | 0.06 |
| HSL | 255.7º | 0.98% | 0.48% | - |
| HSV(B) | 255.7º | 0.99% | 0.94% | - |
| XYZ | 17.94 | 7.48 | 82.94 | - |
| YUV | 48.56 | 236.04 | 139.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 3 | 240 | 0.73 | 0.99 | 0 | 0.06 | 255.7 | 0.98 | 0.48 |
| Hex | 41 | 3 | F0 | 49 | 63 | 0 | 6 | 100 | 62 | 30 |
| Octal | 101 | 3 | 360 | 111 | 143 | 0 | 6 | 400 | 142 | 60 |
| Binary | 1000001 | 11 | 11110000 | 1001001 | 1100011 | 0 | 110 | 100000000 | 1100010 | 110000 |
Color Harmonies of #4103F0
Complementary color
Monochromatic Colors of #4103F0
Black with #4103F0
Text Example
Text Example
White with #4103F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4103F0; }
p { color: rgb(65,3,240); }
H1.HeaderClassName
{
color: #4103F0;
}
.AnyTagClassName
{
color: #4103F0;
}
</style>
background-color css
<style>
a { background-color: #4103F0; }
a { background-color: rgb(65,3,240); }
div.DivClassName
{
background-color: #4103F0;
}
.BgClassName
{
background-color: #4103F0;
}
</style>
border-color css
<style>
span { border-color: #4103F0; }
span { border-color: rgb(65,3,240); }
td.TdClassName
{
border-color: #4103F0;
}
.TagClassName
{
border-color: #4103F0;
}
</style>