Shades of Han Purple #3505E5
Tints of Han Purple #3505E5
RGB
CMYK
RGB Variations
Color information
#3505E5 (or 0x3505E5) is known color: Han Purple. HEX triplet: 35, 05 and E5. RGB value is (53,5,229). Sum of RGB (Red+Green+Blue) = 53+5+229=287 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.47% from 287); Green value is 5 (2.34% from 255 or 1.74% from 287); Blue value is 229 (89.84% from 255 or 79.79% from 287); Max value from RGB is 229 - color contains mainly: blue. Hex color #3505E5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3505E5 is #CAFA1A. Grayscale: #2C2C2C. Windows color (decimal): -13302299 or 15009077. OLE color: 15009077.
HSL color Cylindrical-coordinate representation of color #3505E5: hue angle of 252.86º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3505E5 is Cyan = 0.77, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 53 | 5 | 229 | - |
| CMYK | 0.77 | 0.98 | 0 | 0.10 |
| HSL | 252.86º | 0.96% | 0.46% | - |
| HSV(B) | 252.86º | 0.98% | 0.9% | - |
| XYZ | 15.67 | 6.52 | 74.56 | - |
| YUV | 44.89 | 231.9 | 133.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 5 | 229 | 0.77 | 0.98 | 0 | 0.10 | 252.86 | 0.96 | 0.46 |
| Hex | 35 | 5 | E5 | 4D | 62 | 0 | A | FD | 60 | 2E |
| Octal | 65 | 5 | 345 | 115 | 142 | 0 | 12 | 375 | 140 | 56 |
| Binary | 110101 | 101 | 11100101 | 1001101 | 1100010 | 0 | 1010 | 11111101 | 1100000 | 101110 |
Color Harmonies of #3505E5
Complementary color
Monochromatic Colors of #3505E5
Black with #3505E5
Text Example
Text Example
White with #3505E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3505E5; }
p { color: rgb(53,5,229); }
H1.HeaderClassName
{
color: #3505E5;
}
.AnyTagClassName
{
color: #3505E5;
}
</style>
background-color css
<style>
a { background-color: #3505E5; }
a { background-color: rgb(53,5,229); }
div.DivClassName
{
background-color: #3505E5;
}
.BgClassName
{
background-color: #3505E5;
}
</style>
border-color css
<style>
span { border-color: #3505E5; }
span { border-color: rgb(53,5,229); }
td.TdClassName
{
border-color: #3505E5;
}
.TagClassName
{
border-color: #3505E5;
}
</style>