Shades of Han Purple #3403DA
Tints of Han Purple #3403DA
RGB
CMYK
RGB Variations
Color information
#3403DA (or 0x3403DA) is known color: Han Purple. HEX triplet: 34, 03 and DA. RGB value is (52,3,218). Sum of RGB (Red+Green+Blue) = 52+3+218=273 (36% of max value = 765). Red value is 52 (20.70% from 255 or 19.05% from 273); Green value is 3 (1.56% from 255 or 1.10% from 273); Blue value is 218 (85.55% from 255 or 79.85% from 273); Max value from RGB is 218 - color contains mainly: blue. Hex color #3403DA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3403DA is #CBFC25. Grayscale: #292929. Windows color (decimal): -13368358 or 14287668. OLE color: 14287668.
HSL color Cylindrical-coordinate representation of color #3403DA: hue angle of 253.67º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3403DA is Cyan = 0.76, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 52 | 3 | 218 | - |
| CMYK | 0.76 | 0.99 | 0 | 0.15 |
| HSL | 253.67º | 0.97% | 0.43% | - |
| HSV(B) | 253.67º | 0.99% | 0.85% | - |
| XYZ | 14.1 | 5.86 | 66.72 | - |
| YUV | 42.16 | 227.23 | 135.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 3 | 218 | 0.76 | 0.99 | 0 | 0.15 | 253.67 | 0.97 | 0.43 |
| Hex | 34 | 3 | DA | 4C | 63 | 0 | F | FE | 61 | 2B |
| Octal | 64 | 3 | 332 | 114 | 143 | 0 | 17 | 376 | 141 | 53 |
| Binary | 110100 | 11 | 11011010 | 1001100 | 1100011 | 0 | 1111 | 11111110 | 1100001 | 101011 |
Color Harmonies of #3403DA
Complementary color
Monochromatic Colors of #3403DA
Black with #3403DA
Text Example
Text Example
White with #3403DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3403DA; }
p { color: rgb(52,3,218); }
H1.HeaderClassName
{
color: #3403DA;
}
.AnyTagClassName
{
color: #3403DA;
}
</style>
background-color css
<style>
a { background-color: #3403DA; }
a { background-color: rgb(52,3,218); }
div.DivClassName
{
background-color: #3403DA;
}
.BgClassName
{
background-color: #3403DA;
}
</style>
border-color css
<style>
span { border-color: #3403DA; }
span { border-color: rgb(52,3,218); }
td.TdClassName
{
border-color: #3403DA;
}
.TagClassName
{
border-color: #3403DA;
}
</style>