Shades of Han Purple #412FEB
Tints of Han Purple #412FEB
RGB
CMYK
RGB Variations
Color information
#412FEB (or 0x412FEB) is known color: Han Purple. HEX triplet: 41, 2F and EB. RGB value is (65,47,235). Sum of RGB (Red+Green+Blue) = 65+47+235=347 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.73% from 347); Green value is 47 (18.75% from 255 or 13.54% from 347); Blue value is 235 (92.19% from 255 or 67.72% from 347); Max value from RGB is 235 - color contains mainly: blue. Hex color #412FEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #412FEB is #BED014. Grayscale: #494949. Windows color (decimal): -12505109 or 15413057. OLE color: 15413057.
HSL color Cylindrical-coordinate representation of color #412FEB: hue angle of 245.74º 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 #412FEB is Cyan = 0.72, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 65 | 47 | 235 | - |
| CMYK | 0.72 | 0.8 | 0 | 0.08 |
| HSL | 245.74º | 0.82% | 0.55% | - |
| HSV(B) | 245.74º | 0.8% | 0.92% | - |
| XYZ | 18.19 | 9.16 | 79.41 | - |
| YUV | 73.81 | 218.96 | 121.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 47 | 235 | 0.72 | 0.8 | 0 | 0.08 | 245.74 | 0.82 | 0.55 |
| Hex | 41 | 2F | EB | 48 | 50 | 0 | 8 | F6 | 52 | 37 |
| Octal | 101 | 57 | 353 | 110 | 120 | 0 | 10 | 366 | 122 | 67 |
| Binary | 1000001 | 101111 | 11101011 | 1001000 | 1010000 | 0 | 1000 | 11110110 | 1010010 | 110111 |
Color Harmonies of #412FEB
Complementary color
Monochromatic Colors of #412FEB
Black with #412FEB
Text Example
Text Example
White with #412FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412FEB; }
p { color: rgb(65,47,235); }
H1.HeaderClassName
{
color: #412FEB;
}
.AnyTagClassName
{
color: #412FEB;
}
</style>
background-color css
<style>
a { background-color: #412FEB; }
a { background-color: rgb(65,47,235); }
div.DivClassName
{
background-color: #412FEB;
}
.BgClassName
{
background-color: #412FEB;
}
</style>
border-color css
<style>
span { border-color: #412FEB; }
span { border-color: rgb(65,47,235); }
td.TdClassName
{
border-color: #412FEB;
}
.TagClassName
{
border-color: #412FEB;
}
</style>