Shades of Han Purple #331FDC
Tints of Han Purple #331FDC
RGB
CMYK
RGB Variations
Color information
#331FDC (or 0x331FDC) is known color: Han Purple. HEX triplet: 33, 1F and DC. RGB value is (51,31,220). Sum of RGB (Red+Green+Blue) = 51+31+220=302 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.89% from 302); Green value is 31 (12.5% from 255 or 10.26% from 302); Blue value is 220 (86.33% from 255 or 72.85% from 302); Max value from RGB is 220 - color contains mainly: blue. Hex color #331FDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #331FDC is #CCE023. Grayscale: #393939. Windows color (decimal): -13426724 or 14425907. OLE color: 14425907.
HSL color Cylindrical-coordinate representation of color #331FDC: hue angle of 246.35º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #331FDC is Cyan = 0.77, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 51 | 31 | 220 | - |
| CMYK | 0.77 | 0.86 | 0 | 0.14 |
| HSL | 246.35º | 0.75% | 0.49% | - |
| HSV(B) | 246.35º | 0.86% | 0.86% | - |
| XYZ | 14.77 | 6.85 | 68.25 | - |
| YUV | 58.53 | 219.13 | 122.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 31 | 220 | 0.77 | 0.86 | 0 | 0.14 | 246.35 | 0.75 | 0.49 |
| Hex | 33 | 1F | DC | 4D | 56 | 0 | E | F6 | 4B | 31 |
| Octal | 63 | 37 | 334 | 115 | 126 | 0 | 16 | 366 | 113 | 61 |
| Binary | 110011 | 11111 | 11011100 | 1001101 | 1010110 | 0 | 1110 | 11110110 | 1001011 | 110001 |
Color Harmonies of #331FDC
Complementary color
Monochromatic Colors of #331FDC
Black with #331FDC
Text Example
Text Example
White with #331FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #331FDC; }
p { color: rgb(51,31,220); }
H1.HeaderClassName
{
color: #331FDC;
}
.AnyTagClassName
{
color: #331FDC;
}
</style>
background-color css
<style>
a { background-color: #331FDC; }
a { background-color: rgb(51,31,220); }
div.DivClassName
{
background-color: #331FDC;
}
.BgClassName
{
background-color: #331FDC;
}
</style>
border-color css
<style>
span { border-color: #331FDC; }
span { border-color: rgb(51,31,220); }
td.TdClassName
{
border-color: #331FDC;
}
.TagClassName
{
border-color: #331FDC;
}
</style>