Shades of Han Purple #3400DC
Tints of Han Purple #3400DC
RGB
CMYK
RGB Variations
Color information
#3400DC (or 0x3400DC) is known color: Han Purple. HEX triplet: 34, 00 and DC. RGB value is (52,0,220). Sum of RGB (Red+Green+Blue) = 52+0+220=272 (36% of max value = 765). Red value is 52 (20.70% from 255 or 19.12% from 272); Green value is 0 (0.39% from 255 or 0% from 272); Blue value is 220 (86.33% from 255 or 80.88% from 272); Max value from RGB is 220 - color contains mainly: blue. Hex color #3400DC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3400DC is #CBFF23. Grayscale: #272727. Windows color (decimal): -13369124 or 14417972. OLE color: 14417972.
HSL color Cylindrical-coordinate representation of color #3400DC: hue angle of 254.18º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3400DC is Cyan = 0.76, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 52 | 0 | 220 | - |
| CMYK | 0.76 | 1 | 0 | 0.14 |
| HSL | 254.18º | 1% | 0.43% | - |
| HSV(B) | 254.18º | 1% | 0.86% | - |
| XYZ | 14.33 | 5.9 | 68.09 | - |
| YUV | 40.63 | 229.23 | 136.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 0 | 220 | 0.76 | 1 | 0 | 0.14 | 254.18 | 1 | 0.43 |
| Hex | 34 | 0 | DC | 4C | 64 | 0 | E | FE | 64 | 2B |
| Octal | 64 | 0 | 334 | 114 | 144 | 0 | 16 | 376 | 144 | 53 |
| Binary | 110100 | 0 | 11011100 | 1001100 | 1100100 | 0 | 1110 | 11111110 | 1100100 | 101011 |
Color Harmonies of #3400DC
Complementary color
Monochromatic Colors of #3400DC
Black with #3400DC
Text Example
Text Example
White with #3400DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3400DC; }
p { color: rgb(52,0,220); }
H1.HeaderClassName
{
color: #3400DC;
}
.AnyTagClassName
{
color: #3400DC;
}
</style>
background-color css
<style>
a { background-color: #3400DC; }
a { background-color: rgb(52,0,220); }
div.DivClassName
{
background-color: #3400DC;
}
.BgClassName
{
background-color: #3400DC;
}
</style>
border-color css
<style>
span { border-color: #3400DC; }
span { border-color: rgb(52,0,220); }
td.TdClassName
{
border-color: #3400DC;
}
.TagClassName
{
border-color: #3400DC;
}
</style>