Shades of Han Purple #412FFB
Tints of Han Purple #412FFB
RGB
CMYK
RGB Variations
Color information
#412FFB (or 0x412FFB) is known color: Han Purple. HEX triplet: 41, 2F and FB. RGB value is (65,47,251). Sum of RGB (Red+Green+Blue) = 65+47+251=363 (48% of max value = 765). Red value is 65 (25.78% from 255 or 17.91% from 363); Green value is 47 (18.75% from 255 or 12.95% from 363); Blue value is 251 (98.44% from 255 or 69.15% from 363); Max value from RGB is 251 - color contains mainly: blue. Hex color #412FFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #412FFB is #BED004. Grayscale: #4A4A4A. Windows color (decimal): -12505093 or 16461633. OLE color: 16461633.
HSL color Cylindrical-coordinate representation of color #412FFB: hue angle of 245.29º degrees, saturation: 0.96, 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 #412FFB is Cyan = 0.74, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 65 | 47 | 251 | - |
| CMYK | 0.74 | 0.81 | 0 | 0.02 |
| HSL | 245.29º | 0.96% | 0.58% | - |
| HSV(B) | 245.29º | 0.81% | 0.98% | - |
| XYZ | 20.61 | 10.12 | 92.13 | - |
| YUV | 75.64 | 226.96 | 120.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 47 | 251 | 0.74 | 0.81 | 0 | 0.02 | 245.29 | 0.96 | 0.58 |
| Hex | 41 | 2F | FB | 4A | 51 | 0 | 2 | F5 | 60 | 3A |
| Octal | 101 | 57 | 373 | 112 | 121 | 0 | 2 | 365 | 140 | 72 |
| Binary | 1000001 | 101111 | 11111011 | 1001010 | 1010001 | 0 | 10 | 11110101 | 1100000 | 111010 |
Color Harmonies of #412FFB
Complementary color
Monochromatic Colors of #412FFB
Black with #412FFB
Text Example
Text Example
White with #412FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412FFB; }
p { color: rgb(65,47,251); }
H1.HeaderClassName
{
color: #412FFB;
}
.AnyTagClassName
{
color: #412FFB;
}
</style>
background-color css
<style>
a { background-color: #412FFB; }
a { background-color: rgb(65,47,251); }
div.DivClassName
{
background-color: #412FFB;
}
.BgClassName
{
background-color: #412FFB;
}
</style>
border-color css
<style>
span { border-color: #412FFB; }
span { border-color: rgb(65,47,251); }
td.TdClassName
{
border-color: #412FFB;
}
.TagClassName
{
border-color: #412FFB;
}
</style>