Shades of Han Purple #4123DF
Tints of Han Purple #4123DF
RGB
CMYK
RGB Variations
Color information
#4123DF (or 0x4123DF) is known color: Han Purple. HEX triplet: 41, 23 and DF. RGB value is (65,35,223). Sum of RGB (Red+Green+Blue) = 65+35+223=323 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.12% from 323); Green value is 35 (14.06% from 255 or 10.84% from 323); Blue value is 223 (87.5% from 255 or 69.04% from 323); Max value from RGB is 223 - color contains mainly: blue. Hex color #4123DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4123DF is #BEDC20. Grayscale: #404040. Windows color (decimal): -12508193 or 14623553. OLE color: 14623553.
HSL color Cylindrical-coordinate representation of color #4123DF: hue angle of 249.57º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4123DF is Cyan = 0.71, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 65 | 35 | 223 | - |
| CMYK | 0.71 | 0.84 | 0 | 0.13 |
| HSL | 249.57º | 0.75% | 0.51% | - |
| HSV(B) | 249.57º | 0.84% | 0.87% | - |
| XYZ | 16.1 | 7.65 | 70.44 | - |
| YUV | 65.4 | 216.94 | 127.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 35 | 223 | 0.71 | 0.84 | 0 | 0.13 | 249.57 | 0.75 | 0.51 |
| Hex | 41 | 23 | DF | 47 | 54 | 0 | D | FA | 4B | 33 |
| Octal | 101 | 43 | 337 | 107 | 124 | 0 | 15 | 372 | 113 | 63 |
| Binary | 1000001 | 100011 | 11011111 | 1000111 | 1010100 | 0 | 1101 | 11111010 | 1001011 | 110011 |
Color Harmonies of #4123DF
Complementary color
Monochromatic Colors of #4123DF
Black with #4123DF
Text Example
Text Example
White with #4123DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4123DF; }
p { color: rgb(65,35,223); }
H1.HeaderClassName
{
color: #4123DF;
}
.AnyTagClassName
{
color: #4123DF;
}
</style>
background-color css
<style>
a { background-color: #4123DF; }
a { background-color: rgb(65,35,223); }
div.DivClassName
{
background-color: #4123DF;
}
.BgClassName
{
background-color: #4123DF;
}
</style>
border-color css
<style>
span { border-color: #4123DF; }
span { border-color: rgb(65,35,223); }
td.TdClassName
{
border-color: #4123DF;
}
.TagClassName
{
border-color: #4123DF;
}
</style>