Shades of Han Purple #412DFB
Tints of Han Purple #412DFB
RGB
CMYK
RGB Variations
Color information
#412DFB (or 0x412DFB) is known color: Han Purple. HEX triplet: 41, 2D and FB. RGB value is (65,45,251). Sum of RGB (Red+Green+Blue) = 65+45+251=361 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.01% from 361); Green value is 45 (17.97% from 255 or 12.47% from 361); Blue value is 251 (98.44% from 255 or 69.53% from 361); Max value from RGB is 251 - color contains mainly: blue. Hex color #412DFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #412DFB is #BED204. Grayscale: #494949. Windows color (decimal): -12505605 or 16461121. OLE color: 16461121.
HSL color Cylindrical-coordinate representation of color #412DFB: hue angle of 245.83º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #412DFB is Cyan = 0.74, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 65 | 45 | 251 | - |
| CMYK | 0.74 | 0.82 | 0 | 0.02 |
| HSL | 245.83º | 0.96% | 0.58% | - |
| HSV(B) | 245.83º | 0.82% | 0.98% | - |
| XYZ | 20.53 | 9.97 | 92.11 | - |
| YUV | 74.46 | 227.63 | 121.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 45 | 251 | 0.74 | 0.82 | 0 | 0.02 | 245.83 | 0.96 | 0.58 |
| Hex | 41 | 2D | FB | 4A | 52 | 0 | 2 | F6 | 60 | 3A |
| Octal | 101 | 55 | 373 | 112 | 122 | 0 | 2 | 366 | 140 | 72 |
| Binary | 1000001 | 101101 | 11111011 | 1001010 | 1010010 | 0 | 10 | 11110110 | 1100000 | 111010 |
Color Harmonies of #412DFB
Complementary color
Monochromatic Colors of #412DFB
Black with #412DFB
Text Example
Text Example
White with #412DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412DFB; }
p { color: rgb(65,45,251); }
H1.HeaderClassName
{
color: #412DFB;
}
.AnyTagClassName
{
color: #412DFB;
}
</style>
background-color css
<style>
a { background-color: #412DFB; }
a { background-color: rgb(65,45,251); }
div.DivClassName
{
background-color: #412DFB;
}
.BgClassName
{
background-color: #412DFB;
}
</style>
border-color css
<style>
span { border-color: #412DFB; }
span { border-color: rgb(65,45,251); }
td.TdClassName
{
border-color: #412DFB;
}
.TagClassName
{
border-color: #412DFB;
}
</style>