Shades of Han Purple #412AD5
Tints of Han Purple #412AD5
RGB
CMYK
RGB Variations
Color information
#412AD5 (or 0x412AD5) is known color: Han Purple. HEX triplet: 41, 2A and D5. RGB value is (65,42,213). Sum of RGB (Red+Green+Blue) = 65+42+213=320 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.31% from 320); Green value is 42 (16.80% from 255 or 13.12% from 320); Blue value is 213 (83.59% from 255 or 66.56% from 320); Max value from RGB is 213 - color contains mainly: blue. Hex color #412AD5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #412AD5 is #BED52A. Grayscale: #434343. Windows color (decimal): -12506411 or 13969985. OLE color: 13969985.
HSL color Cylindrical-coordinate representation of color #412AD5: hue angle of 248.07º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #412AD5 is Cyan = 0.69, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 65 | 42 | 213 | - |
| CMYK | 0.69 | 0.80 | 0 | 0.16 |
| HSL | 248.07º | 0.67% | 0.5% | - |
| HSV(B) | 248.07º | 0.8% | 0.84% | - |
| XYZ | 15.02 | 7.58 | 63.62 | - |
| YUV | 68.37 | 209.62 | 125.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 42 | 213 | 0.69 | 0.80 | 0 | 0.16 | 248.07 | 0.67 | 0.5 |
| Hex | 41 | 2A | D5 | 45 | 50 | 0 | 10 | F8 | 43 | 32 |
| Octal | 101 | 52 | 325 | 105 | 120 | 0 | 20 | 370 | 103 | 62 |
| Binary | 1000001 | 101010 | 11010101 | 1000101 | 1010000 | 0 | 10000 | 11111000 | 1000011 | 110010 |
Color Harmonies of #412AD5
Complementary color
Monochromatic Colors of #412AD5
Black with #412AD5
Text Example
Text Example
White with #412AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412AD5; }
p { color: rgb(65,42,213); }
H1.HeaderClassName
{
color: #412AD5;
}
.AnyTagClassName
{
color: #412AD5;
}
</style>
background-color css
<style>
a { background-color: #412AD5; }
a { background-color: rgb(65,42,213); }
div.DivClassName
{
background-color: #412AD5;
}
.BgClassName
{
background-color: #412AD5;
}
</style>
border-color css
<style>
span { border-color: #412AD5; }
span { border-color: rgb(65,42,213); }
td.TdClassName
{
border-color: #412AD5;
}
.TagClassName
{
border-color: #412AD5;
}
</style>