Shades of Han Purple #4230E9
Tints of Han Purple #4230E9
RGB
CMYK
RGB Variations
Color information
#4230E9 (or 0x4230E9) is known color: Han Purple. HEX triplet: 42, 30 and E9. RGB value is (66,48,233). Sum of RGB (Red+Green+Blue) = 66+48+233=347 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.02% from 347); Green value is 48 (19.14% from 255 or 13.83% from 347); Blue value is 233 (91.41% from 255 or 67.15% from 347); Max value from RGB is 233 - color contains mainly: blue. Hex color #4230E9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4230E9 is #BDCF16. Grayscale: #494949. Windows color (decimal): -12439319 or 15282242. OLE color: 15282242.
HSL color Cylindrical-coordinate representation of color #4230E9: hue angle of 245.84º degrees, saturation: 0.81, 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 #4230E9 is Cyan = 0.72, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 66 | 48 | 233 | - |
| CMYK | 0.72 | 0.79 | 0 | 0.09 |
| HSL | 245.84º | 0.81% | 0.55% | - |
| HSV(B) | 245.84º | 0.79% | 0.91% | - |
| XYZ | 18.01 | 9.16 | 77.91 | - |
| YUV | 74.47 | 217.46 | 121.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 48 | 233 | 0.72 | 0.79 | 0 | 0.09 | 245.84 | 0.81 | 0.55 |
| Hex | 42 | 30 | E9 | 48 | 4F | 0 | 9 | F6 | 51 | 37 |
| Octal | 102 | 60 | 351 | 110 | 117 | 0 | 11 | 366 | 121 | 67 |
| Binary | 1000010 | 110000 | 11101001 | 1001000 | 1001111 | 0 | 1001 | 11110110 | 1010001 | 110111 |
Color Harmonies of #4230E9
Complementary color
Monochromatic Colors of #4230E9
Black with #4230E9
Text Example
Text Example
White with #4230E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4230E9; }
p { color: rgb(66,48,233); }
H1.HeaderClassName
{
color: #4230E9;
}
.AnyTagClassName
{
color: #4230E9;
}
</style>
background-color css
<style>
a { background-color: #4230E9; }
a { background-color: rgb(66,48,233); }
div.DivClassName
{
background-color: #4230E9;
}
.BgClassName
{
background-color: #4230E9;
}
</style>
border-color css
<style>
span { border-color: #4230E9; }
span { border-color: rgb(66,48,233); }
td.TdClassName
{
border-color: #4230E9;
}
.TagClassName
{
border-color: #4230E9;
}
</style>