Shades of Han Purple #351FED
Tints of Han Purple #351FED
RGB
CMYK
RGB Variations
Color information
#351FED (or 0x351FED) is known color: Han Purple. HEX triplet: 35, 1F and ED. RGB value is (53,31,237). Sum of RGB (Red+Green+Blue) = 53+31+237=321 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.51% from 321); Green value is 31 (12.5% from 255 or 9.66% from 321); Blue value is 237 (92.97% from 255 or 73.83% from 321); Max value from RGB is 237 - color contains mainly: blue. Hex color #351FED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #351FED is #CAE012. Grayscale: #3C3C3C. Windows color (decimal): -13295635 or 15540021. OLE color: 15540021.
HSL color Cylindrical-coordinate representation of color #351FED: hue angle of 246.41º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #351FED is Cyan = 0.78, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 53 | 31 | 237 | - |
| CMYK | 0.78 | 0.87 | 0 | 0.07 |
| HSL | 246.41º | 0.85% | 0.53% | - |
| HSV(B) | 246.41º | 0.87% | 0.93% | - |
| XYZ | 17.24 | 7.85 | 80.73 | - |
| YUV | 61.06 | 227.29 | 122.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 31 | 237 | 0.78 | 0.87 | 0 | 0.07 | 246.41 | 0.85 | 0.53 |
| Hex | 35 | 1F | ED | 4E | 57 | 0 | 7 | F6 | 55 | 35 |
| Octal | 65 | 37 | 355 | 116 | 127 | 0 | 7 | 366 | 125 | 65 |
| Binary | 110101 | 11111 | 11101101 | 1001110 | 1010111 | 0 | 111 | 11110110 | 1010101 | 110101 |
Color Harmonies of #351FED
Complementary color
Monochromatic Colors of #351FED
Black with #351FED
Text Example
Text Example
White with #351FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #351FED; }
p { color: rgb(53,31,237); }
H1.HeaderClassName
{
color: #351FED;
}
.AnyTagClassName
{
color: #351FED;
}
</style>
background-color css
<style>
a { background-color: #351FED; }
a { background-color: rgb(53,31,237); }
div.DivClassName
{
background-color: #351FED;
}
.BgClassName
{
background-color: #351FED;
}
</style>
border-color css
<style>
span { border-color: #351FED; }
span { border-color: rgb(53,31,237); }
td.TdClassName
{
border-color: #351FED;
}
.TagClassName
{
border-color: #351FED;
}
</style>