Shades of Han Purple #412FF8
Tints of Han Purple #412FF8
RGB
CMYK
RGB Variations
Color information
#412FF8 (or 0x412FF8) is known color: Han Purple. HEX triplet: 41, 2F and F8. RGB value is (65,47,248). Sum of RGB (Red+Green+Blue) = 65+47+248=360 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.06% from 360); Green value is 47 (18.75% from 255 or 13.06% from 360); Blue value is 248 (97.27% from 255 or 68.89% from 360); Max value from RGB is 248 - color contains mainly: blue. Hex color #412FF8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #412FF8 is #BED007. Grayscale: #4A4A4A. Windows color (decimal): -12505096 or 16265025. OLE color: 16265025.
HSL color Cylindrical-coordinate representation of color #412FF8: hue angle of 245.37º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #412FF8 is Cyan = 0.74, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 65 | 47 | 248 | - |
| CMYK | 0.74 | 0.81 | 0 | 0.03 |
| HSL | 245.37º | 0.93% | 0.58% | - |
| HSV(B) | 245.37º | 0.81% | 0.97% | - |
| XYZ | 20.14 | 9.93 | 89.66 | - |
| YUV | 75.3 | 225.46 | 120.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 47 | 248 | 0.74 | 0.81 | 0 | 0.03 | 245.37 | 0.93 | 0.58 |
| Hex | 41 | 2F | F8 | 4A | 51 | 0 | 3 | F5 | 5D | 3A |
| Octal | 101 | 57 | 370 | 112 | 121 | 0 | 3 | 365 | 135 | 72 |
| Binary | 1000001 | 101111 | 11111000 | 1001010 | 1010001 | 0 | 11 | 11110101 | 1011101 | 111010 |
Color Harmonies of #412FF8
Complementary color
Monochromatic Colors of #412FF8
Black with #412FF8
Text Example
Text Example
White with #412FF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412FF8; }
p { color: rgb(65,47,248); }
H1.HeaderClassName
{
color: #412FF8;
}
.AnyTagClassName
{
color: #412FF8;
}
</style>
background-color css
<style>
a { background-color: #412FF8; }
a { background-color: rgb(65,47,248); }
div.DivClassName
{
background-color: #412FF8;
}
.BgClassName
{
background-color: #412FF8;
}
</style>
border-color css
<style>
span { border-color: #412FF8; }
span { border-color: rgb(65,47,248); }
td.TdClassName
{
border-color: #412FF8;
}
.TagClassName
{
border-color: #412FF8;
}
</style>