Shades of Han Purple #410AF8
Tints of Han Purple #410AF8
RGB
CMYK
RGB Variations
Color information
#410AF8 (or 0x410AF8) is known color: Han Purple. HEX triplet: 41, 0A and F8. RGB value is (65,10,248). Sum of RGB (Red+Green+Blue) = 65+10+248=323 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.12% from 323); Green value is 10 (4.30% from 255 or 3.10% from 323); Blue value is 248 (97.27% from 255 or 76.78% from 323); Max value from RGB is 248 - color contains mainly: blue. Hex color #410AF8 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #410AF8 is #BEF507. Grayscale: #343434. Windows color (decimal): -12514568 or 16255553. OLE color: 16255553.
HSL color Cylindrical-coordinate representation of color #410AF8: hue angle of 253.87º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #410AF8 is Cyan = 0.74, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 65 | 10 | 248 | - |
| CMYK | 0.74 | 0.96 | 0 | 0.03 |
| HSL | 253.87º | 0.94% | 0.51% | - |
| HSV(B) | 253.87º | 0.96% | 0.97% | - |
| XYZ | 19.23 | 8.12 | 89.36 | - |
| YUV | 53.58 | 237.72 | 136.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 10 | 248 | 0.74 | 0.96 | 0 | 0.03 | 253.87 | 0.94 | 0.51 |
| Hex | 41 | A | F8 | 4A | 60 | 0 | 3 | FE | 5E | 33 |
| Octal | 101 | 12 | 370 | 112 | 140 | 0 | 3 | 376 | 136 | 63 |
| Binary | 1000001 | 1010 | 11111000 | 1001010 | 1100000 | 0 | 11 | 11111110 | 1011110 | 110011 |
Color Harmonies of #410AF8
Complementary color
Monochromatic Colors of #410AF8
Black with #410AF8
Text Example
Text Example
White with #410AF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410AF8; }
p { color: rgb(65,10,248); }
H1.HeaderClassName
{
color: #410AF8;
}
.AnyTagClassName
{
color: #410AF8;
}
</style>
background-color css
<style>
a { background-color: #410AF8; }
a { background-color: rgb(65,10,248); }
div.DivClassName
{
background-color: #410AF8;
}
.BgClassName
{
background-color: #410AF8;
}
</style>
border-color css
<style>
span { border-color: #410AF8; }
span { border-color: rgb(65,10,248); }
td.TdClassName
{
border-color: #410AF8;
}
.TagClassName
{
border-color: #410AF8;
}
</style>