Shades of Han Purple #331ADF
Tints of Han Purple #331ADF
RGB
CMYK
RGB Variations
Color information
#331ADF (or 0x331ADF) is known color: Han Purple. HEX triplet: 33, 1A and DF. RGB value is (51,26,223). Sum of RGB (Red+Green+Blue) = 51+26+223=300 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17% from 300); Green value is 26 (10.55% from 255 or 8.67% from 300); Blue value is 223 (87.5% from 255 or 74.33% from 300); Max value from RGB is 223 - color contains mainly: blue. Hex color #331ADF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #331ADF is #CCE520. Grayscale: #373737. Windows color (decimal): -13428001 or 14621235. OLE color: 14621235.
HSL color Cylindrical-coordinate representation of color #331ADF: hue angle of 247.61º 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 #331ADF is Cyan = 0.77, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 51 | 26 | 223 | - |
| CMYK | 0.77 | 0.88 | 0 | 0.13 |
| HSL | 247.61º | 0.79% | 0.49% | - |
| HSV(B) | 247.61º | 0.88% | 0.87% | - |
| XYZ | 15.05 | 6.77 | 70.33 | - |
| YUV | 55.93 | 222.28 | 124.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 26 | 223 | 0.77 | 0.88 | 0 | 0.13 | 247.61 | 0.79 | 0.49 |
| Hex | 33 | 1A | DF | 4D | 58 | 0 | D | F8 | 4F | 31 |
| Octal | 63 | 32 | 337 | 115 | 130 | 0 | 15 | 370 | 117 | 61 |
| Binary | 110011 | 11010 | 11011111 | 1001101 | 1011000 | 0 | 1101 | 11111000 | 1001111 | 110001 |
Color Harmonies of #331ADF
Complementary color
Monochromatic Colors of #331ADF
Black with #331ADF
Text Example
Text Example
White with #331ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #331ADF; }
p { color: rgb(51,26,223); }
H1.HeaderClassName
{
color: #331ADF;
}
.AnyTagClassName
{
color: #331ADF;
}
</style>
background-color css
<style>
a { background-color: #331ADF; }
a { background-color: rgb(51,26,223); }
div.DivClassName
{
background-color: #331ADF;
}
.BgClassName
{
background-color: #331ADF;
}
</style>
border-color css
<style>
span { border-color: #331ADF; }
span { border-color: rgb(51,26,223); }
td.TdClassName
{
border-color: #331ADF;
}
.TagClassName
{
border-color: #331ADF;
}
</style>