Shades of Han Purple #412FEF
Tints of Han Purple #412FEF
RGB
CMYK
RGB Variations
Color information
#412FEF (or 0x412FEF) is known color: Han Purple. HEX triplet: 41, 2F and EF. RGB value is (65,47,239). Sum of RGB (Red+Green+Blue) = 65+47+239=351 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.52% from 351); Green value is 47 (18.75% from 255 or 13.39% from 351); Blue value is 239 (93.75% from 255 or 68.09% from 351); Max value from RGB is 239 - color contains mainly: blue. Hex color #412FEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #412FEF is #BED010. Grayscale: #494949. Windows color (decimal): -12505105 or 15675201. OLE color: 15675201.
HSL color Cylindrical-coordinate representation of color #412FEF: hue angle of 245.62º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #412FEF is Cyan = 0.73, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 65 | 47 | 239 | - |
| CMYK | 0.73 | 0.80 | 0 | 0.06 |
| HSL | 245.63º | 0.86% | 0.56% | - |
| HSV(B) | 245.63º | 0.8% | 0.94% | - |
| XYZ | 18.78 | 9.39 | 82.48 | - |
| YUV | 74.27 | 220.96 | 121.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 47 | 239 | 0.73 | 0.80 | 0 | 0.06 | 245.63 | 0.86 | 0.56 |
| Hex | 41 | 2F | EF | 49 | 50 | 0 | 6 | F6 | 56 | 38 |
| Octal | 101 | 57 | 357 | 111 | 120 | 0 | 6 | 366 | 126 | 70 |
| Binary | 1000001 | 101111 | 11101111 | 1001001 | 1010000 | 0 | 110 | 11110110 | 1010110 | 111000 |
Color Harmonies of #412FEF
Complementary color
Monochromatic Colors of #412FEF
Black with #412FEF
Text Example
Text Example
White with #412FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412FEF; }
p { color: rgb(65,47,239); }
H1.HeaderClassName
{
color: #412FEF;
}
.AnyTagClassName
{
color: #412FEF;
}
</style>
background-color css
<style>
a { background-color: #412FEF; }
a { background-color: rgb(65,47,239); }
div.DivClassName
{
background-color: #412FEF;
}
.BgClassName
{
background-color: #412FEF;
}
</style>
border-color css
<style>
span { border-color: #412FEF; }
span { border-color: rgb(65,47,239); }
td.TdClassName
{
border-color: #412FEF;
}
.TagClassName
{
border-color: #412FEF;
}
</style>