Shades of Han Purple #412BEA
Tints of Han Purple #412BEA
RGB
CMYK
RGB Variations
Color information
#412BEA (or 0x412BEA) is known color: Han Purple. HEX triplet: 41, 2B and EA. RGB value is (65,43,234). Sum of RGB (Red+Green+Blue) = 65+43+234=342 (45% of max value = 765). Red value is 65 (25.78% from 255 or 19.01% from 342); Green value is 43 (17.19% from 255 or 12.57% from 342); Blue value is 234 (91.80% from 255 or 68.42% from 342); Max value from RGB is 234 - color contains mainly: blue. Hex color #412BEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #412BEA is #BED415. Grayscale: #464646. Windows color (decimal): -12506134 or 15346497. OLE color: 15346497.
HSL color Cylindrical-coordinate representation of color #412BEA: hue angle of 246.91º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #412BEA is Cyan = 0.72, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 65 | 43 | 234 | - |
| CMYK | 0.72 | 0.82 | 0 | 0.08 |
| HSL | 246.91º | 0.82% | 0.54% | - |
| HSV(B) | 246.91º | 0.82% | 0.92% | - |
| XYZ | 17.9 | 8.79 | 78.6 | - |
| YUV | 71.35 | 219.79 | 123.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 43 | 234 | 0.72 | 0.82 | 0 | 0.08 | 246.91 | 0.82 | 0.54 |
| Hex | 41 | 2B | EA | 48 | 52 | 0 | 8 | F7 | 52 | 36 |
| Octal | 101 | 53 | 352 | 110 | 122 | 0 | 10 | 367 | 122 | 66 |
| Binary | 1000001 | 101011 | 11101010 | 1001000 | 1010010 | 0 | 1000 | 11110111 | 1010010 | 110110 |
Color Harmonies of #412BEA
Complementary color
Monochromatic Colors of #412BEA
Black with #412BEA
Text Example
Text Example
White with #412BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412BEA; }
p { color: rgb(65,43,234); }
H1.HeaderClassName
{
color: #412BEA;
}
.AnyTagClassName
{
color: #412BEA;
}
</style>
background-color css
<style>
a { background-color: #412BEA; }
a { background-color: rgb(65,43,234); }
div.DivClassName
{
background-color: #412BEA;
}
.BgClassName
{
background-color: #412BEA;
}
</style>
border-color css
<style>
span { border-color: #412BEA; }
span { border-color: rgb(65,43,234); }
td.TdClassName
{
border-color: #412BEA;
}
.TagClassName
{
border-color: #412BEA;
}
</style>