Shades of Han Purple #3518CF
Tints of Han Purple #3518CF
RGB
CMYK
RGB Variations
Color information
#3518CF (or 0x3518CF) is known color: Han Purple. HEX triplet: 35, 18 and CF. RGB value is (53,24,207). Sum of RGB (Red+Green+Blue) = 53+24+207=284 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.66% from 284); Green value is 24 (9.77% from 255 or 8.45% from 284); Blue value is 207 (81.25% from 255 or 72.89% from 284); Max value from RGB is 207 - color contains mainly: blue. Hex color #3518CF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3518CF is #CAE730. Grayscale: #343434. Windows color (decimal): -13297457 or 13572149. OLE color: 13572149.
HSL color Cylindrical-coordinate representation of color #3518CF: hue angle of 249.51º degrees, saturation: 0.79, 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 #3518CF is Cyan = 0.74, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 53 | 24 | 207 | - |
| CMYK | 0.74 | 0.88 | 0 | 0.19 |
| HSL | 249.51º | 0.79% | 0.45% | - |
| HSV(B) | 249.51º | 0.88% | 0.81% | - |
| XYZ | 13.06 | 5.92 | 59.49 | - |
| YUV | 53.53 | 214.61 | 127.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 24 | 207 | 0.74 | 0.88 | 0 | 0.19 | 249.51 | 0.79 | 0.45 |
| Hex | 35 | 18 | CF | 4A | 58 | 0 | 13 | FA | 4F | 2D |
| Octal | 65 | 30 | 317 | 112 | 130 | 0 | 23 | 372 | 117 | 55 |
| Binary | 110101 | 11000 | 11001111 | 1001010 | 1011000 | 0 | 10011 | 11111010 | 1001111 | 101101 |
Color Harmonies of #3518CF
Complementary color
Monochromatic Colors of #3518CF
Black with #3518CF
Text Example
Text Example
White with #3518CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3518CF; }
p { color: rgb(53,24,207); }
H1.HeaderClassName
{
color: #3518CF;
}
.AnyTagClassName
{
color: #3518CF;
}
</style>
background-color css
<style>
a { background-color: #3518CF; }
a { background-color: rgb(53,24,207); }
div.DivClassName
{
background-color: #3518CF;
}
.BgClassName
{
background-color: #3518CF;
}
</style>
border-color css
<style>
span { border-color: #3518CF; }
span { border-color: rgb(53,24,207); }
td.TdClassName
{
border-color: #3518CF;
}
.TagClassName
{
border-color: #3518CF;
}
</style>