Shades of Han Purple #412EEA
Tints of Han Purple #412EEA
RGB
CMYK
RGB Variations
Color information
#412EEA (or 0x412EEA) is known color: Han Purple. HEX triplet: 41, 2E and EA. RGB value is (65,46,234). Sum of RGB (Red+Green+Blue) = 65+46+234=345 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.84% from 345); Green value is 46 (18.36% from 255 or 13.33% from 345); Blue value is 234 (91.80% from 255 or 67.83% from 345); Max value from RGB is 234 - color contains mainly: blue. Hex color #412EEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #412EEA is #BED115. Grayscale: #484848. Windows color (decimal): -12505366 or 15347265. OLE color: 15347265.
HSL color Cylindrical-coordinate representation of color #412EEA: hue angle of 246.06º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #412EEA is Cyan = 0.72, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 65 | 46 | 234 | - |
| CMYK | 0.72 | 0.80 | 0 | 0.08 |
| HSL | 246.06º | 0.82% | 0.55% | - |
| HSV(B) | 246.06º | 0.8% | 0.92% | - |
| XYZ | 18.01 | 9.02 | 78.63 | - |
| YUV | 73.11 | 218.79 | 122.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 46 | 234 | 0.72 | 0.80 | 0 | 0.08 | 246.06 | 0.82 | 0.55 |
| Hex | 41 | 2E | EA | 48 | 50 | 0 | 8 | F6 | 52 | 37 |
| Octal | 101 | 56 | 352 | 110 | 120 | 0 | 10 | 366 | 122 | 67 |
| Binary | 1000001 | 101110 | 11101010 | 1001000 | 1010000 | 0 | 1000 | 11110110 | 1010010 | 110111 |
Color Harmonies of #412EEA
Complementary color
Monochromatic Colors of #412EEA
Black with #412EEA
Text Example
Text Example
White with #412EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412EEA; }
p { color: rgb(65,46,234); }
H1.HeaderClassName
{
color: #412EEA;
}
.AnyTagClassName
{
color: #412EEA;
}
</style>
background-color css
<style>
a { background-color: #412EEA; }
a { background-color: rgb(65,46,234); }
div.DivClassName
{
background-color: #412EEA;
}
.BgClassName
{
background-color: #412EEA;
}
</style>
border-color css
<style>
span { border-color: #412EEA; }
span { border-color: rgb(65,46,234); }
td.TdClassName
{
border-color: #412EEA;
}
.TagClassName
{
border-color: #412EEA;
}
</style>