Shades of Han Purple #3519CF
Tints of Han Purple #3519CF
RGB
CMYK
RGB Variations
Color information
#3519CF (or 0x3519CF) is known color: Han Purple. HEX triplet: 35, 19 and CF. RGB value is (53,25,207). Sum of RGB (Red+Green+Blue) = 53+25+207=285 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.60% from 285); Green value is 25 (10.16% from 255 or 8.77% from 285); Blue value is 207 (81.25% from 255 or 72.63% from 285); Max value from RGB is 207 - color contains mainly: blue. Hex color #3519CF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3519CF is #CAE630. Grayscale: #353535. Windows color (decimal): -13297201 or 13572405. OLE color: 13572405.
HSL color Cylindrical-coordinate representation of color #3519CF: hue angle of 249.23º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3519CF is Cyan = 0.74, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 53 | 25 | 207 | - |
| CMYK | 0.74 | 0.88 | 0 | 0.19 |
| HSL | 249.23º | 0.78% | 0.45% | - |
| HSV(B) | 249.23º | 0.88% | 0.81% | - |
| XYZ | 13.08 | 5.96 | 59.49 | - |
| YUV | 54.12 | 214.28 | 127.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 25 | 207 | 0.74 | 0.88 | 0 | 0.19 | 249.23 | 0.78 | 0.45 |
| Hex | 35 | 19 | CF | 4A | 58 | 0 | 13 | F9 | 4E | 2D |
| Octal | 65 | 31 | 317 | 112 | 130 | 0 | 23 | 371 | 116 | 55 |
| Binary | 110101 | 11001 | 11001111 | 1001010 | 1011000 | 0 | 10011 | 11111001 | 1001110 | 101101 |
Color Harmonies of #3519CF
Complementary color
Monochromatic Colors of #3519CF
Black with #3519CF
Text Example
Text Example
White with #3519CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3519CF; }
p { color: rgb(53,25,207); }
H1.HeaderClassName
{
color: #3519CF;
}
.AnyTagClassName
{
color: #3519CF;
}
</style>
background-color css
<style>
a { background-color: #3519CF; }
a { background-color: rgb(53,25,207); }
div.DivClassName
{
background-color: #3519CF;
}
.BgClassName
{
background-color: #3519CF;
}
</style>
border-color css
<style>
span { border-color: #3519CF; }
span { border-color: rgb(53,25,207); }
td.TdClassName
{
border-color: #3519CF;
}
.TagClassName
{
border-color: #3519CF;
}
</style>