Shades of Han Purple #412FDC
Tints of Han Purple #412FDC
RGB
CMYK
RGB Variations
Color information
#412FDC (or 0x412FDC) is known color: Han Purple. HEX triplet: 41, 2F and DC. RGB value is (65,47,220). Sum of RGB (Red+Green+Blue) = 65+47+220=332 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.58% from 332); Green value is 47 (18.75% from 255 or 14.16% from 332); Blue value is 220 (86.33% from 255 or 66.27% from 332); Max value from RGB is 220 - color contains mainly: blue. Hex color #412FDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #412FDC is #BED023. Grayscale: #474747. Windows color (decimal): -12505124 or 14430017. OLE color: 14430017.
HSL color Cylindrical-coordinate representation of color #412FDC: hue angle of 246.24º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #412FDC is Cyan = 0.70, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 65 | 47 | 220 | - |
| CMYK | 0.70 | 0.79 | 0 | 0.14 |
| HSL | 246.24º | 0.71% | 0.52% | - |
| HSV(B) | 246.24º | 0.79% | 0.86% | - |
| XYZ | 16.11 | 8.32 | 68.47 | - |
| YUV | 72.1 | 211.46 | 122.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 47 | 220 | 0.70 | 0.79 | 0 | 0.14 | 246.24 | 0.71 | 0.52 |
| Hex | 41 | 2F | DC | 46 | 4F | 0 | E | F6 | 47 | 34 |
| Octal | 101 | 57 | 334 | 106 | 117 | 0 | 16 | 366 | 107 | 64 |
| Binary | 1000001 | 101111 | 11011100 | 1000110 | 1001111 | 0 | 1110 | 11110110 | 1000111 | 110100 |
Color Harmonies of #412FDC
Complementary color
Monochromatic Colors of #412FDC
Black with #412FDC
Text Example
Text Example
White with #412FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412FDC; }
p { color: rgb(65,47,220); }
H1.HeaderClassName
{
color: #412FDC;
}
.AnyTagClassName
{
color: #412FDC;
}
</style>
background-color css
<style>
a { background-color: #412FDC; }
a { background-color: rgb(65,47,220); }
div.DivClassName
{
background-color: #412FDC;
}
.BgClassName
{
background-color: #412FDC;
}
</style>
border-color css
<style>
span { border-color: #412FDC; }
span { border-color: rgb(65,47,220); }
td.TdClassName
{
border-color: #412FDC;
}
.TagClassName
{
border-color: #412FDC;
}
</style>