Shades of Han Purple #331EDC
Tints of Han Purple #331EDC
RGB
CMYK
RGB Variations
Color information
#331EDC (or 0x331EDC) is known color: Han Purple. HEX triplet: 33, 1E and DC. RGB value is (51,30,220). Sum of RGB (Red+Green+Blue) = 51+30+220=301 (39% of max value = 765). Red value is 51 (20.31% from 255 or 16.94% from 301); Green value is 30 (12.11% from 255 or 9.97% from 301); Blue value is 220 (86.33% from 255 or 73.09% from 301); Max value from RGB is 220 - color contains mainly: blue. Hex color #331EDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #331EDC is #CCE123. Grayscale: #393939. Windows color (decimal): -13426980 or 14425651. OLE color: 14425651.
HSL color Cylindrical-coordinate representation of color #331EDC: hue angle of 246.63º degrees, saturation: 0.76, 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 #331EDC is Cyan = 0.77, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 51 | 30 | 220 | - |
| CMYK | 0.77 | 0.86 | 0 | 0.14 |
| HSL | 246.63º | 0.76% | 0.49% | - |
| HSV(B) | 246.63º | 0.86% | 0.86% | - |
| XYZ | 14.75 | 6.8 | 68.25 | - |
| YUV | 57.94 | 219.46 | 123.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 30 | 220 | 0.77 | 0.86 | 0 | 0.14 | 246.63 | 0.76 | 0.49 |
| Hex | 33 | 1E | DC | 4D | 56 | 0 | E | F7 | 4C | 31 |
| Octal | 63 | 36 | 334 | 115 | 126 | 0 | 16 | 367 | 114 | 61 |
| Binary | 110011 | 11110 | 11011100 | 1001101 | 1010110 | 0 | 1110 | 11110111 | 1001100 | 110001 |
Color Harmonies of #331EDC
Complementary color
Monochromatic Colors of #331EDC
Black with #331EDC
Text Example
Text Example
White with #331EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #331EDC; }
p { color: rgb(51,30,220); }
H1.HeaderClassName
{
color: #331EDC;
}
.AnyTagClassName
{
color: #331EDC;
}
</style>
background-color css
<style>
a { background-color: #331EDC; }
a { background-color: rgb(51,30,220); }
div.DivClassName
{
background-color: #331EDC;
}
.BgClassName
{
background-color: #331EDC;
}
</style>
border-color css
<style>
span { border-color: #331EDC; }
span { border-color: rgb(51,30,220); }
td.TdClassName
{
border-color: #331EDC;
}
.TagClassName
{
border-color: #331EDC;
}
</style>