Shades of Han Purple #351EFE
Tints of Han Purple #351EFE
RGB
CMYK
RGB Variations
Color information
#351EFE (or 0x351EFE) is known color: Han Purple. HEX triplet: 35, 1E and FE. RGB value is (53,30,254). Sum of RGB (Red+Green+Blue) = 53+30+254=337 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.73% from 337); Green value is 30 (12.11% from 255 or 8.90% from 337); Blue value is 254 (99.61% from 255 or 75.37% from 337); Max value from RGB is 254 - color contains mainly: blue. Hex color #351EFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #351EFE is #CAE101. Grayscale: #3D3D3D. Windows color (decimal): -13295874 or 16653877. OLE color: 16653877.
HSL color Cylindrical-coordinate representation of color #351EFE: hue angle of 246.16º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #351EFE is Cyan = 0.79, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 53 | 30 | 254 | - |
| CMYK | 0.79 | 0.88 | 0 | 0.00 |
| HSL | 246.16º | 0.99% | 0.56% | - |
| HSV(B) | 246.16º | 0.88% | 1% | - |
| XYZ | 19.82 | 8.84 | 94.43 | - |
| YUV | 62.41 | 236.12 | 121.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 30 | 254 | 0.79 | 0.88 | 0 | 0.00 | 246.16 | 0.99 | 0.56 |
| Hex | 35 | 1E | FE | 4F | 58 | 0 | 0 | F6 | 63 | 38 |
| Octal | 65 | 36 | 376 | 117 | 130 | 0 | 0 | 366 | 143 | 70 |
| Binary | 110101 | 11110 | 11111110 | 1001111 | 1011000 | 0 | 0 | 11110110 | 1100011 | 111000 |
Color Harmonies of #351EFE
Complementary color
Monochromatic Colors of #351EFE
Black with #351EFE
Text Example
Text Example
White with #351EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #351EFE; }
p { color: rgb(53,30,254); }
H1.HeaderClassName
{
color: #351EFE;
}
.AnyTagClassName
{
color: #351EFE;
}
</style>
background-color css
<style>
a { background-color: #351EFE; }
a { background-color: rgb(53,30,254); }
div.DivClassName
{
background-color: #351EFE;
}
.BgClassName
{
background-color: #351EFE;
}
</style>
border-color css
<style>
span { border-color: #351EFE; }
span { border-color: rgb(53,30,254); }
td.TdClassName
{
border-color: #351EFE;
}
.TagClassName
{
border-color: #351EFE;
}
</style>