Shades of Han Purple #3426DC
Tints of Han Purple #3426DC
RGB
CMYK
RGB Variations
Color information
#3426DC (or 0x3426DC) is known color: Han Purple. HEX triplet: 34, 26 and DC. RGB value is (52,38,220). Sum of RGB (Red+Green+Blue) = 52+38+220=310 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.77% from 310); Green value is 38 (15.23% from 255 or 12.26% from 310); Blue value is 220 (86.33% from 255 or 70.97% from 310); Max value from RGB is 220 - color contains mainly: blue. Hex color #3426DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3426DC is #CBD923. Grayscale: #3E3E3E. Windows color (decimal): -13359396 or 14427700. OLE color: 14427700.
HSL color Cylindrical-coordinate representation of color #3426DC: hue angle of 244.62º 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 #3426DC is Cyan = 0.76, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 52 | 38 | 220 | - |
| CMYK | 0.76 | 0.83 | 0 | 0.14 |
| HSL | 244.62º | 0.72% | 0.51% | - |
| HSV(B) | 244.62º | 0.83% | 0.86% | - |
| XYZ | 15.03 | 7.28 | 68.32 | - |
| YUV | 62.93 | 216.64 | 120.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 38 | 220 | 0.76 | 0.83 | 0 | 0.14 | 244.62 | 0.72 | 0.51 |
| Hex | 34 | 26 | DC | 4C | 53 | 0 | E | F5 | 48 | 33 |
| Octal | 64 | 46 | 334 | 114 | 123 | 0 | 16 | 365 | 110 | 63 |
| Binary | 110100 | 100110 | 11011100 | 1001100 | 1010011 | 0 | 1110 | 11110101 | 1001000 | 110011 |
Color Harmonies of #3426DC
Complementary color
Monochromatic Colors of #3426DC
Black with #3426DC
Text Example
Text Example
White with #3426DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3426DC; }
p { color: rgb(52,38,220); }
H1.HeaderClassName
{
color: #3426DC;
}
.AnyTagClassName
{
color: #3426DC;
}
</style>
background-color css
<style>
a { background-color: #3426DC; }
a { background-color: rgb(52,38,220); }
div.DivClassName
{
background-color: #3426DC;
}
.BgClassName
{
background-color: #3426DC;
}
</style>
border-color css
<style>
span { border-color: #3426DC; }
span { border-color: rgb(52,38,220); }
td.TdClassName
{
border-color: #3426DC;
}
.TagClassName
{
border-color: #3426DC;
}
</style>