Shades of Han Purple #4130E8
Tints of Han Purple #4130E8
RGB
CMYK
RGB Variations
Color information
#4130E8 (or 0x4130E8) is known color: Han Purple. HEX triplet: 41, 30 and E8. RGB value is (65,48,232). Sum of RGB (Red+Green+Blue) = 65+48+232=345 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.84% from 345); Green value is 48 (19.14% from 255 or 13.91% from 345); Blue value is 232 (91.02% from 255 or 67.25% from 345); Max value from RGB is 232 - color contains mainly: blue. Hex color #4130E8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4130E8 is #BECF17. Grayscale: #494949. Windows color (decimal): -12504856 or 15216705. OLE color: 15216705.
HSL color Cylindrical-coordinate representation of color #4130E8: hue angle of 245.54º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4130E8 is Cyan = 0.72, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 65 | 48 | 232 | - |
| CMYK | 0.72 | 0.79 | 0 | 0.09 |
| HSL | 245.54º | 0.8% | 0.55% | - |
| HSV(B) | 245.54º | 0.79% | 0.91% | - |
| XYZ | 17.8 | 9.06 | 77.16 | - |
| YUV | 74.06 | 217.13 | 121.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 48 | 232 | 0.72 | 0.79 | 0 | 0.09 | 245.54 | 0.8 | 0.55 |
| Hex | 41 | 30 | E8 | 48 | 4F | 0 | 9 | F6 | 50 | 37 |
| Octal | 101 | 60 | 350 | 110 | 117 | 0 | 11 | 366 | 120 | 67 |
| Binary | 1000001 | 110000 | 11101000 | 1001000 | 1001111 | 0 | 1001 | 11110110 | 1010000 | 110111 |
Color Harmonies of #4130E8
Complementary color
Monochromatic Colors of #4130E8
Black with #4130E8
Text Example
Text Example
White with #4130E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4130E8; }
p { color: rgb(65,48,232); }
H1.HeaderClassName
{
color: #4130E8;
}
.AnyTagClassName
{
color: #4130E8;
}
</style>
background-color css
<style>
a { background-color: #4130E8; }
a { background-color: rgb(65,48,232); }
div.DivClassName
{
background-color: #4130E8;
}
.BgClassName
{
background-color: #4130E8;
}
</style>
border-color css
<style>
span { border-color: #4130E8; }
span { border-color: rgb(65,48,232); }
td.TdClassName
{
border-color: #4130E8;
}
.TagClassName
{
border-color: #4130E8;
}
</style>