Shades of Han Purple #4111FD
Tints of Han Purple #4111FD
RGB
CMYK
RGB Variations
Color information
#4111FD (or 0x4111FD) is known color: Han Purple. HEX triplet: 41, 11 and FD. RGB value is (65,17,253). Sum of RGB (Red+Green+Blue) = 65+17+253=335 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.40% from 335); Green value is 17 (7.03% from 255 or 5.07% from 335); Blue value is 253 (99.22% from 255 or 75.52% from 335); Max value from RGB is 253 - color contains mainly: blue. Hex color #4111FD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4111FD is #BEEE02. Grayscale: #393939. Windows color (decimal): -12512771 or 16585025. OLE color: 16585025.
HSL color Cylindrical-coordinate representation of color #4111FD: hue angle of 252.2º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4111FD is Cyan = 0.74, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 65 | 17 | 253 | - |
| CMYK | 0.74 | 0.93 | 0 | 0.01 |
| HSL | 252.2º | 0.98% | 0.53% | - |
| HSV(B) | 252.2º | 0.93% | 0.99% | - |
| XYZ | 20.11 | 8.62 | 93.53 | - |
| YUV | 58.26 | 237.9 | 132.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 17 | 253 | 0.74 | 0.93 | 0 | 0.01 | 252.2 | 0.98 | 0.53 |
| Hex | 41 | 11 | FD | 4A | 5D | 0 | 1 | FC | 62 | 35 |
| Octal | 101 | 21 | 375 | 112 | 135 | 0 | 1 | 374 | 142 | 65 |
| Binary | 1000001 | 10001 | 11111101 | 1001010 | 1011101 | 0 | 1 | 11111100 | 1100010 | 110101 |
Color Harmonies of #4111FD
Complementary color
Monochromatic Colors of #4111FD
Black with #4111FD
Text Example
Text Example
White with #4111FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4111FD; }
p { color: rgb(65,17,253); }
H1.HeaderClassName
{
color: #4111FD;
}
.AnyTagClassName
{
color: #4111FD;
}
</style>
background-color css
<style>
a { background-color: #4111FD; }
a { background-color: rgb(65,17,253); }
div.DivClassName
{
background-color: #4111FD;
}
.BgClassName
{
background-color: #4111FD;
}
</style>
border-color css
<style>
span { border-color: #4111FD; }
span { border-color: rgb(65,17,253); }
td.TdClassName
{
border-color: #4111FD;
}
.TagClassName
{
border-color: #4111FD;
}
</style>