Shades of Han Purple #411CFC
Tints of Han Purple #411CFC
RGB
CMYK
RGB Variations
Color information
#411CFC (or 0x411CFC) is known color: Han Purple. HEX triplet: 41, 1C and FC. RGB value is (65,28,252). Sum of RGB (Red+Green+Blue) = 65+28+252=345 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.84% from 345); Green value is 28 (11.33% from 255 or 8.12% from 345); Blue value is 252 (98.83% from 255 or 73.04% from 345); Max value from RGB is 252 - color contains mainly: blue. Hex color #411CFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #411CFC is #BEE303. Grayscale: #3F3F3F. Windows color (decimal): -12509956 or 16522305. OLE color: 16522305.
HSL color Cylindrical-coordinate representation of color #411CFC: hue angle of 249.91º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #411CFC is Cyan = 0.74, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 65 | 28 | 252 | - |
| CMYK | 0.74 | 0.89 | 0 | 0.01 |
| HSL | 249.91º | 0.97% | 0.55% | - |
| HSV(B) | 249.91º | 0.89% | 0.99% | - |
| XYZ | 20.17 | 8.98 | 92.77 | - |
| YUV | 64.6 | 233.76 | 128.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 28 | 252 | 0.74 | 0.89 | 0 | 0.01 | 249.91 | 0.97 | 0.55 |
| Hex | 41 | 1C | FC | 4A | 59 | 0 | 1 | FA | 61 | 37 |
| Octal | 101 | 34 | 374 | 112 | 131 | 0 | 1 | 372 | 141 | 67 |
| Binary | 1000001 | 11100 | 11111100 | 1001010 | 1011001 | 0 | 1 | 11111010 | 1100001 | 110111 |
Color Harmonies of #411CFC
Complementary color
Monochromatic Colors of #411CFC
Black with #411CFC
Text Example
Text Example
White with #411CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411CFC; }
p { color: rgb(65,28,252); }
H1.HeaderClassName
{
color: #411CFC;
}
.AnyTagClassName
{
color: #411CFC;
}
</style>
background-color css
<style>
a { background-color: #411CFC; }
a { background-color: rgb(65,28,252); }
div.DivClassName
{
background-color: #411CFC;
}
.BgClassName
{
background-color: #411CFC;
}
</style>
border-color css
<style>
span { border-color: #411CFC; }
span { border-color: rgb(65,28,252); }
td.TdClassName
{
border-color: #411CFC;
}
.TagClassName
{
border-color: #411CFC;
}
</style>