Shades of Han Purple #412AFC
Tints of Han Purple #412AFC
RGB
CMYK
RGB Variations
Color information
#412AFC (or 0x412AFC) is known color: Han Purple. HEX triplet: 41, 2A and FC. RGB value is (65,42,252). Sum of RGB (Red+Green+Blue) = 65+42+252=359 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.11% from 359); Green value is 42 (16.80% from 255 or 11.70% from 359); Blue value is 252 (98.83% from 255 or 70.19% from 359); Max value from RGB is 252 - color contains mainly: blue. Hex color #412AFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #412AFC is #BED503. Grayscale: #484848. Windows color (decimal): -12506372 or 16525889. OLE color: 16525889.
HSL color Cylindrical-coordinate representation of color #412AFC: hue angle of 246.57º degrees, saturation: 0.97, 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 #412AFC is Cyan = 0.74, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 65 | 42 | 252 | - |
| CMYK | 0.74 | 0.83 | 0 | 0.01 |
| HSL | 246.57º | 0.97% | 0.58% | - |
| HSV(B) | 246.57º | 0.83% | 0.99% | - |
| XYZ | 20.58 | 9.81 | 92.9 | - |
| YUV | 72.82 | 229.12 | 122.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 42 | 252 | 0.74 | 0.83 | 0 | 0.01 | 246.57 | 0.97 | 0.58 |
| Hex | 41 | 2A | FC | 4A | 53 | 0 | 1 | F7 | 61 | 3A |
| Octal | 101 | 52 | 374 | 112 | 123 | 0 | 1 | 367 | 141 | 72 |
| Binary | 1000001 | 101010 | 11111100 | 1001010 | 1010011 | 0 | 1 | 11110111 | 1100001 | 111010 |
Color Harmonies of #412AFC
Complementary color
Monochromatic Colors of #412AFC
Black with #412AFC
Text Example
Text Example
White with #412AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412AFC; }
p { color: rgb(65,42,252); }
H1.HeaderClassName
{
color: #412AFC;
}
.AnyTagClassName
{
color: #412AFC;
}
</style>
background-color css
<style>
a { background-color: #412AFC; }
a { background-color: rgb(65,42,252); }
div.DivClassName
{
background-color: #412AFC;
}
.BgClassName
{
background-color: #412AFC;
}
</style>
border-color css
<style>
span { border-color: #412AFC; }
span { border-color: rgb(65,42,252); }
td.TdClassName
{
border-color: #412AFC;
}
.TagClassName
{
border-color: #412AFC;
}
</style>