Shades of Han Purple #4129DD
Tints of Han Purple #4129DD
RGB
CMYK
RGB Variations
Color information
#4129DD (or 0x4129DD) is known color: Han Purple. HEX triplet: 41, 29 and DD. RGB value is (65,41,221). Sum of RGB (Red+Green+Blue) = 65+41+221=327 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.88% from 327); Green value is 41 (16.41% from 255 or 12.54% from 327); Blue value is 221 (86.72% from 255 or 67.58% from 327); Max value from RGB is 221 - color contains mainly: blue. Hex color #4129DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4129DD is #BED622. Grayscale: #444444. Windows color (decimal): -12506659 or 14494017. OLE color: 14494017.
HSL color Cylindrical-coordinate representation of color #4129DD: hue angle of 248º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4129DD is Cyan = 0.71, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 65 | 41 | 221 | - |
| CMYK | 0.71 | 0.81 | 0 | 0.13 |
| HSL | 248º | 0.73% | 0.51% | - |
| HSV(B) | 248º | 0.81% | 0.87% | - |
| XYZ | 16.02 | 7.93 | 69.09 | - |
| YUV | 68.7 | 213.95 | 125.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 41 | 221 | 0.71 | 0.81 | 0 | 0.13 | 248 | 0.73 | 0.51 |
| Hex | 41 | 29 | DD | 47 | 51 | 0 | D | F8 | 49 | 33 |
| Octal | 101 | 51 | 335 | 107 | 121 | 0 | 15 | 370 | 111 | 63 |
| Binary | 1000001 | 101001 | 11011101 | 1000111 | 1010001 | 0 | 1101 | 11111000 | 1001001 | 110011 |
Color Harmonies of #4129DD
Complementary color
Monochromatic Colors of #4129DD
Black with #4129DD
Text Example
Text Example
White with #4129DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4129DD; }
p { color: rgb(65,41,221); }
H1.HeaderClassName
{
color: #4129DD;
}
.AnyTagClassName
{
color: #4129DD;
}
</style>
background-color css
<style>
a { background-color: #4129DD; }
a { background-color: rgb(65,41,221); }
div.DivClassName
{
background-color: #4129DD;
}
.BgClassName
{
background-color: #4129DD;
}
</style>
border-color css
<style>
span { border-color: #4129DD; }
span { border-color: rgb(65,41,221); }
td.TdClassName
{
border-color: #4129DD;
}
.TagClassName
{
border-color: #4129DD;
}
</style>