Shades of Han Purple #412FFE
Tints of Han Purple #412FFE
RGB
CMYK
RGB Variations
Color information
#412FFE (or 0x412FFE) is known color: Han Purple. HEX triplet: 41, 2F and FE. RGB value is (65,47,254). Sum of RGB (Red+Green+Blue) = 65+47+254=366 (48% of max value = 765). Red value is 65 (25.78% from 255 or 17.76% from 366); Green value is 47 (18.75% from 255 or 12.84% from 366); Blue value is 254 (99.61% from 255 or 69.40% from 366); Max value from RGB is 254 - color contains mainly: blue. Hex color #412FFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #412FFE is #BED001. Grayscale: #4B4B4B. Windows color (decimal): -12505090 or 16658241. OLE color: 16658241.
HSL color Cylindrical-coordinate representation of color #412FFE: hue angle of 245.22º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #412FFE is Cyan = 0.74, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 65 | 47 | 254 | - |
| CMYK | 0.74 | 0.81 | 0 | 0.00 |
| HSL | 245.22º | 0.99% | 0.59% | - |
| HSV(B) | 245.22º | 0.81% | 1% | - |
| XYZ | 21.09 | 10.31 | 94.65 | - |
| YUV | 75.98 | 228.46 | 120.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 47 | 254 | 0.74 | 0.81 | 0 | 0.00 | 245.22 | 0.99 | 0.59 |
| Hex | 41 | 2F | FE | 4A | 51 | 0 | 0 | F5 | 63 | 3B |
| Octal | 101 | 57 | 376 | 112 | 121 | 0 | 0 | 365 | 143 | 73 |
| Binary | 1000001 | 101111 | 11111110 | 1001010 | 1010001 | 0 | 0 | 11110101 | 1100011 | 111011 |
Color Harmonies of #412FFE
Complementary color
Monochromatic Colors of #412FFE
Black with #412FFE
Text Example
Text Example
White with #412FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412FFE; }
p { color: rgb(65,47,254); }
H1.HeaderClassName
{
color: #412FFE;
}
.AnyTagClassName
{
color: #412FFE;
}
</style>
background-color css
<style>
a { background-color: #412FFE; }
a { background-color: rgb(65,47,254); }
div.DivClassName
{
background-color: #412FFE;
}
.BgClassName
{
background-color: #412FFE;
}
</style>
border-color css
<style>
span { border-color: #412FFE; }
span { border-color: rgb(65,47,254); }
td.TdClassName
{
border-color: #412FFE;
}
.TagClassName
{
border-color: #412FFE;
}
</style>