Shades of Han Purple #351DFE
Tints of Han Purple #351DFE
RGB
CMYK
RGB Variations
Color information
#351DFE (or 0x351DFE) is known color: Han Purple. HEX triplet: 35, 1D and FE. RGB value is (53,29,254). Sum of RGB (Red+Green+Blue) = 53+29+254=336 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.77% from 336); Green value is 29 (11.72% from 255 or 8.63% from 336); Blue value is 254 (99.61% from 255 or 75.60% from 336); Max value from RGB is 254 - color contains mainly: blue. Hex color #351DFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #351DFE is #CAE201. Grayscale: #3C3C3C. Windows color (decimal): -13296130 or 16653621. OLE color: 16653621.
HSL color Cylindrical-coordinate representation of color #351DFE: hue angle of 246.4º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #351DFE is Cyan = 0.79, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 53 | 29 | 254 | - |
| CMYK | 0.79 | 0.89 | 0 | 0.00 |
| HSL | 246.4º | 0.99% | 0.55% | - |
| HSV(B) | 246.4º | 0.89% | 1% | - |
| XYZ | 19.8 | 8.79 | 94.42 | - |
| YUV | 61.83 | 236.45 | 121.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 29 | 254 | 0.79 | 0.89 | 0 | 0.00 | 246.4 | 0.99 | 0.55 |
| Hex | 35 | 1D | FE | 4F | 59 | 0 | 0 | F6 | 63 | 37 |
| Octal | 65 | 35 | 376 | 117 | 131 | 0 | 0 | 366 | 143 | 67 |
| Binary | 110101 | 11101 | 11111110 | 1001111 | 1011001 | 0 | 0 | 11110110 | 1100011 | 110111 |
Color Harmonies of #351DFE
Complementary color
Monochromatic Colors of #351DFE
Black with #351DFE
Text Example
Text Example
White with #351DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #351DFE; }
p { color: rgb(53,29,254); }
H1.HeaderClassName
{
color: #351DFE;
}
.AnyTagClassName
{
color: #351DFE;
}
</style>
background-color css
<style>
a { background-color: #351DFE; }
a { background-color: rgb(53,29,254); }
div.DivClassName
{
background-color: #351DFE;
}
.BgClassName
{
background-color: #351DFE;
}
</style>
border-color css
<style>
span { border-color: #351DFE; }
span { border-color: rgb(53,29,254); }
td.TdClassName
{
border-color: #351DFE;
}
.TagClassName
{
border-color: #351DFE;
}
</style>