Shades of Han Purple #4131DD
Tints of Han Purple #4131DD
RGB
CMYK
RGB Variations
Color information
#4131DD (or 0x4131DD) is known color: Han Purple. HEX triplet: 41, 31 and DD. RGB value is (65,49,221). Sum of RGB (Red+Green+Blue) = 65+49+221=335 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.40% from 335); Green value is 49 (19.53% from 255 or 14.63% from 335); Blue value is 221 (86.72% from 255 or 65.97% from 335); Max value from RGB is 221 - color contains mainly: blue. Hex color #4131DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4131DD is #BECE22. Grayscale: #484848. Windows color (decimal): -12504611 or 14496065. OLE color: 14496065.
HSL color Cylindrical-coordinate representation of color #4131DD: hue angle of 245.58º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4131DD is Cyan = 0.71, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 65 | 49 | 221 | - |
| CMYK | 0.71 | 0.78 | 0 | 0.13 |
| HSL | 245.58º | 0.72% | 0.53% | - |
| HSV(B) | 245.58º | 0.78% | 0.87% | - |
| XYZ | 16.33 | 8.54 | 69.19 | - |
| YUV | 73.39 | 211.3 | 122.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 49 | 221 | 0.71 | 0.78 | 0 | 0.13 | 245.58 | 0.72 | 0.53 |
| Hex | 41 | 31 | DD | 47 | 4E | 0 | D | F6 | 48 | 35 |
| Octal | 101 | 61 | 335 | 107 | 116 | 0 | 15 | 366 | 110 | 65 |
| Binary | 1000001 | 110001 | 11011101 | 1000111 | 1001110 | 0 | 1101 | 11110110 | 1001000 | 110101 |
Color Harmonies of #4131DD
Complementary color
Monochromatic Colors of #4131DD
Black with #4131DD
Text Example
Text Example
White with #4131DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4131DD; }
p { color: rgb(65,49,221); }
H1.HeaderClassName
{
color: #4131DD;
}
.AnyTagClassName
{
color: #4131DD;
}
</style>
background-color css
<style>
a { background-color: #4131DD; }
a { background-color: rgb(65,49,221); }
div.DivClassName
{
background-color: #4131DD;
}
.BgClassName
{
background-color: #4131DD;
}
</style>
border-color css
<style>
span { border-color: #4131DD; }
span { border-color: rgb(65,49,221); }
td.TdClassName
{
border-color: #4131DD;
}
.TagClassName
{
border-color: #4131DD;
}
</style>