Shades of Han Purple #331ED8
Tints of Han Purple #331ED8
RGB
CMYK
RGB Variations
Color information
#331ED8 (or 0x331ED8) is known color: Han Purple. HEX triplet: 33, 1E and D8. RGB value is (51,30,216). Sum of RGB (Red+Green+Blue) = 51+30+216=297 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.17% from 297); Green value is 30 (12.11% from 255 or 10.10% from 297); Blue value is 216 (84.77% from 255 or 72.73% from 297); Max value from RGB is 216 - color contains mainly: blue. Hex color #331ED8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #331ED8 is #CCE127. Grayscale: #383838. Windows color (decimal): -13426984 or 14163507. OLE color: 14163507.
HSL color Cylindrical-coordinate representation of color #331ED8: hue angle of 246.77º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #331ED8 is Cyan = 0.76, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 51 | 30 | 216 | - |
| CMYK | 0.76 | 0.86 | 0 | 0.15 |
| HSL | 246.77º | 0.76% | 0.48% | - |
| HSV(B) | 246.77º | 0.86% | 0.85% | - |
| XYZ | 14.22 | 6.59 | 65.49 | - |
| YUV | 57.48 | 217.46 | 123.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 30 | 216 | 0.76 | 0.86 | 0 | 0.15 | 246.77 | 0.76 | 0.48 |
| Hex | 33 | 1E | D8 | 4C | 56 | 0 | F | F7 | 4C | 30 |
| Octal | 63 | 36 | 330 | 114 | 126 | 0 | 17 | 367 | 114 | 60 |
| Binary | 110011 | 11110 | 11011000 | 1001100 | 1010110 | 0 | 1111 | 11110111 | 1001100 | 110000 |
Color Harmonies of #331ED8
Complementary color
Monochromatic Colors of #331ED8
Black with #331ED8
Text Example
Text Example
White with #331ED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #331ED8; }
p { color: rgb(51,30,216); }
H1.HeaderClassName
{
color: #331ED8;
}
.AnyTagClassName
{
color: #331ED8;
}
</style>
background-color css
<style>
a { background-color: #331ED8; }
a { background-color: rgb(51,30,216); }
div.DivClassName
{
background-color: #331ED8;
}
.BgClassName
{
background-color: #331ED8;
}
</style>
border-color css
<style>
span { border-color: #331ED8; }
span { border-color: rgb(51,30,216); }
td.TdClassName
{
border-color: #331ED8;
}
.TagClassName
{
border-color: #331ED8;
}
</style>