Shades of Han Purple #4123EC
Tints of Han Purple #4123EC
RGB
CMYK
RGB Variations
Color information
#4123EC (or 0x4123EC) is known color: Han Purple. HEX triplet: 41, 23 and EC. RGB value is (65,35,236). Sum of RGB (Red+Green+Blue) = 65+35+236=336 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.35% from 336); Green value is 35 (14.06% from 255 or 10.42% from 336); Blue value is 236 (92.58% from 255 or 70.24% from 336); Max value from RGB is 236 - color contains mainly: blue. Hex color #4123EC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4123EC is #BEDC13. Grayscale: #424242. Windows color (decimal): -12508180 or 15475521. OLE color: 15475521.
HSL color Cylindrical-coordinate representation of color #4123EC: hue angle of 248.96º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4123EC is Cyan = 0.72, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 65 | 35 | 236 | - |
| CMYK | 0.72 | 0.85 | 0 | 0.07 |
| HSL | 248.96º | 0.84% | 0.53% | - |
| HSV(B) | 248.96º | 0.85% | 0.93% | - |
| XYZ | 17.92 | 8.38 | 80.03 | - |
| YUV | 66.88 | 223.44 | 126.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 35 | 236 | 0.72 | 0.85 | 0 | 0.07 | 248.96 | 0.84 | 0.53 |
| Hex | 41 | 23 | EC | 48 | 55 | 0 | 7 | F9 | 54 | 35 |
| Octal | 101 | 43 | 354 | 110 | 125 | 0 | 7 | 371 | 124 | 65 |
| Binary | 1000001 | 100011 | 11101100 | 1001000 | 1010101 | 0 | 111 | 11111001 | 1010100 | 110101 |
Color Harmonies of #4123EC
Complementary color
Monochromatic Colors of #4123EC
Black with #4123EC
Text Example
Text Example
White with #4123EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4123EC; }
p { color: rgb(65,35,236); }
H1.HeaderClassName
{
color: #4123EC;
}
.AnyTagClassName
{
color: #4123EC;
}
</style>
background-color css
<style>
a { background-color: #4123EC; }
a { background-color: rgb(65,35,236); }
div.DivClassName
{
background-color: #4123EC;
}
.BgClassName
{
background-color: #4123EC;
}
</style>
border-color css
<style>
span { border-color: #4123EC; }
span { border-color: rgb(65,35,236); }
td.TdClassName
{
border-color: #4123EC;
}
.TagClassName
{
border-color: #4123EC;
}
</style>