Shades of Han Purple #4123DC
Tints of Han Purple #4123DC
RGB
CMYK
RGB Variations
Color information
#4123DC (or 0x4123DC) is known color: Han Purple. HEX triplet: 41, 23 and DC. RGB value is (65,35,220). Sum of RGB (Red+Green+Blue) = 65+35+220=320 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.31% from 320); Green value is 35 (14.06% from 255 or 10.94% from 320); Blue value is 220 (86.33% from 255 or 68.75% from 320); Max value from RGB is 220 - color contains mainly: blue. Hex color #4123DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4123DC is #BEDC23. Grayscale: #404040. Windows color (decimal): -12508196 or 14426945. OLE color: 14426945.
HSL color Cylindrical-coordinate representation of color #4123DC: hue angle of 249.73º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4123DC is Cyan = 0.70, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 65 | 35 | 220 | - |
| CMYK | 0.70 | 0.84 | 0 | 0.14 |
| HSL | 249.73º | 0.73% | 0.5% | - |
| HSV(B) | 249.73º | 0.84% | 0.86% | - |
| XYZ | 15.7 | 7.49 | 68.33 | - |
| YUV | 65.06 | 215.44 | 127.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 35 | 220 | 0.70 | 0.84 | 0 | 0.14 | 249.73 | 0.73 | 0.5 |
| Hex | 41 | 23 | DC | 46 | 54 | 0 | E | FA | 49 | 32 |
| Octal | 101 | 43 | 334 | 106 | 124 | 0 | 16 | 372 | 111 | 62 |
| Binary | 1000001 | 100011 | 11011100 | 1000110 | 1010100 | 0 | 1110 | 11111010 | 1001001 | 110010 |
Color Harmonies of #4123DC
Complementary color
Monochromatic Colors of #4123DC
Black with #4123DC
Text Example
Text Example
White with #4123DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4123DC; }
p { color: rgb(65,35,220); }
H1.HeaderClassName
{
color: #4123DC;
}
.AnyTagClassName
{
color: #4123DC;
}
</style>
background-color css
<style>
a { background-color: #4123DC; }
a { background-color: rgb(65,35,220); }
div.DivClassName
{
background-color: #4123DC;
}
.BgClassName
{
background-color: #4123DC;
}
</style>
border-color css
<style>
span { border-color: #4123DC; }
span { border-color: rgb(65,35,220); }
td.TdClassName
{
border-color: #4123DC;
}
.TagClassName
{
border-color: #4123DC;
}
</style>