Shades of Han Purple #412FFA
Tints of Han Purple #412FFA
RGB
CMYK
RGB Variations
Color information
#412FFA (or 0x412FFA) is known color: Han Purple. HEX triplet: 41, 2F and FA. RGB value is (65,47,250). Sum of RGB (Red+Green+Blue) = 65+47+250=362 (47% of max value = 765). Red value is 65 (25.78% from 255 or 17.96% from 362); Green value is 47 (18.75% from 255 or 12.98% from 362); Blue value is 250 (98.05% from 255 or 69.06% from 362); Max value from RGB is 250 - color contains mainly: blue. Hex color #412FFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #412FFA is #BED005. Grayscale: #4A4A4A. Windows color (decimal): -12505094 or 16396097. OLE color: 16396097.
HSL color Cylindrical-coordinate representation of color #412FFA: hue angle of 245.32º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #412FFA is Cyan = 0.74, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 65 | 47 | 250 | - |
| CMYK | 0.74 | 0.81 | 0 | 0.02 |
| HSL | 245.32º | 0.95% | 0.58% | - |
| HSV(B) | 245.32º | 0.81% | 0.98% | - |
| XYZ | 20.45 | 10.06 | 91.31 | - |
| YUV | 75.52 | 226.46 | 120.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 47 | 250 | 0.74 | 0.81 | 0 | 0.02 | 245.32 | 0.95 | 0.58 |
| Hex | 41 | 2F | FA | 4A | 51 | 0 | 2 | F5 | 5F | 3A |
| Octal | 101 | 57 | 372 | 112 | 121 | 0 | 2 | 365 | 137 | 72 |
| Binary | 1000001 | 101111 | 11111010 | 1001010 | 1010001 | 0 | 10 | 11110101 | 1011111 | 111010 |
Color Harmonies of #412FFA
Complementary color
Monochromatic Colors of #412FFA
Black with #412FFA
Text Example
Text Example
White with #412FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412FFA; }
p { color: rgb(65,47,250); }
H1.HeaderClassName
{
color: #412FFA;
}
.AnyTagClassName
{
color: #412FFA;
}
</style>
background-color css
<style>
a { background-color: #412FFA; }
a { background-color: rgb(65,47,250); }
div.DivClassName
{
background-color: #412FFA;
}
.BgClassName
{
background-color: #412FFA;
}
</style>
border-color css
<style>
span { border-color: #412FFA; }
span { border-color: rgb(65,47,250); }
td.TdClassName
{
border-color: #412FFA;
}
.TagClassName
{
border-color: #412FFA;
}
</style>