Shades of Han Purple #351ADE
Tints of Han Purple #351ADE
RGB
CMYK
RGB Variations
Color information
#351ADE (or 0x351ADE) is known color: Han Purple. HEX triplet: 35, 1A and DE. RGB value is (53,26,222). Sum of RGB (Red+Green+Blue) = 53+26+222=301 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.61% from 301); Green value is 26 (10.55% from 255 or 8.64% from 301); Blue value is 222 (87.11% from 255 or 73.75% from 301); Max value from RGB is 222 - color contains mainly: blue. Hex color #351ADE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #351ADE is #CAE521. Grayscale: #373737. Windows color (decimal): -13296930 or 14555701. OLE color: 14555701.
HSL color Cylindrical-coordinate representation of color #351ADE: hue angle of 248.27º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #351ADE is Cyan = 0.76, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 53 | 26 | 222 | - |
| CMYK | 0.76 | 0.88 | 0 | 0.13 |
| HSL | 248.27º | 0.79% | 0.49% | - |
| HSV(B) | 248.27º | 0.88% | 0.87% | - |
| XYZ | 15.02 | 6.77 | 69.62 | - |
| YUV | 56.42 | 221.45 | 125.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 26 | 222 | 0.76 | 0.88 | 0 | 0.13 | 248.27 | 0.79 | 0.49 |
| Hex | 35 | 1A | DE | 4C | 58 | 0 | D | F8 | 4F | 31 |
| Octal | 65 | 32 | 336 | 114 | 130 | 0 | 15 | 370 | 117 | 61 |
| Binary | 110101 | 11010 | 11011110 | 1001100 | 1011000 | 0 | 1101 | 11111000 | 1001111 | 110001 |
Color Harmonies of #351ADE
Complementary color
Monochromatic Colors of #351ADE
Black with #351ADE
Text Example
Text Example
White with #351ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #351ADE; }
p { color: rgb(53,26,222); }
H1.HeaderClassName
{
color: #351ADE;
}
.AnyTagClassName
{
color: #351ADE;
}
</style>
background-color css
<style>
a { background-color: #351ADE; }
a { background-color: rgb(53,26,222); }
div.DivClassName
{
background-color: #351ADE;
}
.BgClassName
{
background-color: #351ADE;
}
</style>
border-color css
<style>
span { border-color: #351ADE; }
span { border-color: rgb(53,26,222); }
td.TdClassName
{
border-color: #351ADE;
}
.TagClassName
{
border-color: #351ADE;
}
</style>