Shades of Han Purple #3404DB
Tints of Han Purple #3404DB
RGB
CMYK
RGB Variations
Color information
#3404DB (or 0x3404DB) is known color: Han Purple. HEX triplet: 34, 04 and DB. RGB value is (52,4,219). Sum of RGB (Red+Green+Blue) = 52+4+219=275 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.91% from 275); Green value is 4 (1.95% from 255 or 1.45% from 275); Blue value is 219 (85.94% from 255 or 79.64% from 275); Max value from RGB is 219 - color contains mainly: blue. Hex color #3404DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3404DB is #CBFB24. Grayscale: #2A2A2A. Windows color (decimal): -13368101 or 14353460. OLE color: 14353460.
HSL color Cylindrical-coordinate representation of color #3404DB: hue angle of 253.4º 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 #3404DB is Cyan = 0.76, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 52 | 4 | 219 | - |
| CMYK | 0.76 | 0.98 | 0 | 0.14 |
| HSL | 253.4º | 0.96% | 0.44% | - |
| HSV(B) | 253.4º | 0.98% | 0.86% | - |
| XYZ | 14.25 | 5.93 | 67.41 | - |
| YUV | 42.86 | 227.4 | 134.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 4 | 219 | 0.76 | 0.98 | 0 | 0.14 | 253.4 | 0.96 | 0.44 |
| Hex | 34 | 4 | DB | 4C | 62 | 0 | E | FD | 60 | 2C |
| Octal | 64 | 4 | 333 | 114 | 142 | 0 | 16 | 375 | 140 | 54 |
| Binary | 110100 | 100 | 11011011 | 1001100 | 1100010 | 0 | 1110 | 11111101 | 1100000 | 101100 |
Color Harmonies of #3404DB
Complementary color
Monochromatic Colors of #3404DB
Black with #3404DB
Text Example
Text Example
White with #3404DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3404DB; }
p { color: rgb(52,4,219); }
H1.HeaderClassName
{
color: #3404DB;
}
.AnyTagClassName
{
color: #3404DB;
}
</style>
background-color css
<style>
a { background-color: #3404DB; }
a { background-color: rgb(52,4,219); }
div.DivClassName
{
background-color: #3404DB;
}
.BgClassName
{
background-color: #3404DB;
}
</style>
border-color css
<style>
span { border-color: #3404DB; }
span { border-color: rgb(52,4,219); }
td.TdClassName
{
border-color: #3404DB;
}
.TagClassName
{
border-color: #3404DB;
}
</style>