Shades of Han Purple #3509DA
Tints of Han Purple #3509DA
RGB
CMYK
RGB Variations
Color information
#3509DA (or 0x3509DA) is known color: Han Purple. HEX triplet: 35, 09 and DA. RGB value is (53,9,218). Sum of RGB (Red+Green+Blue) = 53+9+218=280 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.93% from 280); Green value is 9 (3.91% from 255 or 3.21% from 280); Blue value is 218 (85.55% from 255 or 77.86% from 280); Max value from RGB is 218 - color contains mainly: blue. Hex color #3509DA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3509DA is #CAF625. Grayscale: #2D2D2D. Windows color (decimal): -13301286 or 14289205. OLE color: 14289205.
HSL color Cylindrical-coordinate representation of color #3509DA: hue angle of 252.63º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3509DA is Cyan = 0.76, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 53 | 9 | 218 | - |
| CMYK | 0.76 | 0.96 | 0 | 0.15 |
| HSL | 252.63º | 0.92% | 0.45% | - |
| HSV(B) | 252.63º | 0.96% | 0.85% | - |
| XYZ | 14.22 | 6.01 | 66.74 | - |
| YUV | 45.98 | 225.08 | 133.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 9 | 218 | 0.76 | 0.96 | 0 | 0.15 | 252.63 | 0.92 | 0.45 |
| Hex | 35 | 9 | DA | 4C | 60 | 0 | F | FD | 5C | 2D |
| Octal | 65 | 11 | 332 | 114 | 140 | 0 | 17 | 375 | 134 | 55 |
| Binary | 110101 | 1001 | 11011010 | 1001100 | 1100000 | 0 | 1111 | 11111101 | 1011100 | 101101 |
Color Harmonies of #3509DA
Complementary color
Monochromatic Colors of #3509DA
Black with #3509DA
Text Example
Text Example
White with #3509DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3509DA; }
p { color: rgb(53,9,218); }
H1.HeaderClassName
{
color: #3509DA;
}
.AnyTagClassName
{
color: #3509DA;
}
</style>
background-color css
<style>
a { background-color: #3509DA; }
a { background-color: rgb(53,9,218); }
div.DivClassName
{
background-color: #3509DA;
}
.BgClassName
{
background-color: #3509DA;
}
</style>
border-color css
<style>
span { border-color: #3509DA; }
span { border-color: rgb(53,9,218); }
td.TdClassName
{
border-color: #3509DA;
}
.TagClassName
{
border-color: #3509DA;
}
</style>