Shades of Han Purple #3518FA
Tints of Han Purple #3518FA
RGB
CMYK
RGB Variations
Color information
#3518FA (or 0x3518FA) is known color: Han Purple. HEX triplet: 35, 18 and FA. RGB value is (53,24,250). Sum of RGB (Red+Green+Blue) = 53+24+250=327 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.21% from 327); Green value is 24 (9.77% from 255 or 7.34% from 327); Blue value is 250 (98.05% from 255 or 76.45% from 327); Max value from RGB is 250 - color contains mainly: blue. Hex color #3518FA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3518FA is #CAE705. Grayscale: #393939. Windows color (decimal): -13297414 or 16390197. OLE color: 16390197.
HSL color Cylindrical-coordinate representation of color #3518FA: hue angle of 247.7º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3518FA is Cyan = 0.79, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 53 | 24 | 250 | - |
| CMYK | 0.79 | 0.90 | 0 | 0.02 |
| HSL | 247.7º | 0.96% | 0.54% | - |
| HSV(B) | 247.7º | 0.9% | 0.98% | - |
| XYZ | 19.05 | 8.31 | 91.04 | - |
| YUV | 58.44 | 236.11 | 124.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 24 | 250 | 0.79 | 0.90 | 0 | 0.02 | 247.7 | 0.96 | 0.54 |
| Hex | 35 | 18 | FA | 4F | 5A | 0 | 2 | F8 | 60 | 36 |
| Octal | 65 | 30 | 372 | 117 | 132 | 0 | 2 | 370 | 140 | 66 |
| Binary | 110101 | 11000 | 11111010 | 1001111 | 1011010 | 0 | 10 | 11111000 | 1100000 | 110110 |
Color Harmonies of #3518FA
Complementary color
Monochromatic Colors of #3518FA
Black with #3518FA
Text Example
Text Example
White with #3518FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3518FA; }
p { color: rgb(53,24,250); }
H1.HeaderClassName
{
color: #3518FA;
}
.AnyTagClassName
{
color: #3518FA;
}
</style>
background-color css
<style>
a { background-color: #3518FA; }
a { background-color: rgb(53,24,250); }
div.DivClassName
{
background-color: #3518FA;
}
.BgClassName
{
background-color: #3518FA;
}
</style>
border-color css
<style>
span { border-color: #3518FA; }
span { border-color: rgb(53,24,250); }
td.TdClassName
{
border-color: #3518FA;
}
.TagClassName
{
border-color: #3518FA;
}
</style>