Shades of Han Purple #331ADE
Tints of Han Purple #331ADE
RGB
CMYK
RGB Variations
Color information
#331ADE (or 0x331ADE) is known color: Han Purple. HEX triplet: 33, 1A and DE. RGB value is (51,26,222). Sum of RGB (Red+Green+Blue) = 51+26+222=299 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.06% from 299); Green value is 26 (10.55% from 255 or 8.70% from 299); Blue value is 222 (87.11% from 255 or 74.25% from 299); Max value from RGB is 222 - color contains mainly: blue. Hex color #331ADE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #331ADE is #CCE521. Grayscale: #373737. Windows color (decimal): -13428002 or 14555699. OLE color: 14555699.
HSL color Cylindrical-coordinate representation of color #331ADE: hue angle of 247.65º 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 #331ADE is Cyan = 0.77, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 51 | 26 | 222 | - |
| CMYK | 0.77 | 0.88 | 0 | 0.13 |
| HSL | 247.65º | 0.79% | 0.49% | - |
| HSV(B) | 247.65º | 0.88% | 0.87% | - |
| XYZ | 14.92 | 6.72 | 69.62 | - |
| YUV | 55.82 | 221.78 | 124.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 26 | 222 | 0.77 | 0.88 | 0 | 0.13 | 247.65 | 0.79 | 0.49 |
| Hex | 33 | 1A | DE | 4D | 58 | 0 | D | F8 | 4F | 31 |
| Octal | 63 | 32 | 336 | 115 | 130 | 0 | 15 | 370 | 117 | 61 |
| Binary | 110011 | 11010 | 11011110 | 1001101 | 1011000 | 0 | 1101 | 11111000 | 1001111 | 110001 |
Color Harmonies of #331ADE
Complementary color
Monochromatic Colors of #331ADE
Black with #331ADE
Text Example
Text Example
White with #331ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #331ADE; }
p { color: rgb(51,26,222); }
H1.HeaderClassName
{
color: #331ADE;
}
.AnyTagClassName
{
color: #331ADE;
}
</style>
background-color css
<style>
a { background-color: #331ADE; }
a { background-color: rgb(51,26,222); }
div.DivClassName
{
background-color: #331ADE;
}
.BgClassName
{
background-color: #331ADE;
}
</style>
border-color css
<style>
span { border-color: #331ADE; }
span { border-color: rgb(51,26,222); }
td.TdClassName
{
border-color: #331ADE;
}
.TagClassName
{
border-color: #331ADE;
}
</style>