Shades of Han Purple #4123EA
Tints of Han Purple #4123EA
RGB
CMYK
RGB Variations
Color information
#4123EA (or 0x4123EA) is known color: Han Purple. HEX triplet: 41, 23 and EA. RGB value is (65,35,234). Sum of RGB (Red+Green+Blue) = 65+35+234=334 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.46% from 334); Green value is 35 (14.06% from 255 or 10.48% from 334); Blue value is 234 (91.80% from 255 or 70.06% from 334); Max value from RGB is 234 - color contains mainly: blue. Hex color #4123EA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4123EA is #BEDC15. Grayscale: #414141. Windows color (decimal): -12508182 or 15344449. OLE color: 15344449.
HSL color Cylindrical-coordinate representation of color #4123EA: hue angle of 249.05º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4123EA is Cyan = 0.72, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 65 | 35 | 234 | - |
| CMYK | 0.72 | 0.85 | 0 | 0.08 |
| HSL | 249.05º | 0.83% | 0.53% | - |
| HSV(B) | 249.05º | 0.85% | 0.92% | - |
| XYZ | 17.63 | 8.27 | 78.51 | - |
| YUV | 66.66 | 222.44 | 126.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 35 | 234 | 0.72 | 0.85 | 0 | 0.08 | 249.05 | 0.83 | 0.53 |
| Hex | 41 | 23 | EA | 48 | 55 | 0 | 8 | F9 | 53 | 35 |
| Octal | 101 | 43 | 352 | 110 | 125 | 0 | 10 | 371 | 123 | 65 |
| Binary | 1000001 | 100011 | 11101010 | 1001000 | 1010101 | 0 | 1000 | 11111001 | 1010011 | 110101 |
Color Harmonies of #4123EA
Complementary color
Monochromatic Colors of #4123EA
Black with #4123EA
Text Example
Text Example
White with #4123EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4123EA; }
p { color: rgb(65,35,234); }
H1.HeaderClassName
{
color: #4123EA;
}
.AnyTagClassName
{
color: #4123EA;
}
</style>
background-color css
<style>
a { background-color: #4123EA; }
a { background-color: rgb(65,35,234); }
div.DivClassName
{
background-color: #4123EA;
}
.BgClassName
{
background-color: #4123EA;
}
</style>
border-color css
<style>
span { border-color: #4123EA; }
span { border-color: rgb(65,35,234); }
td.TdClassName
{
border-color: #4123EA;
}
.TagClassName
{
border-color: #4123EA;
}
</style>