Shades of Han Purple #350FFC
Tints of Han Purple #350FFC
RGB
CMYK
RGB Variations
Color information
#350FFC (or 0x350FFC) is known color: Han Purple. HEX triplet: 35, 0F and FC. RGB value is (53,15,252). Sum of RGB (Red+Green+Blue) = 53+15+252=320 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.56% from 320); Green value is 15 (6.25% from 255 or 4.69% from 320); Blue value is 252 (98.83% from 255 or 78.75% from 320); Max value from RGB is 252 - color contains mainly: blue. Hex color #350FFC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #350FFC is #CAF003. Grayscale: #343434. Windows color (decimal): -13299716 or 16518965. OLE color: 16518965.
HSL color Cylindrical-coordinate representation of color #350FFC: hue angle of 249.62º 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 #350FFC is Cyan = 0.79, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 53 | 15 | 252 | - |
| CMYK | 0.79 | 0.94 | 0 | 0.01 |
| HSL | 249.62º | 0.98% | 0.52% | - |
| HSV(B) | 249.62º | 0.94% | 0.99% | - |
| XYZ | 19.21 | 8.13 | 92.65 | - |
| YUV | 53.38 | 240.09 | 127.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 15 | 252 | 0.79 | 0.94 | 0 | 0.01 | 249.62 | 0.98 | 0.52 |
| Hex | 35 | F | FC | 4F | 5E | 0 | 1 | FA | 62 | 34 |
| Octal | 65 | 17 | 374 | 117 | 136 | 0 | 1 | 372 | 142 | 64 |
| Binary | 110101 | 1111 | 11111100 | 1001111 | 1011110 | 0 | 1 | 11111010 | 1100010 | 110100 |
Color Harmonies of #350FFC
Complementary color
Monochromatic Colors of #350FFC
Black with #350FFC
Text Example
Text Example
White with #350FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350FFC; }
p { color: rgb(53,15,252); }
H1.HeaderClassName
{
color: #350FFC;
}
.AnyTagClassName
{
color: #350FFC;
}
</style>
background-color css
<style>
a { background-color: #350FFC; }
a { background-color: rgb(53,15,252); }
div.DivClassName
{
background-color: #350FFC;
}
.BgClassName
{
background-color: #350FFC;
}
</style>
border-color css
<style>
span { border-color: #350FFC; }
span { border-color: rgb(53,15,252); }
td.TdClassName
{
border-color: #350FFC;
}
.TagClassName
{
border-color: #350FFC;
}
</style>