Shades of Han Purple #4101FD
Tints of Han Purple #4101FD
RGB
CMYK
RGB Variations
Color information
#4101FD (or 0x4101FD) is known color: Han Purple. HEX triplet: 41, 01 and FD. RGB value is (65,1,253). Sum of RGB (Red+Green+Blue) = 65+1+253=319 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.38% from 319); Green value is 1 (0.78% from 255 or 0.31% from 319); Blue value is 253 (99.22% from 255 or 79.31% from 319); Max value from RGB is 253 - color contains mainly: blue. Hex color #4101FD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4101FD is #BEFE02. Grayscale: #2F2F2F. Windows color (decimal): -12516867 or 16580929. OLE color: 16580929.
HSL color Cylindrical-coordinate representation of color #4101FD: hue angle of 255.24º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4101FD is Cyan = 0.74, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 65 | 1 | 253 | - |
| CMYK | 0.74 | 1.00 | 0 | 0.01 |
| HSL | 255.24º | 0.99% | 0.5% | - |
| HSV(B) | 255.24º | 1% | 0.99% | - |
| XYZ | 19.92 | 8.24 | 93.47 | - |
| YUV | 48.86 | 243.2 | 139.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 1 | 253 | 0.74 | 1.00 | 0 | 0.01 | 255.24 | 0.99 | 0.5 |
| Hex | 41 | 1 | FD | 4A | 64 | 0 | 1 | FF | 63 | 32 |
| Octal | 101 | 1 | 375 | 112 | 144 | 0 | 1 | 377 | 143 | 62 |
| Binary | 1000001 | 1 | 11111101 | 1001010 | 1100100 | 0 | 1 | 11111111 | 1100011 | 110010 |
Color Harmonies of #4101FD
Complementary color
Monochromatic Colors of #4101FD
Black with #4101FD
Text Example
Text Example
White with #4101FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4101FD; }
p { color: rgb(65,1,253); }
H1.HeaderClassName
{
color: #4101FD;
}
.AnyTagClassName
{
color: #4101FD;
}
</style>
background-color css
<style>
a { background-color: #4101FD; }
a { background-color: rgb(65,1,253); }
div.DivClassName
{
background-color: #4101FD;
}
.BgClassName
{
background-color: #4101FD;
}
</style>
border-color css
<style>
span { border-color: #4101FD; }
span { border-color: rgb(65,1,253); }
td.TdClassName
{
border-color: #4101FD;
}
.TagClassName
{
border-color: #4101FD;
}
</style>