Shades of Han Purple #412BF1
Tints of Han Purple #412BF1
RGB
CMYK
RGB Variations
Color information
#412BF1 (or 0x412BF1) is known color: Han Purple. HEX triplet: 41, 2B and F1. RGB value is (65,43,241). Sum of RGB (Red+Green+Blue) = 65+43+241=349 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.62% from 349); Green value is 43 (17.19% from 255 or 12.32% from 349); Blue value is 241 (94.53% from 255 or 69.05% from 349); Max value from RGB is 241 - color contains mainly: blue. Hex color #412BF1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #412BF1 is #BED40E. Grayscale: #474747. Windows color (decimal): -12506127 or 15805249. OLE color: 15805249.
HSL color Cylindrical-coordinate representation of color #412BF1: hue angle of 246.67º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #412BF1 is Cyan = 0.73, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 65 | 43 | 241 | - |
| CMYK | 0.73 | 0.82 | 0 | 0.05 |
| HSL | 246.67º | 0.88% | 0.56% | - |
| HSV(B) | 246.67º | 0.82% | 0.95% | - |
| XYZ | 18.92 | 9.2 | 84 | - |
| YUV | 72.15 | 223.29 | 122.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 43 | 241 | 0.73 | 0.82 | 0 | 0.05 | 246.67 | 0.88 | 0.56 |
| Hex | 41 | 2B | F1 | 49 | 52 | 0 | 5 | F7 | 58 | 38 |
| Octal | 101 | 53 | 361 | 111 | 122 | 0 | 5 | 367 | 130 | 70 |
| Binary | 1000001 | 101011 | 11110001 | 1001001 | 1010010 | 0 | 101 | 11110111 | 1011000 | 111000 |
Color Harmonies of #412BF1
Complementary color
Monochromatic Colors of #412BF1
Black with #412BF1
Text Example
Text Example
White with #412BF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412BF1; }
p { color: rgb(65,43,241); }
H1.HeaderClassName
{
color: #412BF1;
}
.AnyTagClassName
{
color: #412BF1;
}
</style>
background-color css
<style>
a { background-color: #412BF1; }
a { background-color: rgb(65,43,241); }
div.DivClassName
{
background-color: #412BF1;
}
.BgClassName
{
background-color: #412BF1;
}
</style>
border-color css
<style>
span { border-color: #412BF1; }
span { border-color: rgb(65,43,241); }
td.TdClassName
{
border-color: #412BF1;
}
.TagClassName
{
border-color: #412BF1;
}
</style>