Shades of Han Purple #410AF3
Tints of Han Purple #410AF3
RGB
CMYK
RGB Variations
Color information
#410AF3 (or 0x410AF3) is known color: Han Purple. HEX triplet: 41, 0A and F3. RGB value is (65,10,243). Sum of RGB (Red+Green+Blue) = 65+10+243=318 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.44% from 318); Green value is 10 (4.30% from 255 or 3.14% from 318); Blue value is 243 (95.31% from 255 or 76.42% from 318); Max value from RGB is 243 - color contains mainly: blue. Hex color #410AF3 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #410AF3 is #BEF50C. Grayscale: #343434. Windows color (decimal): -12514573 or 15927873. OLE color: 15927873.
HSL color Cylindrical-coordinate representation of color #410AF3: hue angle of 254.16º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #410AF3 is Cyan = 0.73, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 65 | 10 | 243 | - |
| CMYK | 0.73 | 0.96 | 0 | 0.05 |
| HSL | 254.16º | 0.92% | 0.5% | - |
| HSV(B) | 254.16º | 0.96% | 0.95% | - |
| XYZ | 18.47 | 7.81 | 85.33 | - |
| YUV | 53.01 | 235.22 | 136.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 10 | 243 | 0.73 | 0.96 | 0 | 0.05 | 254.16 | 0.92 | 0.5 |
| Hex | 41 | A | F3 | 49 | 60 | 0 | 5 | FE | 5C | 32 |
| Octal | 101 | 12 | 363 | 111 | 140 | 0 | 5 | 376 | 134 | 62 |
| Binary | 1000001 | 1010 | 11110011 | 1001001 | 1100000 | 0 | 101 | 11111110 | 1011100 | 110010 |
Color Harmonies of #410AF3
Complementary color
Monochromatic Colors of #410AF3
Black with #410AF3
Text Example
Text Example
White with #410AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410AF3; }
p { color: rgb(65,10,243); }
H1.HeaderClassName
{
color: #410AF3;
}
.AnyTagClassName
{
color: #410AF3;
}
</style>
background-color css
<style>
a { background-color: #410AF3; }
a { background-color: rgb(65,10,243); }
div.DivClassName
{
background-color: #410AF3;
}
.BgClassName
{
background-color: #410AF3;
}
</style>
border-color css
<style>
span { border-color: #410AF3; }
span { border-color: rgb(65,10,243); }
td.TdClassName
{
border-color: #410AF3;
}
.TagClassName
{
border-color: #410AF3;
}
</style>