Shades of Han Purple #4123EB
Tints of Han Purple #4123EB
RGB
CMYK
RGB Variations
Color information
#4123EB (or 0x4123EB) is known color: Han Purple. HEX triplet: 41, 23 and EB. RGB value is (65,35,235). Sum of RGB (Red+Green+Blue) = 65+35+235=335 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.40% from 335); Green value is 35 (14.06% from 255 or 10.45% from 335); Blue value is 235 (92.19% from 255 or 70.15% from 335); Max value from RGB is 235 - color contains mainly: blue. Hex color #4123EB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4123EB is #BEDC14. Grayscale: #424242. Windows color (decimal): -12508181 or 15409985. OLE color: 15409985.
HSL color Cylindrical-coordinate representation of color #4123EB: hue angle of 249º 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 #4123EB is Cyan = 0.72, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 65 | 35 | 235 | - |
| CMYK | 0.72 | 0.85 | 0 | 0.08 |
| HSL | 249º | 0.83% | 0.53% | - |
| HSV(B) | 249º | 0.85% | 0.92% | - |
| XYZ | 17.78 | 8.32 | 79.27 | - |
| YUV | 66.77 | 222.94 | 126.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 35 | 235 | 0.72 | 0.85 | 0 | 0.08 | 249 | 0.83 | 0.53 |
| Hex | 41 | 23 | EB | 48 | 55 | 0 | 8 | F9 | 53 | 35 |
| Octal | 101 | 43 | 353 | 110 | 125 | 0 | 10 | 371 | 123 | 65 |
| Binary | 1000001 | 100011 | 11101011 | 1001000 | 1010101 | 0 | 1000 | 11111001 | 1010011 | 110101 |
Color Harmonies of #4123EB
Complementary color
Monochromatic Colors of #4123EB
Black with #4123EB
Text Example
Text Example
White with #4123EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4123EB; }
p { color: rgb(65,35,235); }
H1.HeaderClassName
{
color: #4123EB;
}
.AnyTagClassName
{
color: #4123EB;
}
</style>
background-color css
<style>
a { background-color: #4123EB; }
a { background-color: rgb(65,35,235); }
div.DivClassName
{
background-color: #4123EB;
}
.BgClassName
{
background-color: #4123EB;
}
</style>
border-color css
<style>
span { border-color: #4123EB; }
span { border-color: rgb(65,35,235); }
td.TdClassName
{
border-color: #4123EB;
}
.TagClassName
{
border-color: #4123EB;
}
</style>