Shades of Han Purple #351FDE
Tints of Han Purple #351FDE
RGB
CMYK
RGB Variations
Color information
#351FDE (or 0x351FDE) is known color: Han Purple. HEX triplet: 35, 1F and DE. RGB value is (53,31,222). Sum of RGB (Red+Green+Blue) = 53+31+222=306 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.32% from 306); Green value is 31 (12.5% from 255 or 10.13% from 306); Blue value is 222 (87.11% from 255 or 72.55% from 306); Max value from RGB is 222 - color contains mainly: blue. Hex color #351FDE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #351FDE is #CAE021. Grayscale: #3A3A3A. Windows color (decimal): -13295650 or 14556981. OLE color: 14556981.
HSL color Cylindrical-coordinate representation of color #351FDE: hue angle of 246.91º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #351FDE is Cyan = 0.76, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 53 | 31 | 222 | - |
| CMYK | 0.76 | 0.86 | 0 | 0.13 |
| HSL | 246.91º | 0.75% | 0.5% | - |
| HSV(B) | 246.91º | 0.86% | 0.87% | - |
| XYZ | 15.14 | 7.01 | 69.66 | - |
| YUV | 59.35 | 219.79 | 123.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 31 | 222 | 0.76 | 0.86 | 0 | 0.13 | 246.91 | 0.75 | 0.5 |
| Hex | 35 | 1F | DE | 4C | 56 | 0 | D | F7 | 4B | 32 |
| Octal | 65 | 37 | 336 | 114 | 126 | 0 | 15 | 367 | 113 | 62 |
| Binary | 110101 | 11111 | 11011110 | 1001100 | 1010110 | 0 | 1101 | 11110111 | 1001011 | 110010 |
Color Harmonies of #351FDE
Complementary color
Monochromatic Colors of #351FDE
Black with #351FDE
Text Example
Text Example
White with #351FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #351FDE; }
p { color: rgb(53,31,222); }
H1.HeaderClassName
{
color: #351FDE;
}
.AnyTagClassName
{
color: #351FDE;
}
</style>
background-color css
<style>
a { background-color: #351FDE; }
a { background-color: rgb(53,31,222); }
div.DivClassName
{
background-color: #351FDE;
}
.BgClassName
{
background-color: #351FDE;
}
</style>
border-color css
<style>
span { border-color: #351FDE; }
span { border-color: rgb(53,31,222); }
td.TdClassName
{
border-color: #351FDE;
}
.TagClassName
{
border-color: #351FDE;
}
</style>