Shades of Han Purple #4131E0
Tints of Han Purple #4131E0
RGB
CMYK
RGB Variations
Color information
#4131E0 (or 0x4131E0) is known color: Han Purple. HEX triplet: 41, 31 and E0. RGB value is (65,49,224). Sum of RGB (Red+Green+Blue) = 65+49+224=338 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.23% from 338); Green value is 49 (19.53% from 255 or 14.50% from 338); Blue value is 224 (87.89% from 255 or 66.27% from 338); Max value from RGB is 224 - color contains mainly: blue. Hex color #4131E0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4131E0 is #BECE1F. Grayscale: #494949. Windows color (decimal): -12504608 or 14692673. OLE color: 14692673.
HSL color Cylindrical-coordinate representation of color #4131E0: hue angle of 245.49º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4131E0 is Cyan = 0.71, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 65 | 49 | 224 | - |
| CMYK | 0.71 | 0.78 | 0 | 0.12 |
| HSL | 245.49º | 0.74% | 0.54% | - |
| HSV(B) | 245.49º | 0.78% | 0.88% | - |
| XYZ | 16.73 | 8.7 | 71.32 | - |
| YUV | 73.73 | 212.8 | 121.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 49 | 224 | 0.71 | 0.78 | 0 | 0.12 | 245.49 | 0.74 | 0.54 |
| Hex | 41 | 31 | E0 | 47 | 4E | 0 | C | F5 | 4A | 36 |
| Octal | 101 | 61 | 340 | 107 | 116 | 0 | 14 | 365 | 112 | 66 |
| Binary | 1000001 | 110001 | 11100000 | 1000111 | 1001110 | 0 | 1100 | 11110101 | 1001010 | 110110 |
Color Harmonies of #4131E0
Complementary color
Monochromatic Colors of #4131E0
Black with #4131E0
Text Example
Text Example
White with #4131E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4131E0; }
p { color: rgb(65,49,224); }
H1.HeaderClassName
{
color: #4131E0;
}
.AnyTagClassName
{
color: #4131E0;
}
</style>
background-color css
<style>
a { background-color: #4131E0; }
a { background-color: rgb(65,49,224); }
div.DivClassName
{
background-color: #4131E0;
}
.BgClassName
{
background-color: #4131E0;
}
</style>
border-color css
<style>
span { border-color: #4131E0; }
span { border-color: rgb(65,49,224); }
td.TdClassName
{
border-color: #4131E0;
}
.TagClassName
{
border-color: #4131E0;
}
</style>