Shades of Han Purple #3403DC
Tints of Han Purple #3403DC
RGB
CMYK
RGB Variations
Color information
#3403DC (or 0x3403DC) is known color: Han Purple. HEX triplet: 34, 03 and DC. RGB value is (52,3,220). Sum of RGB (Red+Green+Blue) = 52+3+220=275 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.91% from 275); Green value is 3 (1.56% from 255 or 1.09% from 275); Blue value is 220 (86.33% from 255 or 80% from 275); Max value from RGB is 220 - color contains mainly: blue. Hex color #3403DC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3403DC is #CBFC23. Grayscale: #292929. Windows color (decimal): -13368356 or 14418740. OLE color: 14418740.
HSL color Cylindrical-coordinate representation of color #3403DC: hue angle of 253.55º 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 #3403DC is Cyan = 0.76, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 52 | 3 | 220 | - |
| CMYK | 0.76 | 0.99 | 0 | 0.14 |
| HSL | 253.55º | 0.97% | 0.44% | - |
| HSV(B) | 253.55º | 0.99% | 0.86% | - |
| XYZ | 14.37 | 5.96 | 68.1 | - |
| YUV | 42.39 | 228.23 | 134.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 3 | 220 | 0.76 | 0.99 | 0 | 0.14 | 253.55 | 0.97 | 0.44 |
| Hex | 34 | 3 | DC | 4C | 63 | 0 | E | FE | 61 | 2C |
| Octal | 64 | 3 | 334 | 114 | 143 | 0 | 16 | 376 | 141 | 54 |
| Binary | 110100 | 11 | 11011100 | 1001100 | 1100011 | 0 | 1110 | 11111110 | 1100001 | 101100 |
Color Harmonies of #3403DC
Complementary color
Monochromatic Colors of #3403DC
Black with #3403DC
Text Example
Text Example
White with #3403DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3403DC; }
p { color: rgb(52,3,220); }
H1.HeaderClassName
{
color: #3403DC;
}
.AnyTagClassName
{
color: #3403DC;
}
</style>
background-color css
<style>
a { background-color: #3403DC; }
a { background-color: rgb(52,3,220); }
div.DivClassName
{
background-color: #3403DC;
}
.BgClassName
{
background-color: #3403DC;
}
</style>
border-color css
<style>
span { border-color: #3403DC; }
span { border-color: rgb(52,3,220); }
td.TdClassName
{
border-color: #3403DC;
}
.TagClassName
{
border-color: #3403DC;
}
</style>