Shades of Han Purple #3520E0
Tints of Han Purple #3520E0
RGB
CMYK
RGB Variations
Color information
#3520E0 (or 0x3520E0) is known color: Han Purple. HEX triplet: 35, 20 and E0. RGB value is (53,32,224). Sum of RGB (Red+Green+Blue) = 53+32+224=309 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.15% from 309); Green value is 32 (12.89% from 255 or 10.36% from 309); Blue value is 224 (87.89% from 255 or 72.49% from 309); Max value from RGB is 224 - color contains mainly: blue. Hex color #3520E0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3520E0 is #CADF1F. Grayscale: #3B3B3B. Windows color (decimal): -13295392 or 14688309. OLE color: 14688309.
HSL color Cylindrical-coordinate representation of color #3520E0: hue angle of 246.56º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3520E0 is Cyan = 0.76, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 53 | 32 | 224 | - |
| CMYK | 0.76 | 0.86 | 0 | 0.12 |
| HSL | 246.56º | 0.76% | 0.5% | - |
| HSV(B) | 246.56º | 0.86% | 0.88% | - |
| XYZ | 15.44 | 7.17 | 71.09 | - |
| YUV | 60.17 | 220.46 | 122.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 32 | 224 | 0.76 | 0.86 | 0 | 0.12 | 246.56 | 0.76 | 0.5 |
| Hex | 35 | 20 | E0 | 4C | 56 | 0 | C | F7 | 4C | 32 |
| Octal | 65 | 40 | 340 | 114 | 126 | 0 | 14 | 367 | 114 | 62 |
| Binary | 110101 | 100000 | 11100000 | 1001100 | 1010110 | 0 | 1100 | 11110111 | 1001100 | 110010 |
Color Harmonies of #3520E0
Complementary color
Monochromatic Colors of #3520E0
Black with #3520E0
Text Example
Text Example
White with #3520E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3520E0; }
p { color: rgb(53,32,224); }
H1.HeaderClassName
{
color: #3520E0;
}
.AnyTagClassName
{
color: #3520E0;
}
</style>
background-color css
<style>
a { background-color: #3520E0; }
a { background-color: rgb(53,32,224); }
div.DivClassName
{
background-color: #3520E0;
}
.BgClassName
{
background-color: #3520E0;
}
</style>
border-color css
<style>
span { border-color: #3520E0; }
span { border-color: rgb(53,32,224); }
td.TdClassName
{
border-color: #3520E0;
}
.TagClassName
{
border-color: #3520E0;
}
</style>