Shades of Han Purple #3403DB
Tints of Han Purple #3403DB
RGB
CMYK
RGB Variations
Color information
#3403DB (or 0x3403DB) is known color: Han Purple. HEX triplet: 34, 03 and DB. RGB value is (52,3,219). Sum of RGB (Red+Green+Blue) = 52+3+219=274 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.98% from 274); Green value is 3 (1.56% from 255 or 1.09% from 274); Blue value is 219 (85.94% from 255 or 79.93% from 274); Max value from RGB is 219 - color contains mainly: blue. Hex color #3403DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3403DB is #CBFC24. Grayscale: #292929. Windows color (decimal): -13368357 or 14353204. OLE color: 14353204.
HSL color Cylindrical-coordinate representation of color #3403DB: hue angle of 253.61º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3403DB is Cyan = 0.76, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 52 | 3 | 219 | - |
| CMYK | 0.76 | 0.99 | 0 | 0.14 |
| HSL | 253.61º | 0.97% | 0.44% | - |
| HSV(B) | 253.61º | 0.99% | 0.86% | - |
| XYZ | 14.23 | 5.91 | 67.41 | - |
| YUV | 42.28 | 227.73 | 134.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 3 | 219 | 0.76 | 0.99 | 0 | 0.14 | 253.61 | 0.97 | 0.44 |
| Hex | 34 | 3 | DB | 4C | 63 | 0 | E | FE | 61 | 2C |
| Octal | 64 | 3 | 333 | 114 | 143 | 0 | 16 | 376 | 141 | 54 |
| Binary | 110100 | 11 | 11011011 | 1001100 | 1100011 | 0 | 1110 | 11111110 | 1100001 | 101100 |
Color Harmonies of #3403DB
Complementary color
Monochromatic Colors of #3403DB
Black with #3403DB
Text Example
Text Example
White with #3403DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3403DB; }
p { color: rgb(52,3,219); }
H1.HeaderClassName
{
color: #3403DB;
}
.AnyTagClassName
{
color: #3403DB;
}
</style>
background-color css
<style>
a { background-color: #3403DB; }
a { background-color: rgb(52,3,219); }
div.DivClassName
{
background-color: #3403DB;
}
.BgClassName
{
background-color: #3403DB;
}
</style>
border-color css
<style>
span { border-color: #3403DB; }
span { border-color: rgb(52,3,219); }
td.TdClassName
{
border-color: #3403DB;
}
.TagClassName
{
border-color: #3403DB;
}
</style>