Shades of Han Purple #4103FD
Tints of Han Purple #4103FD
RGB
CMYK
RGB Variations
Color information
#4103FD (or 0x4103FD) is known color: Han Purple. HEX triplet: 41, 03 and FD. RGB value is (65,3,253). Sum of RGB (Red+Green+Blue) = 65+3+253=321 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.25% from 321); Green value is 3 (1.56% from 255 or 0.93% from 321); Blue value is 253 (99.22% from 255 or 78.82% from 321); Max value from RGB is 253 - color contains mainly: blue. Hex color #4103FD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4103FD is #BEFC02. Grayscale: #313131. Windows color (decimal): -12516355 or 16581441. OLE color: 16581441.
HSL color Cylindrical-coordinate representation of color #4103FD: hue angle of 254.88º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4103FD is Cyan = 0.74, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 65 | 3 | 253 | - |
| CMYK | 0.74 | 0.99 | 0 | 0.01 |
| HSL | 254.88º | 0.98% | 0.5% | - |
| HSV(B) | 254.88º | 0.99% | 0.99% | - |
| XYZ | 19.94 | 8.28 | 93.48 | - |
| YUV | 50.04 | 242.54 | 138.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 3 | 253 | 0.74 | 0.99 | 0 | 0.01 | 254.88 | 0.98 | 0.5 |
| Hex | 41 | 3 | FD | 4A | 63 | 0 | 1 | FF | 62 | 32 |
| Octal | 101 | 3 | 375 | 112 | 143 | 0 | 1 | 377 | 142 | 62 |
| Binary | 1000001 | 11 | 11111101 | 1001010 | 1100011 | 0 | 1 | 11111111 | 1100010 | 110010 |
Color Harmonies of #4103FD
Complementary color
Monochromatic Colors of #4103FD
Black with #4103FD
Text Example
Text Example
White with #4103FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4103FD; }
p { color: rgb(65,3,253); }
H1.HeaderClassName
{
color: #4103FD;
}
.AnyTagClassName
{
color: #4103FD;
}
</style>
background-color css
<style>
a { background-color: #4103FD; }
a { background-color: rgb(65,3,253); }
div.DivClassName
{
background-color: #4103FD;
}
.BgClassName
{
background-color: #4103FD;
}
</style>
border-color css
<style>
span { border-color: #4103FD; }
span { border-color: rgb(65,3,253); }
td.TdClassName
{
border-color: #4103FD;
}
.TagClassName
{
border-color: #4103FD;
}
</style>