Shades of Han Purple #3409DB
Tints of Han Purple #3409DB
RGB
CMYK
RGB Variations
Color information
#3409DB (or 0x3409DB) is known color: Han Purple. HEX triplet: 34, 09 and DB. RGB value is (52,9,219). Sum of RGB (Red+Green+Blue) = 52+9+219=280 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.57% from 280); Green value is 9 (3.91% from 255 or 3.21% from 280); Blue value is 219 (85.94% from 255 or 78.21% from 280); Max value from RGB is 219 - color contains mainly: blue. Hex color #3409DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3409DB is #CBF624. Grayscale: #2D2D2D. Windows color (decimal): -13366821 or 14354740. OLE color: 14354740.
HSL color Cylindrical-coordinate representation of color #3409DB: hue angle of 252.29º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3409DB is Cyan = 0.76, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 52 | 9 | 219 | - |
| CMYK | 0.76 | 0.96 | 0 | 0.14 |
| HSL | 252.29º | 0.92% | 0.45% | - |
| HSV(B) | 252.29º | 0.96% | 0.86% | - |
| XYZ | 14.3 | 6.04 | 67.43 | - |
| YUV | 45.8 | 225.75 | 132.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 9 | 219 | 0.76 | 0.96 | 0 | 0.14 | 252.29 | 0.92 | 0.45 |
| Hex | 34 | 9 | DB | 4C | 60 | 0 | E | FC | 5C | 2D |
| Octal | 64 | 11 | 333 | 114 | 140 | 0 | 16 | 374 | 134 | 55 |
| Binary | 110100 | 1001 | 11011011 | 1001100 | 1100000 | 0 | 1110 | 11111100 | 1011100 | 101101 |
Color Harmonies of #3409DB
Complementary color
Monochromatic Colors of #3409DB
Black with #3409DB
Text Example
Text Example
White with #3409DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3409DB; }
p { color: rgb(52,9,219); }
H1.HeaderClassName
{
color: #3409DB;
}
.AnyTagClassName
{
color: #3409DB;
}
</style>
background-color css
<style>
a { background-color: #3409DB; }
a { background-color: rgb(52,9,219); }
div.DivClassName
{
background-color: #3409DB;
}
.BgClassName
{
background-color: #3409DB;
}
</style>
border-color css
<style>
span { border-color: #3409DB; }
span { border-color: rgb(52,9,219); }
td.TdClassName
{
border-color: #3409DB;
}
.TagClassName
{
border-color: #3409DB;
}
</style>