Shades of Han Purple #4326DC
Tints of Han Purple #4326DC
RGB
CMYK
RGB Variations
Color information
#4326DC (or 0x4326DC) is known color: Han Purple. HEX triplet: 43, 26 and DC. RGB value is (67,38,220). Sum of RGB (Red+Green+Blue) = 67+38+220=325 (43% of max value = 765). Red value is 67 (26.56% from 255 or 20.62% from 325); Green value is 38 (15.23% from 255 or 11.69% from 325); Blue value is 220 (86.33% from 255 or 67.69% from 325); Max value from RGB is 220 - color contains mainly: blue. Hex color #4326DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4326DC is #BCD923. Grayscale: #424242. Windows color (decimal): -12376356 or 14427715. OLE color: 14427715.
HSL color Cylindrical-coordinate representation of color #4326DC: hue angle of 249.56º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4326DC is Cyan = 0.70, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 67 | 38 | 220 | - |
| CMYK | 0.70 | 0.83 | 0 | 0.14 |
| HSL | 249.56º | 0.72% | 0.51% | - |
| HSV(B) | 249.56º | 0.83% | 0.86% | - |
| XYZ | 15.93 | 7.75 | 68.37 | - |
| YUV | 67.42 | 214.11 | 127.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 38 | 220 | 0.70 | 0.83 | 0 | 0.14 | 249.56 | 0.72 | 0.51 |
| Hex | 43 | 26 | DC | 46 | 53 | 0 | E | FA | 48 | 33 |
| Octal | 103 | 46 | 334 | 106 | 123 | 0 | 16 | 372 | 110 | 63 |
| Binary | 1000011 | 100110 | 11011100 | 1000110 | 1010011 | 0 | 1110 | 11111010 | 1001000 | 110011 |
Color Harmonies of #4326DC
Complementary color
Monochromatic Colors of #4326DC
Black with #4326DC
Text Example
Text Example
White with #4326DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4326DC; }
p { color: rgb(67,38,220); }
H1.HeaderClassName
{
color: #4326DC;
}
.AnyTagClassName
{
color: #4326DC;
}
</style>
background-color css
<style>
a { background-color: #4326DC; }
a { background-color: rgb(67,38,220); }
div.DivClassName
{
background-color: #4326DC;
}
.BgClassName
{
background-color: #4326DC;
}
</style>
border-color css
<style>
span { border-color: #4326DC; }
span { border-color: rgb(67,38,220); }
td.TdClassName
{
border-color: #4326DC;
}
.TagClassName
{
border-color: #4326DC;
}
</style>