Shades of Han Purple #412CED
Tints of Han Purple #412CED
RGB
CMYK
RGB Variations
Color information
#412CED (or 0x412CED) is known color: Han Purple. HEX triplet: 41, 2C and ED. RGB value is (65,44,237). Sum of RGB (Red+Green+Blue) = 65+44+237=346 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.79% from 346); Green value is 44 (17.58% from 255 or 12.72% from 346); Blue value is 237 (92.97% from 255 or 68.50% from 346); Max value from RGB is 237 - color contains mainly: blue. Hex color #412CED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #412CED is #BED312. Grayscale: #474747. Windows color (decimal): -12505875 or 15543361. OLE color: 15543361.
HSL color Cylindrical-coordinate representation of color #412CED: hue angle of 246.53º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #412CED is Cyan = 0.73, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 65 | 44 | 237 | - |
| CMYK | 0.73 | 0.81 | 0 | 0.07 |
| HSL | 246.53º | 0.84% | 0.55% | - |
| HSV(B) | 246.53º | 0.81% | 0.93% | - |
| XYZ | 18.37 | 9.04 | 80.9 | - |
| YUV | 72.28 | 220.96 | 122.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 44 | 237 | 0.73 | 0.81 | 0 | 0.07 | 246.53 | 0.84 | 0.55 |
| Hex | 41 | 2C | ED | 49 | 51 | 0 | 7 | F7 | 54 | 37 |
| Octal | 101 | 54 | 355 | 111 | 121 | 0 | 7 | 367 | 124 | 67 |
| Binary | 1000001 | 101100 | 11101101 | 1001001 | 1010001 | 0 | 111 | 11110111 | 1010100 | 110111 |
Color Harmonies of #412CED
Complementary color
Monochromatic Colors of #412CED
Black with #412CED
Text Example
Text Example
White with #412CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412CED; }
p { color: rgb(65,44,237); }
H1.HeaderClassName
{
color: #412CED;
}
.AnyTagClassName
{
color: #412CED;
}
</style>
background-color css
<style>
a { background-color: #412CED; }
a { background-color: rgb(65,44,237); }
div.DivClassName
{
background-color: #412CED;
}
.BgClassName
{
background-color: #412CED;
}
</style>
border-color css
<style>
span { border-color: #412CED; }
span { border-color: rgb(65,44,237); }
td.TdClassName
{
border-color: #412CED;
}
.TagClassName
{
border-color: #412CED;
}
</style>