Shades of Han Purple #3505E0
Tints of Han Purple #3505E0
RGB
CMYK
RGB Variations
Color information
#3505E0 (or 0x3505E0) is known color: Han Purple. HEX triplet: 35, 05 and E0. RGB value is (53,5,224). Sum of RGB (Red+Green+Blue) = 53+5+224=282 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.79% from 282); Green value is 5 (2.34% from 255 or 1.77% from 282); Blue value is 224 (87.89% from 255 or 79.43% from 282); Max value from RGB is 224 - color contains mainly: blue. Hex color #3505E0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3505E0 is #CAFA1F. Grayscale: #2B2B2B. Windows color (decimal): -13302304 or 14681397. OLE color: 14681397.
HSL color Cylindrical-coordinate representation of color #3505E0: hue angle of 253.15º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3505E0 is Cyan = 0.76, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 53 | 5 | 224 | - |
| CMYK | 0.76 | 0.98 | 0 | 0.12 |
| HSL | 253.15º | 0.96% | 0.45% | - |
| HSV(B) | 253.15º | 0.98% | 0.88% | - |
| XYZ | 14.98 | 6.25 | 70.94 | - |
| YUV | 44.32 | 229.4 | 134.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 5 | 224 | 0.76 | 0.98 | 0 | 0.12 | 253.15 | 0.96 | 0.45 |
| Hex | 35 | 5 | E0 | 4C | 62 | 0 | C | FD | 60 | 2D |
| Octal | 65 | 5 | 340 | 114 | 142 | 0 | 14 | 375 | 140 | 55 |
| Binary | 110101 | 101 | 11100000 | 1001100 | 1100010 | 0 | 1100 | 11111101 | 1100000 | 101101 |
Color Harmonies of #3505E0
Complementary color
Monochromatic Colors of #3505E0
Black with #3505E0
Text Example
Text Example
White with #3505E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3505E0; }
p { color: rgb(53,5,224); }
H1.HeaderClassName
{
color: #3505E0;
}
.AnyTagClassName
{
color: #3505E0;
}
</style>
background-color css
<style>
a { background-color: #3505E0; }
a { background-color: rgb(53,5,224); }
div.DivClassName
{
background-color: #3505E0;
}
.BgClassName
{
background-color: #3505E0;
}
</style>
border-color css
<style>
span { border-color: #3505E0; }
span { border-color: rgb(53,5,224); }
td.TdClassName
{
border-color: #3505E0;
}
.TagClassName
{
border-color: #3505E0;
}
</style>