Shades of Han Purple #3408DB
Tints of Han Purple #3408DB
RGB
CMYK
RGB Variations
Color information
#3408DB (or 0x3408DB) is known color: Han Purple. HEX triplet: 34, 08 and DB. RGB value is (52,8,219). Sum of RGB (Red+Green+Blue) = 52+8+219=279 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.64% from 279); Green value is 8 (3.52% from 255 or 2.87% from 279); Blue value is 219 (85.94% from 255 or 78.49% from 279); Max value from RGB is 219 - color contains mainly: blue. Hex color #3408DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3408DB is #CBF724. Grayscale: #2C2C2C. Windows color (decimal): -13367077 or 14354484. OLE color: 14354484.
HSL color Cylindrical-coordinate representation of color #3408DB: hue angle of 252.51º degrees, saturation: 0.93, 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 #3408DB is Cyan = 0.76, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 52 | 8 | 219 | - |
| CMYK | 0.76 | 0.96 | 0 | 0.14 |
| HSL | 252.51º | 0.93% | 0.45% | - |
| HSV(B) | 252.51º | 0.96% | 0.86% | - |
| XYZ | 14.29 | 6.02 | 67.43 | - |
| YUV | 45.21 | 226.08 | 132.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 8 | 219 | 0.76 | 0.96 | 0 | 0.14 | 252.51 | 0.93 | 0.45 |
| Hex | 34 | 8 | DB | 4C | 60 | 0 | E | FD | 5D | 2D |
| Octal | 64 | 10 | 333 | 114 | 140 | 0 | 16 | 375 | 135 | 55 |
| Binary | 110100 | 1000 | 11011011 | 1001100 | 1100000 | 0 | 1110 | 11111101 | 1011101 | 101101 |
Color Harmonies of #3408DB
Complementary color
Monochromatic Colors of #3408DB
Black with #3408DB
Text Example
Text Example
White with #3408DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3408DB; }
p { color: rgb(52,8,219); }
H1.HeaderClassName
{
color: #3408DB;
}
.AnyTagClassName
{
color: #3408DB;
}
</style>
background-color css
<style>
a { background-color: #3408DB; }
a { background-color: rgb(52,8,219); }
div.DivClassName
{
background-color: #3408DB;
}
.BgClassName
{
background-color: #3408DB;
}
</style>
border-color css
<style>
span { border-color: #3408DB; }
span { border-color: rgb(52,8,219); }
td.TdClassName
{
border-color: #3408DB;
}
.TagClassName
{
border-color: #3408DB;
}
</style>