Shades of Han Purple #411AFC
Tints of Han Purple #411AFC
RGB
CMYK
RGB Variations
Color information
#411AFC (or 0x411AFC) is known color: Han Purple. HEX triplet: 41, 1A and FC. RGB value is (65,26,252). Sum of RGB (Red+Green+Blue) = 65+26+252=343 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.95% from 343); Green value is 26 (10.55% from 255 or 7.58% from 343); Blue value is 252 (98.83% from 255 or 73.47% from 343); Max value from RGB is 252 - color contains mainly: blue. Hex color #411AFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #411AFC is #BEE503. Grayscale: #3E3E3E. Windows color (decimal): -12510468 or 16521793. OLE color: 16521793.
HSL color Cylindrical-coordinate representation of color #411AFC: hue angle of 250.35º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #411AFC is Cyan = 0.74, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 65 | 26 | 252 | - |
| CMYK | 0.74 | 0.90 | 0 | 0.01 |
| HSL | 250.35º | 0.97% | 0.55% | - |
| HSV(B) | 250.35º | 0.9% | 0.99% | - |
| XYZ | 20.12 | 8.89 | 92.75 | - |
| YUV | 63.43 | 234.42 | 129.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 26 | 252 | 0.74 | 0.90 | 0 | 0.01 | 250.35 | 0.97 | 0.55 |
| Hex | 41 | 1A | FC | 4A | 5A | 0 | 1 | FA | 61 | 37 |
| Octal | 101 | 32 | 374 | 112 | 132 | 0 | 1 | 372 | 141 | 67 |
| Binary | 1000001 | 11010 | 11111100 | 1001010 | 1011010 | 0 | 1 | 11111010 | 1100001 | 110111 |
Color Harmonies of #411AFC
Complementary color
Monochromatic Colors of #411AFC
Black with #411AFC
Text Example
Text Example
White with #411AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411AFC; }
p { color: rgb(65,26,252); }
H1.HeaderClassName
{
color: #411AFC;
}
.AnyTagClassName
{
color: #411AFC;
}
</style>
background-color css
<style>
a { background-color: #411AFC; }
a { background-color: rgb(65,26,252); }
div.DivClassName
{
background-color: #411AFC;
}
.BgClassName
{
background-color: #411AFC;
}
</style>
border-color css
<style>
span { border-color: #411AFC; }
span { border-color: rgb(65,26,252); }
td.TdClassName
{
border-color: #411AFC;
}
.TagClassName
{
border-color: #411AFC;
}
</style>