Shades of Han Purple #4103FA
Tints of Han Purple #4103FA
RGB
CMYK
RGB Variations
Color information
#4103FA (or 0x4103FA) is known color: Han Purple. HEX triplet: 41, 03 and FA. RGB value is (65,3,250). Sum of RGB (Red+Green+Blue) = 65+3+250=318 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.44% from 318); Green value is 3 (1.56% from 255 or 0.94% from 318); Blue value is 250 (98.05% from 255 or 78.62% from 318); Max value from RGB is 250 - color contains mainly: blue. Hex color #4103FA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4103FA is #BEFC05. Grayscale: #303030. Windows color (decimal): -12516358 or 16384833. OLE color: 16384833.
HSL color Cylindrical-coordinate representation of color #4103FA: hue angle of 255.06º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4103FA is Cyan = 0.74, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 65 | 3 | 250 | - |
| CMYK | 0.74 | 0.99 | 0 | 0.02 |
| HSL | 255.06º | 0.98% | 0.5% | - |
| HSV(B) | 255.06º | 0.99% | 0.98% | - |
| XYZ | 19.47 | 8.09 | 90.98 | - |
| YUV | 49.7 | 241.04 | 138.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 3 | 250 | 0.74 | 0.99 | 0 | 0.02 | 255.06 | 0.98 | 0.5 |
| Hex | 41 | 3 | FA | 4A | 63 | 0 | 2 | FF | 62 | 32 |
| Octal | 101 | 3 | 372 | 112 | 143 | 0 | 2 | 377 | 142 | 62 |
| Binary | 1000001 | 11 | 11111010 | 1001010 | 1100011 | 0 | 10 | 11111111 | 1100010 | 110010 |
Color Harmonies of #4103FA
Complementary color
Monochromatic Colors of #4103FA
Black with #4103FA
Text Example
Text Example
White with #4103FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4103FA; }
p { color: rgb(65,3,250); }
H1.HeaderClassName
{
color: #4103FA;
}
.AnyTagClassName
{
color: #4103FA;
}
</style>
background-color css
<style>
a { background-color: #4103FA; }
a { background-color: rgb(65,3,250); }
div.DivClassName
{
background-color: #4103FA;
}
.BgClassName
{
background-color: #4103FA;
}
</style>
border-color css
<style>
span { border-color: #4103FA; }
span { border-color: rgb(65,3,250); }
td.TdClassName
{
border-color: #4103FA;
}
.TagClassName
{
border-color: #4103FA;
}
</style>