Shades of Han Purple #3510DC
Tints of Han Purple #3510DC
RGB
CMYK
RGB Variations
Color information
#3510DC (or 0x3510DC) is known color: Han Purple. HEX triplet: 35, 10 and DC. RGB value is (53,16,220). Sum of RGB (Red+Green+Blue) = 53+16+220=289 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.34% from 289); Green value is 16 (6.64% from 255 or 5.54% from 289); Blue value is 220 (86.33% from 255 or 76.12% from 289); Max value from RGB is 220 - color contains mainly: blue. Hex color #3510DC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3510DC is #CAEF23. Grayscale: #313131. Windows color (decimal): -13299492 or 14422069. OLE color: 14422069.
HSL color Cylindrical-coordinate representation of color #3510DC: hue angle of 250.88º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3510DC is Cyan = 0.76, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 53 | 16 | 220 | - |
| CMYK | 0.76 | 0.93 | 0 | 0.14 |
| HSL | 250.88º | 0.86% | 0.46% | - |
| HSV(B) | 250.88º | 0.93% | 0.86% | - |
| XYZ | 14.57 | 6.29 | 68.16 | - |
| YUV | 50.32 | 223.76 | 129.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 16 | 220 | 0.76 | 0.93 | 0 | 0.14 | 250.88 | 0.86 | 0.46 |
| Hex | 35 | 10 | DC | 4C | 5D | 0 | E | FB | 56 | 2E |
| Octal | 65 | 20 | 334 | 114 | 135 | 0 | 16 | 373 | 126 | 56 |
| Binary | 110101 | 10000 | 11011100 | 1001100 | 1011101 | 0 | 1110 | 11111011 | 1010110 | 101110 |
Color Harmonies of #3510DC
Complementary color
Monochromatic Colors of #3510DC
Black with #3510DC
Text Example
Text Example
White with #3510DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3510DC; }
p { color: rgb(53,16,220); }
H1.HeaderClassName
{
color: #3510DC;
}
.AnyTagClassName
{
color: #3510DC;
}
</style>
background-color css
<style>
a { background-color: #3510DC; }
a { background-color: rgb(53,16,220); }
div.DivClassName
{
background-color: #3510DC;
}
.BgClassName
{
background-color: #3510DC;
}
</style>
border-color css
<style>
span { border-color: #3510DC; }
span { border-color: rgb(53,16,220); }
td.TdClassName
{
border-color: #3510DC;
}
.TagClassName
{
border-color: #3510DC;
}
</style>