Shades of Han Purple #4230E1
Tints of Han Purple #4230E1
RGB
CMYK
RGB Variations
Color information
#4230E1 (or 0x4230E1) is known color: Han Purple. HEX triplet: 42, 30 and E1. RGB value is (66,48,225). Sum of RGB (Red+Green+Blue) = 66+48+225=339 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.47% from 339); Green value is 48 (19.14% from 255 or 14.16% from 339); Blue value is 225 (88.28% from 255 or 66.37% from 339); Max value from RGB is 225 - color contains mainly: blue. Hex color #4230E1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4230E1 is #BDCF1E. Grayscale: #484848. Windows color (decimal): -12439327 or 14757954. OLE color: 14757954.
HSL color Cylindrical-coordinate representation of color #4230E1: hue angle of 246.1º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4230E1 is Cyan = 0.71, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 66 | 48 | 225 | - |
| CMYK | 0.71 | 0.79 | 0 | 0.12 |
| HSL | 246.1º | 0.75% | 0.54% | - |
| HSV(B) | 246.1º | 0.79% | 0.88% | - |
| XYZ | 16.89 | 8.71 | 72.02 | - |
| YUV | 73.56 | 213.46 | 122.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 48 | 225 | 0.71 | 0.79 | 0 | 0.12 | 246.1 | 0.75 | 0.54 |
| Hex | 42 | 30 | E1 | 47 | 4F | 0 | C | F6 | 4B | 36 |
| Octal | 102 | 60 | 341 | 107 | 117 | 0 | 14 | 366 | 113 | 66 |
| Binary | 1000010 | 110000 | 11100001 | 1000111 | 1001111 | 0 | 1100 | 11110110 | 1001011 | 110110 |
Color Harmonies of #4230E1
Complementary color
Monochromatic Colors of #4230E1
Black with #4230E1
Text Example
Text Example
White with #4230E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4230E1; }
p { color: rgb(66,48,225); }
H1.HeaderClassName
{
color: #4230E1;
}
.AnyTagClassName
{
color: #4230E1;
}
</style>
background-color css
<style>
a { background-color: #4230E1; }
a { background-color: rgb(66,48,225); }
div.DivClassName
{
background-color: #4230E1;
}
.BgClassName
{
background-color: #4230E1;
}
</style>
border-color css
<style>
span { border-color: #4230E1; }
span { border-color: rgb(66,48,225); }
td.TdClassName
{
border-color: #4230E1;
}
.TagClassName
{
border-color: #4230E1;
}
</style>