Shades of Han Purple #3423DB
Tints of Han Purple #3423DB
RGB
CMYK
RGB Variations
Color information
#3423DB (or 0x3423DB) is known color: Han Purple. HEX triplet: 34, 23 and DB. RGB value is (52,35,219). Sum of RGB (Red+Green+Blue) = 52+35+219=306 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.99% from 306); Green value is 35 (14.06% from 255 or 11.44% from 306); Blue value is 219 (85.94% from 255 or 71.57% from 306); Max value from RGB is 219 - color contains mainly: blue. Hex color #3423DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3423DB is #CBDC24. Grayscale: #3C3C3C. Windows color (decimal): -13360165 or 14361396. OLE color: 14361396.
HSL color Cylindrical-coordinate representation of color #3423DB: hue angle of 245.54º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3423DB is Cyan = 0.76, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 52 | 35 | 219 | - |
| CMYK | 0.76 | 0.84 | 0 | 0.14 |
| HSL | 245.54º | 0.72% | 0.5% | - |
| HSV(B) | 245.54º | 0.84% | 0.86% | - |
| XYZ | 14.8 | 7.05 | 67.6 | - |
| YUV | 61.06 | 217.13 | 121.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 35 | 219 | 0.76 | 0.84 | 0 | 0.14 | 245.54 | 0.72 | 0.5 |
| Hex | 34 | 23 | DB | 4C | 54 | 0 | E | F6 | 48 | 32 |
| Octal | 64 | 43 | 333 | 114 | 124 | 0 | 16 | 366 | 110 | 62 |
| Binary | 110100 | 100011 | 11011011 | 1001100 | 1010100 | 0 | 1110 | 11110110 | 1001000 | 110010 |
Color Harmonies of #3423DB
Complementary color
Monochromatic Colors of #3423DB
Black with #3423DB
Text Example
Text Example
White with #3423DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3423DB; }
p { color: rgb(52,35,219); }
H1.HeaderClassName
{
color: #3423DB;
}
.AnyTagClassName
{
color: #3423DB;
}
</style>
background-color css
<style>
a { background-color: #3423DB; }
a { background-color: rgb(52,35,219); }
div.DivClassName
{
background-color: #3423DB;
}
.BgClassName
{
background-color: #3423DB;
}
</style>
border-color css
<style>
span { border-color: #3423DB; }
span { border-color: rgb(52,35,219); }
td.TdClassName
{
border-color: #3423DB;
}
.TagClassName
{
border-color: #3423DB;
}
</style>