Shades of Han Purple #3520FA
Tints of Han Purple #3520FA
RGB
CMYK
RGB Variations
Color information
#3520FA (or 0x3520FA) is known color: Han Purple. HEX triplet: 35, 20 and FA. RGB value is (53,32,250). Sum of RGB (Red+Green+Blue) = 53+32+250=335 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.82% from 335); Green value is 32 (12.89% from 255 or 9.55% from 335); Blue value is 250 (98.05% from 255 or 74.63% from 335); Max value from RGB is 250 - color contains mainly: blue. Hex color #3520FA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3520FA is #CADF05. Grayscale: #3E3E3E. Windows color (decimal): -13295366 or 16392245. OLE color: 16392245.
HSL color Cylindrical-coordinate representation of color #3520FA: hue angle of 245.78º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3520FA is Cyan = 0.79, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 53 | 32 | 250 | - |
| CMYK | 0.79 | 0.87 | 0 | 0.02 |
| HSL | 245.78º | 0.96% | 0.55% | - |
| HSV(B) | 245.78º | 0.87% | 0.98% | - |
| XYZ | 19.24 | 8.69 | 91.11 | - |
| YUV | 63.13 | 233.46 | 120.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 32 | 250 | 0.79 | 0.87 | 0 | 0.02 | 245.78 | 0.96 | 0.55 |
| Hex | 35 | 20 | FA | 4F | 57 | 0 | 2 | F6 | 60 | 37 |
| Octal | 65 | 40 | 372 | 117 | 127 | 0 | 2 | 366 | 140 | 67 |
| Binary | 110101 | 100000 | 11111010 | 1001111 | 1010111 | 0 | 10 | 11110110 | 1100000 | 110111 |
Color Harmonies of #3520FA
Complementary color
Monochromatic Colors of #3520FA
Black with #3520FA
Text Example
Text Example
White with #3520FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3520FA; }
p { color: rgb(53,32,250); }
H1.HeaderClassName
{
color: #3520FA;
}
.AnyTagClassName
{
color: #3520FA;
}
</style>
background-color css
<style>
a { background-color: #3520FA; }
a { background-color: rgb(53,32,250); }
div.DivClassName
{
background-color: #3520FA;
}
.BgClassName
{
background-color: #3520FA;
}
</style>
border-color css
<style>
span { border-color: #3520FA; }
span { border-color: rgb(53,32,250); }
td.TdClassName
{
border-color: #3520FA;
}
.TagClassName
{
border-color: #3520FA;
}
</style>