Shades of Han Purple #4130DE
Tints of Han Purple #4130DE
RGB
CMYK
RGB Variations
Color information
#4130DE (or 0x4130DE) is known color: Han Purple. HEX triplet: 41, 30 and DE. RGB value is (65,48,222). Sum of RGB (Red+Green+Blue) = 65+48+222=335 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.40% from 335); Green value is 48 (19.14% from 255 or 14.33% from 335); Blue value is 222 (87.11% from 255 or 66.27% from 335); Max value from RGB is 222 - color contains mainly: blue. Hex color #4130DE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4130DE is #BECF21. Grayscale: #484848. Windows color (decimal): -12504866 or 14561345. OLE color: 14561345.
HSL color Cylindrical-coordinate representation of color #4130DE: hue angle of 245.86º degrees, saturation: 0.73, 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 #4130DE is Cyan = 0.71, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 65 | 48 | 222 | - |
| CMYK | 0.71 | 0.78 | 0 | 0.13 |
| HSL | 245.86º | 0.73% | 0.53% | - |
| HSV(B) | 245.86º | 0.78% | 0.87% | - |
| XYZ | 16.42 | 8.51 | 69.88 | - |
| YUV | 72.92 | 212.13 | 122.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 48 | 222 | 0.71 | 0.78 | 0 | 0.13 | 245.86 | 0.73 | 0.53 |
| Hex | 41 | 30 | DE | 47 | 4E | 0 | D | F6 | 48 | 35 |
| Octal | 101 | 60 | 336 | 107 | 116 | 0 | 15 | 366 | 110 | 65 |
| Binary | 1000001 | 110000 | 11011110 | 1000111 | 1001110 | 0 | 1101 | 11110110 | 1001000 | 110101 |
Color Harmonies of #4130DE
Complementary color
Monochromatic Colors of #4130DE
Black with #4130DE
Text Example
Text Example
White with #4130DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4130DE; }
p { color: rgb(65,48,222); }
H1.HeaderClassName
{
color: #4130DE;
}
.AnyTagClassName
{
color: #4130DE;
}
</style>
background-color css
<style>
a { background-color: #4130DE; }
a { background-color: rgb(65,48,222); }
div.DivClassName
{
background-color: #4130DE;
}
.BgClassName
{
background-color: #4130DE;
}
</style>
border-color css
<style>
span { border-color: #4130DE; }
span { border-color: rgb(65,48,222); }
td.TdClassName
{
border-color: #4130DE;
}
.TagClassName
{
border-color: #4130DE;
}
</style>