Shades of Han Purple #3425DB
Tints of Han Purple #3425DB
RGB
CMYK
RGB Variations
Color information
#3425DB (or 0x3425DB) is known color: Han Purple. HEX triplet: 34, 25 and DB. RGB value is (52,37,219). Sum of RGB (Red+Green+Blue) = 52+37+219=308 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.88% from 308); Green value is 37 (14.84% from 255 or 12.01% from 308); Blue value is 219 (85.94% from 255 or 71.10% from 308); Max value from RGB is 219 - color contains mainly: blue. Hex color #3425DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3425DB is #CBDA24. Grayscale: #3D3D3D. Windows color (decimal): -13359653 or 14361908. OLE color: 14361908.
HSL color Cylindrical-coordinate representation of color #3425DB: hue angle of 244.95º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3425DB is Cyan = 0.76, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 52 | 37 | 219 | - |
| CMYK | 0.76 | 0.83 | 0 | 0.14 |
| HSL | 244.95º | 0.72% | 0.5% | - |
| HSV(B) | 244.95º | 0.83% | 0.86% | - |
| XYZ | 14.86 | 7.17 | 67.62 | - |
| YUV | 62.23 | 216.47 | 120.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 37 | 219 | 0.76 | 0.83 | 0 | 0.14 | 244.95 | 0.72 | 0.5 |
| Hex | 34 | 25 | DB | 4C | 53 | 0 | E | F5 | 48 | 32 |
| Octal | 64 | 45 | 333 | 114 | 123 | 0 | 16 | 365 | 110 | 62 |
| Binary | 110100 | 100101 | 11011011 | 1001100 | 1010011 | 0 | 1110 | 11110101 | 1001000 | 110010 |
Color Harmonies of #3425DB
Complementary color
Monochromatic Colors of #3425DB
Black with #3425DB
Text Example
Text Example
White with #3425DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3425DB; }
p { color: rgb(52,37,219); }
H1.HeaderClassName
{
color: #3425DB;
}
.AnyTagClassName
{
color: #3425DB;
}
</style>
background-color css
<style>
a { background-color: #3425DB; }
a { background-color: rgb(52,37,219); }
div.DivClassName
{
background-color: #3425DB;
}
.BgClassName
{
background-color: #3425DB;
}
</style>
border-color css
<style>
span { border-color: #3425DB; }
span { border-color: rgb(52,37,219); }
td.TdClassName
{
border-color: #3425DB;
}
.TagClassName
{
border-color: #3425DB;
}
</style>