Shades of Han Purple #3404DC
Tints of Han Purple #3404DC
RGB
CMYK
RGB Variations
Color information
#3404DC (or 0x3404DC) is known color: Han Purple. HEX triplet: 34, 04 and DC. RGB value is (52,4,220). Sum of RGB (Red+Green+Blue) = 52+4+220=276 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.84% from 276); Green value is 4 (1.95% from 255 or 1.45% from 276); Blue value is 220 (86.33% from 255 or 79.71% from 276); Max value from RGB is 220 - color contains mainly: blue. Hex color #3404DC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3404DC is #CBFB23. Grayscale: #2A2A2A. Windows color (decimal): -13368100 or 14418996. OLE color: 14418996.
HSL color Cylindrical-coordinate representation of color #3404DC: hue angle of 253.33º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3404DC is Cyan = 0.76, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 52 | 4 | 220 | - |
| CMYK | 0.76 | 0.98 | 0 | 0.14 |
| HSL | 253.33º | 0.96% | 0.44% | - |
| HSV(B) | 253.33º | 0.98% | 0.86% | - |
| XYZ | 14.38 | 5.98 | 68.11 | - |
| YUV | 42.98 | 227.9 | 134.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 4 | 220 | 0.76 | 0.98 | 0 | 0.14 | 253.33 | 0.96 | 0.44 |
| Hex | 34 | 4 | DC | 4C | 62 | 0 | E | FD | 60 | 2C |
| Octal | 64 | 4 | 334 | 114 | 142 | 0 | 16 | 375 | 140 | 54 |
| Binary | 110100 | 100 | 11011100 | 1001100 | 1100010 | 0 | 1110 | 11111101 | 1100000 | 101100 |
Color Harmonies of #3404DC
Complementary color
Monochromatic Colors of #3404DC
Black with #3404DC
Text Example
Text Example
White with #3404DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3404DC; }
p { color: rgb(52,4,220); }
H1.HeaderClassName
{
color: #3404DC;
}
.AnyTagClassName
{
color: #3404DC;
}
</style>
background-color css
<style>
a { background-color: #3404DC; }
a { background-color: rgb(52,4,220); }
div.DivClassName
{
background-color: #3404DC;
}
.BgClassName
{
background-color: #3404DC;
}
</style>
border-color css
<style>
span { border-color: #3404DC; }
span { border-color: rgb(52,4,220); }
td.TdClassName
{
border-color: #3404DC;
}
.TagClassName
{
border-color: #3404DC;
}
</style>