Shades of Han Purple #3403DD
Tints of Han Purple #3403DD
RGB
CMYK
RGB Variations
Color information
#3403DD (or 0x3403DD) is known color: Han Purple. HEX triplet: 34, 03 and DD. RGB value is (52,3,221). Sum of RGB (Red+Green+Blue) = 52+3+221=276 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.84% from 276); Green value is 3 (1.56% from 255 or 1.09% from 276); Blue value is 221 (86.72% from 255 or 80.07% from 276); Max value from RGB is 221 - color contains mainly: blue. Hex color #3403DD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3403DD is #CBFC22. Grayscale: #292929. Windows color (decimal): -13368355 or 14484276. OLE color: 14484276.
HSL color Cylindrical-coordinate representation of color #3403DD: hue angle of 253.49º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3403DD is Cyan = 0.76, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 52 | 3 | 221 | - |
| CMYK | 0.76 | 0.99 | 0 | 0.13 |
| HSL | 253.49º | 0.97% | 0.44% | - |
| HSV(B) | 253.49º | 0.99% | 0.87% | - |
| XYZ | 14.5 | 6.02 | 68.8 | - |
| YUV | 42.5 | 228.73 | 134.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 3 | 221 | 0.76 | 0.99 | 0 | 0.13 | 253.49 | 0.97 | 0.44 |
| Hex | 34 | 3 | DD | 4C | 63 | 0 | D | FD | 61 | 2C |
| Octal | 64 | 3 | 335 | 114 | 143 | 0 | 15 | 375 | 141 | 54 |
| Binary | 110100 | 11 | 11011101 | 1001100 | 1100011 | 0 | 1101 | 11111101 | 1100001 | 101100 |
Color Harmonies of #3403DD
Complementary color
Monochromatic Colors of #3403DD
Black with #3403DD
Text Example
Text Example
White with #3403DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3403DD; }
p { color: rgb(52,3,221); }
H1.HeaderClassName
{
color: #3403DD;
}
.AnyTagClassName
{
color: #3403DD;
}
</style>
background-color css
<style>
a { background-color: #3403DD; }
a { background-color: rgb(52,3,221); }
div.DivClassName
{
background-color: #3403DD;
}
.BgClassName
{
background-color: #3403DD;
}
</style>
border-color css
<style>
span { border-color: #3403DD; }
span { border-color: rgb(52,3,221); }
td.TdClassName
{
border-color: #3403DD;
}
.TagClassName
{
border-color: #3403DD;
}
</style>