Shades of Han Purple #3503ED
Tints of Han Purple #3503ED
RGB
CMYK
RGB Variations
Color information
#3503ED (or 0x3503ED) is known color: Han Purple. HEX triplet: 35, 03 and ED. RGB value is (53,3,237). Sum of RGB (Red+Green+Blue) = 53+3+237=293 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.09% from 293); Green value is 3 (1.56% from 255 or 1.02% from 293); Blue value is 237 (92.97% from 255 or 80.89% from 293); Max value from RGB is 237 - color contains mainly: blue. Hex color #3503ED is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3503ED is #CAFC12. Grayscale: #2B2B2B. Windows color (decimal): -13302803 or 15532853. OLE color: 15532853.
HSL color Cylindrical-coordinate representation of color #3503ED: hue angle of 252.82º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3503ED is Cyan = 0.78, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 53 | 3 | 237 | - |
| CMYK | 0.78 | 0.99 | 0 | 0.07 |
| HSL | 252.82º | 0.98% | 0.47% | - |
| HSV(B) | 252.82º | 0.99% | 0.93% | - |
| XYZ | 16.79 | 6.94 | 80.57 | - |
| YUV | 44.63 | 236.57 | 133.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 3 | 237 | 0.78 | 0.99 | 0 | 0.07 | 252.82 | 0.98 | 0.47 |
| Hex | 35 | 3 | ED | 4E | 63 | 0 | 7 | FD | 62 | 2F |
| Octal | 65 | 3 | 355 | 116 | 143 | 0 | 7 | 375 | 142 | 57 |
| Binary | 110101 | 11 | 11101101 | 1001110 | 1100011 | 0 | 111 | 11111101 | 1100010 | 101111 |
Color Harmonies of #3503ED
Complementary color
Monochromatic Colors of #3503ED
Black with #3503ED
Text Example
Text Example
White with #3503ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3503ED; }
p { color: rgb(53,3,237); }
H1.HeaderClassName
{
color: #3503ED;
}
.AnyTagClassName
{
color: #3503ED;
}
</style>
background-color css
<style>
a { background-color: #3503ED; }
a { background-color: rgb(53,3,237); }
div.DivClassName
{
background-color: #3503ED;
}
.BgClassName
{
background-color: #3503ED;
}
</style>
border-color css
<style>
span { border-color: #3503ED; }
span { border-color: rgb(53,3,237); }
td.TdClassName
{
border-color: #3503ED;
}
.TagClassName
{
border-color: #3503ED;
}
</style>