Shades of Han Purple #3516EA
Tints of Han Purple #3516EA
RGB
CMYK
RGB Variations
Color information
#3516EA (or 0x3516EA) is known color: Han Purple. HEX triplet: 35, 16 and EA. RGB value is (53,22,234). Sum of RGB (Red+Green+Blue) = 53+22+234=309 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.15% from 309); Green value is 22 (8.98% from 255 or 7.12% from 309); Blue value is 234 (91.80% from 255 or 75.73% from 309); Max value from RGB is 234 - color contains mainly: blue. Hex color #3516EA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3516EA is #CAE915. Grayscale: #363636. Windows color (decimal): -13297942 or 15341109. OLE color: 15341109.
HSL color Cylindrical-coordinate representation of color #3516EA: hue angle of 248.77º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3516EA is Cyan = 0.77, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 53 | 22 | 234 | - |
| CMYK | 0.77 | 0.91 | 0 | 0.08 |
| HSL | 248.77º | 0.83% | 0.5% | - |
| HSV(B) | 248.77º | 0.91% | 0.92% | - |
| XYZ | 16.61 | 7.27 | 78.37 | - |
| YUV | 55.44 | 228.77 | 126.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 22 | 234 | 0.77 | 0.91 | 0 | 0.08 | 248.77 | 0.83 | 0.5 |
| Hex | 35 | 16 | EA | 4D | 5B | 0 | 8 | F9 | 53 | 32 |
| Octal | 65 | 26 | 352 | 115 | 133 | 0 | 10 | 371 | 123 | 62 |
| Binary | 110101 | 10110 | 11101010 | 1001101 | 1011011 | 0 | 1000 | 11111001 | 1010011 | 110010 |
Color Harmonies of #3516EA
Complementary color
Monochromatic Colors of #3516EA
Black with #3516EA
Text Example
Text Example
White with #3516EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3516EA; }
p { color: rgb(53,22,234); }
H1.HeaderClassName
{
color: #3516EA;
}
.AnyTagClassName
{
color: #3516EA;
}
</style>
background-color css
<style>
a { background-color: #3516EA; }
a { background-color: rgb(53,22,234); }
div.DivClassName
{
background-color: #3516EA;
}
.BgClassName
{
background-color: #3516EA;
}
</style>
border-color css
<style>
span { border-color: #3516EA; }
span { border-color: rgb(53,22,234); }
td.TdClassName
{
border-color: #3516EA;
}
.TagClassName
{
border-color: #3516EA;
}
</style>