Shades of Han Purple #412CFA
Tints of Han Purple #412CFA
RGB
CMYK
RGB Variations
Color information
#412CFA (or 0x412CFA) is known color: Han Purple. HEX triplet: 41, 2C and FA. RGB value is (65,44,250). Sum of RGB (Red+Green+Blue) = 65+44+250=359 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.11% from 359); Green value is 44 (17.58% from 255 or 12.26% from 359); Blue value is 250 (98.05% from 255 or 69.64% from 359); Max value from RGB is 250 - color contains mainly: blue. Hex color #412CFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #412CFA is #BED305. Grayscale: #484848. Windows color (decimal): -12505862 or 16395329. OLE color: 16395329.
HSL color Cylindrical-coordinate representation of color #412CFA: hue angle of 246.12º degrees, saturation: 0.95, 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 #412CFA is Cyan = 0.74, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 65 | 44 | 250 | - |
| CMYK | 0.74 | 0.82 | 0 | 0.02 |
| HSL | 246.12º | 0.95% | 0.58% | - |
| HSV(B) | 246.12º | 0.82% | 0.98% | - |
| XYZ | 20.34 | 9.83 | 91.27 | - |
| YUV | 73.76 | 227.46 | 121.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 44 | 250 | 0.74 | 0.82 | 0 | 0.02 | 246.12 | 0.95 | 0.58 |
| Hex | 41 | 2C | FA | 4A | 52 | 0 | 2 | F6 | 5F | 3A |
| Octal | 101 | 54 | 372 | 112 | 122 | 0 | 2 | 366 | 137 | 72 |
| Binary | 1000001 | 101100 | 11111010 | 1001010 | 1010010 | 0 | 10 | 11110110 | 1011111 | 111010 |
Color Harmonies of #412CFA
Complementary color
Monochromatic Colors of #412CFA
Black with #412CFA
Text Example
Text Example
White with #412CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412CFA; }
p { color: rgb(65,44,250); }
H1.HeaderClassName
{
color: #412CFA;
}
.AnyTagClassName
{
color: #412CFA;
}
</style>
background-color css
<style>
a { background-color: #412CFA; }
a { background-color: rgb(65,44,250); }
div.DivClassName
{
background-color: #412CFA;
}
.BgClassName
{
background-color: #412CFA;
}
</style>
border-color css
<style>
span { border-color: #412CFA; }
span { border-color: rgb(65,44,250); }
td.TdClassName
{
border-color: #412CFA;
}
.TagClassName
{
border-color: #412CFA;
}
</style>