Shades of Han Purple #412AFD
Tints of Han Purple #412AFD
RGB
CMYK
RGB Variations
Color information
#412AFD (or 0x412AFD) is known color: Han Purple. HEX triplet: 41, 2A and FD. RGB value is (65,42,253). Sum of RGB (Red+Green+Blue) = 65+42+253=360 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.06% from 360); Green value is 42 (16.80% from 255 or 11.67% from 360); Blue value is 253 (99.22% from 255 or 70.28% from 360); Max value from RGB is 253 - color contains mainly: blue. Hex color #412AFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #412AFD is #BED502. Grayscale: #484848. Windows color (decimal): -12506371 or 16591425. OLE color: 16591425.
HSL color Cylindrical-coordinate representation of color #412AFD: hue angle of 246.54º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #412AFD is Cyan = 0.74, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 65 | 42 | 253 | - |
| CMYK | 0.74 | 0.83 | 0 | 0.01 |
| HSL | 246.54º | 0.98% | 0.58% | - |
| HSV(B) | 246.54º | 0.83% | 0.99% | - |
| XYZ | 20.74 | 9.87 | 93.74 | - |
| YUV | 72.93 | 229.62 | 122.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 42 | 253 | 0.74 | 0.83 | 0 | 0.01 | 246.54 | 0.98 | 0.58 |
| Hex | 41 | 2A | FD | 4A | 53 | 0 | 1 | F7 | 62 | 3A |
| Octal | 101 | 52 | 375 | 112 | 123 | 0 | 1 | 367 | 142 | 72 |
| Binary | 1000001 | 101010 | 11111101 | 1001010 | 1010011 | 0 | 1 | 11110111 | 1100010 | 111010 |
Color Harmonies of #412AFD
Complementary color
Monochromatic Colors of #412AFD
Black with #412AFD
Text Example
Text Example
White with #412AFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412AFD; }
p { color: rgb(65,42,253); }
H1.HeaderClassName
{
color: #412AFD;
}
.AnyTagClassName
{
color: #412AFD;
}
</style>
background-color css
<style>
a { background-color: #412AFD; }
a { background-color: rgb(65,42,253); }
div.DivClassName
{
background-color: #412AFD;
}
.BgClassName
{
background-color: #412AFD;
}
</style>
border-color css
<style>
span { border-color: #412AFD; }
span { border-color: rgb(65,42,253); }
td.TdClassName
{
border-color: #412AFD;
}
.TagClassName
{
border-color: #412AFD;
}
</style>