Shades of Han Purple #411EFC
Tints of Han Purple #411EFC
RGB
CMYK
RGB Variations
Color information
#411EFC (or 0x411EFC) is known color: Han Purple. HEX triplet: 41, 1E and FC. RGB value is (65,30,252). Sum of RGB (Red+Green+Blue) = 65+30+252=347 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.73% from 347); Green value is 30 (12.11% from 255 or 8.65% from 347); Blue value is 252 (98.83% from 255 or 72.62% from 347); Max value from RGB is 252 - color contains mainly: blue. Hex color #411EFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #411EFC is #BEE103. Grayscale: #404040. Windows color (decimal): -12509444 or 16522817. OLE color: 16522817.
HSL color Cylindrical-coordinate representation of color #411EFC: hue angle of 249.46º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #411EFC is Cyan = 0.74, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 65 | 30 | 252 | - |
| CMYK | 0.74 | 0.88 | 0 | 0.01 |
| HSL | 249.46º | 0.97% | 0.55% | - |
| HSV(B) | 249.46º | 0.88% | 0.99% | - |
| XYZ | 20.21 | 9.08 | 92.78 | - |
| YUV | 65.77 | 233.1 | 127.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 30 | 252 | 0.74 | 0.88 | 0 | 0.01 | 249.46 | 0.97 | 0.55 |
| Hex | 41 | 1E | FC | 4A | 58 | 0 | 1 | F9 | 61 | 37 |
| Octal | 101 | 36 | 374 | 112 | 130 | 0 | 1 | 371 | 141 | 67 |
| Binary | 1000001 | 11110 | 11111100 | 1001010 | 1011000 | 0 | 1 | 11111001 | 1100001 | 110111 |
Color Harmonies of #411EFC
Complementary color
Monochromatic Colors of #411EFC
Black with #411EFC
Text Example
Text Example
White with #411EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411EFC; }
p { color: rgb(65,30,252); }
H1.HeaderClassName
{
color: #411EFC;
}
.AnyTagClassName
{
color: #411EFC;
}
</style>
background-color css
<style>
a { background-color: #411EFC; }
a { background-color: rgb(65,30,252); }
div.DivClassName
{
background-color: #411EFC;
}
.BgClassName
{
background-color: #411EFC;
}
</style>
border-color css
<style>
span { border-color: #411EFC; }
span { border-color: rgb(65,30,252); }
td.TdClassName
{
border-color: #411EFC;
}
.TagClassName
{
border-color: #411EFC;
}
</style>