Shades of Han Purple #351EDE
Tints of Han Purple #351EDE
RGB
CMYK
RGB Variations
Color information
#351EDE (or 0x351EDE) is known color: Han Purple. HEX triplet: 35, 1E and DE. RGB value is (53,30,222). Sum of RGB (Red+Green+Blue) = 53+30+222=305 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.38% from 305); Green value is 30 (12.11% from 255 or 9.84% from 305); Blue value is 222 (87.11% from 255 or 72.79% from 305); Max value from RGB is 222 - color contains mainly: blue. Hex color #351EDE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #351EDE is #CAE121. Grayscale: #3A3A3A. Windows color (decimal): -13295906 or 14556725. OLE color: 14556725.
HSL color Cylindrical-coordinate representation of color #351EDE: hue angle of 247.19º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #351EDE is Cyan = 0.76, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 53 | 30 | 222 | - |
| CMYK | 0.76 | 0.86 | 0 | 0.13 |
| HSL | 247.19º | 0.76% | 0.49% | - |
| HSV(B) | 247.19º | 0.86% | 0.87% | - |
| XYZ | 15.12 | 6.96 | 69.65 | - |
| YUV | 58.77 | 220.12 | 123.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 30 | 222 | 0.76 | 0.86 | 0 | 0.13 | 247.19 | 0.76 | 0.49 |
| Hex | 35 | 1E | DE | 4C | 56 | 0 | D | F7 | 4C | 31 |
| Octal | 65 | 36 | 336 | 114 | 126 | 0 | 15 | 367 | 114 | 61 |
| Binary | 110101 | 11110 | 11011110 | 1001100 | 1010110 | 0 | 1101 | 11110111 | 1001100 | 110001 |
Color Harmonies of #351EDE
Complementary color
Monochromatic Colors of #351EDE
Black with #351EDE
Text Example
Text Example
White with #351EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #351EDE; }
p { color: rgb(53,30,222); }
H1.HeaderClassName
{
color: #351EDE;
}
.AnyTagClassName
{
color: #351EDE;
}
</style>
background-color css
<style>
a { background-color: #351EDE; }
a { background-color: rgb(53,30,222); }
div.DivClassName
{
background-color: #351EDE;
}
.BgClassName
{
background-color: #351EDE;
}
</style>
border-color css
<style>
span { border-color: #351EDE; }
span { border-color: rgb(53,30,222); }
td.TdClassName
{
border-color: #351EDE;
}
.TagClassName
{
border-color: #351EDE;
}
</style>