Shades of Han Purple #412EF0
Tints of Han Purple #412EF0
RGB
CMYK
RGB Variations
Color information
#412EF0 (or 0x412EF0) is known color: Han Purple. HEX triplet: 41, 2E and F0. RGB value is (65,46,240). Sum of RGB (Red+Green+Blue) = 65+46+240=351 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.52% from 351); Green value is 46 (18.36% from 255 or 13.11% from 351); Blue value is 240 (94.14% from 255 or 68.38% from 351); Max value from RGB is 240 - color contains mainly: blue. Hex color #412EF0 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #412EF0 is #BED10F. Grayscale: #494949. Windows color (decimal): -12505360 or 15740481. OLE color: 15740481.
HSL color Cylindrical-coordinate representation of color #412EF0: hue angle of 245.88º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #412EF0 is Cyan = 0.73, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 65 | 46 | 240 | - |
| CMYK | 0.73 | 0.81 | 0 | 0.06 |
| HSL | 245.88º | 0.87% | 0.56% | - |
| HSV(B) | 245.88º | 0.81% | 0.94% | - |
| XYZ | 18.89 | 9.37 | 83.25 | - |
| YUV | 73.8 | 221.79 | 121.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 46 | 240 | 0.73 | 0.81 | 0 | 0.06 | 245.88 | 0.87 | 0.56 |
| Hex | 41 | 2E | F0 | 49 | 51 | 0 | 6 | F6 | 57 | 38 |
| Octal | 101 | 56 | 360 | 111 | 121 | 0 | 6 | 366 | 127 | 70 |
| Binary | 1000001 | 101110 | 11110000 | 1001001 | 1010001 | 0 | 110 | 11110110 | 1010111 | 111000 |
Color Harmonies of #412EF0
Complementary color
Monochromatic Colors of #412EF0
Black with #412EF0
Text Example
Text Example
White with #412EF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412EF0; }
p { color: rgb(65,46,240); }
H1.HeaderClassName
{
color: #412EF0;
}
.AnyTagClassName
{
color: #412EF0;
}
</style>
background-color css
<style>
a { background-color: #412EF0; }
a { background-color: rgb(65,46,240); }
div.DivClassName
{
background-color: #412EF0;
}
.BgClassName
{
background-color: #412EF0;
}
</style>
border-color css
<style>
span { border-color: #412EF0; }
span { border-color: rgb(65,46,240); }
td.TdClassName
{
border-color: #412EF0;
}
.TagClassName
{
border-color: #412EF0;
}
</style>