Shades of Han Purple #412FFF
Tints of Han Purple #412FFF
RGB
CMYK
RGB Variations
Color information
#412FFF (or 0x412FFF) is known color: Han Purple. HEX triplet: 41, 2F and FF. RGB value is (65,47,255). Sum of RGB (Red+Green+Blue) = 65+47+255=367 (48% of max value = 765). Red value is 65 (25.78% from 255 or 17.71% from 367); Green value is 47 (18.75% from 255 or 12.81% from 367); Blue value is 255 (100% from 255 or 69.48% from 367); Max value from RGB is 255 - color contains mainly: blue. Hex color #412FFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #412FFF is #BED000. Grayscale: #4B4B4B. Windows color (decimal): -12505089 or 16723777. OLE color: 16723777.
HSL color Cylindrical-coordinate representation of color #412FFF: hue angle of 245.19º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #412FFF is Cyan = 0.75, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 65 | 47 | 255 | - |
| CMYK | 0.75 | 0.82 | 0 | 0 |
| HSL | 245.19º | 1% | 0.59% | - |
| HSV(B) | 245.19º | 0.82% | 1% | - |
| XYZ | 21.25 | 10.38 | 95.49 | - |
| YUV | 76.09 | 228.96 | 120.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 47 | 255 | 0.75 | 0.82 | 0 | 0 | 245.19 | 1 | 0.59 |
| Hex | 41 | 2F | FF | 4B | 52 | 0 | 0 | F5 | 64 | 3B |
| Octal | 101 | 57 | 377 | 113 | 122 | 0 | 0 | 365 | 144 | 73 |
| Binary | 1000001 | 101111 | 11111111 | 1001011 | 1010010 | 0 | 0 | 11110101 | 1100100 | 111011 |
Color Harmonies of #412FFF
Complementary color
Monochromatic Colors of #412FFF
Black with #412FFF
Text Example
Text Example
White with #412FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412FFF; }
p { color: rgb(65,47,255); }
H1.HeaderClassName
{
color: #412FFF;
}
.AnyTagClassName
{
color: #412FFF;
}
</style>
background-color css
<style>
a { background-color: #412FFF; }
a { background-color: rgb(65,47,255); }
div.DivClassName
{
background-color: #412FFF;
}
.BgClassName
{
background-color: #412FFF;
}
</style>
border-color css
<style>
span { border-color: #412FFF; }
span { border-color: rgb(65,47,255); }
td.TdClassName
{
border-color: #412FFF;
}
.TagClassName
{
border-color: #412FFF;
}
</style>