Shades of Han Purple #3520DC
Tints of Han Purple #3520DC
RGB
CMYK
RGB Variations
Color information
#3520DC (or 0x3520DC) is known color: Han Purple. HEX triplet: 35, 20 and DC. RGB value is (53,32,220). Sum of RGB (Red+Green+Blue) = 53+32+220=305 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.38% from 305); Green value is 32 (12.89% from 255 or 10.49% from 305); Blue value is 220 (86.33% from 255 or 72.13% from 305); Max value from RGB is 220 - color contains mainly: blue. Hex color #3520DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3520DC is #CADF23. Grayscale: #3A3A3A. Windows color (decimal): -13295396 or 14426165. OLE color: 14426165.
HSL color Cylindrical-coordinate representation of color #3520DC: hue angle of 246.7º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3520DC is Cyan = 0.76, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 53 | 32 | 220 | - |
| CMYK | 0.76 | 0.85 | 0 | 0.14 |
| HSL | 246.7º | 0.75% | 0.49% | - |
| HSV(B) | 246.7º | 0.85% | 0.86% | - |
| XYZ | 14.9 | 6.96 | 68.27 | - |
| YUV | 59.71 | 218.46 | 123.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 32 | 220 | 0.76 | 0.85 | 0 | 0.14 | 246.7 | 0.75 | 0.49 |
| Hex | 35 | 20 | DC | 4C | 55 | 0 | E | F7 | 4B | 31 |
| Octal | 65 | 40 | 334 | 114 | 125 | 0 | 16 | 367 | 113 | 61 |
| Binary | 110101 | 100000 | 11011100 | 1001100 | 1010101 | 0 | 1110 | 11110111 | 1001011 | 110001 |
Color Harmonies of #3520DC
Complementary color
Monochromatic Colors of #3520DC
Black with #3520DC
Text Example
Text Example
White with #3520DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3520DC; }
p { color: rgb(53,32,220); }
H1.HeaderClassName
{
color: #3520DC;
}
.AnyTagClassName
{
color: #3520DC;
}
</style>
background-color css
<style>
a { background-color: #3520DC; }
a { background-color: rgb(53,32,220); }
div.DivClassName
{
background-color: #3520DC;
}
.BgClassName
{
background-color: #3520DC;
}
</style>
border-color css
<style>
span { border-color: #3520DC; }
span { border-color: rgb(53,32,220); }
td.TdClassName
{
border-color: #3520DC;
}
.TagClassName
{
border-color: #3520DC;
}
</style>