Shades of Han Purple #3502F2
Tints of Han Purple #3502F2
RGB
CMYK
RGB Variations
Color information
#3502F2 (or 0x3502F2) is known color: Han Purple. HEX triplet: 35, 02 and F2. RGB value is (53,2,242). Sum of RGB (Red+Green+Blue) = 53+2+242=297 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.85% from 297); Green value is 2 (1.17% from 255 or 0.67% from 297); Blue value is 242 (94.92% from 255 or 81.48% from 297); Max value from RGB is 242 - color contains mainly: blue. Hex color #3502F2 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3502F2 is #CAFD0D. Grayscale: #2B2B2B. Windows color (decimal): -13303054 or 15860277. OLE color: 15860277.
HSL color Cylindrical-coordinate representation of color #3502F2: hue angle of 252.75º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3502F2 is Cyan = 0.78, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 53 | 2 | 242 | - |
| CMYK | 0.78 | 0.99 | 0 | 0.05 |
| HSL | 252.75º | 0.98% | 0.48% | - |
| HSV(B) | 252.75º | 0.99% | 0.95% | - |
| XYZ | 17.52 | 7.21 | 84.47 | - |
| YUV | 44.61 | 239.4 | 133.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 2 | 242 | 0.78 | 0.99 | 0 | 0.05 | 252.75 | 0.98 | 0.48 |
| Hex | 35 | 2 | F2 | 4E | 63 | 0 | 5 | FD | 62 | 30 |
| Octal | 65 | 2 | 362 | 116 | 143 | 0 | 5 | 375 | 142 | 60 |
| Binary | 110101 | 10 | 11110010 | 1001110 | 1100011 | 0 | 101 | 11111101 | 1100010 | 110000 |
Color Harmonies of #3502F2
Complementary color
Monochromatic Colors of #3502F2
Black with #3502F2
Text Example
Text Example
White with #3502F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3502F2; }
p { color: rgb(53,2,242); }
H1.HeaderClassName
{
color: #3502F2;
}
.AnyTagClassName
{
color: #3502F2;
}
</style>
background-color css
<style>
a { background-color: #3502F2; }
a { background-color: rgb(53,2,242); }
div.DivClassName
{
background-color: #3502F2;
}
.BgClassName
{
background-color: #3502F2;
}
</style>
border-color css
<style>
span { border-color: #3502F2; }
span { border-color: rgb(53,2,242); }
td.TdClassName
{
border-color: #3502F2;
}
.TagClassName
{
border-color: #3502F2;
}
</style>