Shades of Han Purple #4130ED
Tints of Han Purple #4130ED
RGB
CMYK
RGB Variations
Color information
#4130ED (or 0x4130ED) is known color: Han Purple. HEX triplet: 41, 30 and ED. RGB value is (65,48,237). Sum of RGB (Red+Green+Blue) = 65+48+237=350 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.57% from 350); Green value is 48 (19.14% from 255 or 13.71% from 350); Blue value is 237 (92.97% from 255 or 67.71% from 350); Max value from RGB is 237 - color contains mainly: blue. Hex color #4130ED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4130ED is #BECF12. Grayscale: #494949. Windows color (decimal): -12504851 or 15544385. OLE color: 15544385.
HSL color Cylindrical-coordinate representation of color #4130ED: hue angle of 245.4º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4130ED is Cyan = 0.73, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 65 | 48 | 237 | - |
| CMYK | 0.73 | 0.80 | 0 | 0.07 |
| HSL | 245.4º | 0.84% | 0.56% | - |
| HSV(B) | 245.4º | 0.8% | 0.93% | - |
| XYZ | 18.52 | 9.35 | 80.95 | - |
| YUV | 74.63 | 219.63 | 121.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 48 | 237 | 0.73 | 0.80 | 0 | 0.07 | 245.4 | 0.84 | 0.56 |
| Hex | 41 | 30 | ED | 49 | 50 | 0 | 7 | F5 | 54 | 38 |
| Octal | 101 | 60 | 355 | 111 | 120 | 0 | 7 | 365 | 124 | 70 |
| Binary | 1000001 | 110000 | 11101101 | 1001001 | 1010000 | 0 | 111 | 11110101 | 1010100 | 111000 |
Color Harmonies of #4130ED
Complementary color
Monochromatic Colors of #4130ED
Black with #4130ED
Text Example
Text Example
White with #4130ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4130ED; }
p { color: rgb(65,48,237); }
H1.HeaderClassName
{
color: #4130ED;
}
.AnyTagClassName
{
color: #4130ED;
}
</style>
background-color css
<style>
a { background-color: #4130ED; }
a { background-color: rgb(65,48,237); }
div.DivClassName
{
background-color: #4130ED;
}
.BgClassName
{
background-color: #4130ED;
}
</style>
border-color css
<style>
span { border-color: #4130ED; }
span { border-color: rgb(65,48,237); }
td.TdClassName
{
border-color: #4130ED;
}
.TagClassName
{
border-color: #4130ED;
}
</style>