Shades of Han Purple #350EFC
Tints of Han Purple #350EFC
RGB
CMYK
RGB Variations
Color information
#350EFC (or 0x350EFC) is known color: Han Purple. HEX triplet: 35, 0E and FC. RGB value is (53,14,252). Sum of RGB (Red+Green+Blue) = 53+14+252=319 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.61% from 319); Green value is 14 (5.86% from 255 or 4.39% from 319); Blue value is 252 (98.83% from 255 or 79.00% from 319); Max value from RGB is 252 - color contains mainly: blue. Hex color #350EFC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #350EFC is #CAF103. Grayscale: #333333. Windows color (decimal): -13299972 or 16518709. OLE color: 16518709.
HSL color Cylindrical-coordinate representation of color #350EFC: hue angle of 249.83º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #350EFC is Cyan = 0.79, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 53 | 14 | 252 | - |
| CMYK | 0.79 | 0.94 | 0 | 0.01 |
| HSL | 249.83º | 0.98% | 0.52% | - |
| HSV(B) | 249.83º | 0.94% | 0.99% | - |
| XYZ | 19.2 | 8.1 | 92.65 | - |
| YUV | 52.79 | 240.42 | 128.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 14 | 252 | 0.79 | 0.94 | 0 | 0.01 | 249.83 | 0.98 | 0.52 |
| Hex | 35 | E | FC | 4F | 5E | 0 | 1 | FA | 62 | 34 |
| Octal | 65 | 16 | 374 | 117 | 136 | 0 | 1 | 372 | 142 | 64 |
| Binary | 110101 | 1110 | 11111100 | 1001111 | 1011110 | 0 | 1 | 11111010 | 1100010 | 110100 |
Color Harmonies of #350EFC
Complementary color
Monochromatic Colors of #350EFC
Black with #350EFC
Text Example
Text Example
White with #350EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350EFC; }
p { color: rgb(53,14,252); }
H1.HeaderClassName
{
color: #350EFC;
}
.AnyTagClassName
{
color: #350EFC;
}
</style>
background-color css
<style>
a { background-color: #350EFC; }
a { background-color: rgb(53,14,252); }
div.DivClassName
{
background-color: #350EFC;
}
.BgClassName
{
background-color: #350EFC;
}
</style>
border-color css
<style>
span { border-color: #350EFC; }
span { border-color: rgb(53,14,252); }
td.TdClassName
{
border-color: #350EFC;
}
.TagClassName
{
border-color: #350EFC;
}
</style>