Shades of Han Purple #331EE8
Tints of Han Purple #331EE8
RGB
CMYK
RGB Variations
Color information
#331EE8 (or 0x331EE8) is known color: Han Purple. HEX triplet: 33, 1E and E8. RGB value is (51,30,232). Sum of RGB (Red+Green+Blue) = 51+30+232=313 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.29% from 313); Green value is 30 (12.11% from 255 or 9.58% from 313); Blue value is 232 (91.02% from 255 or 74.12% from 313); Max value from RGB is 232 - color contains mainly: blue. Hex color #331EE8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #331EE8 is #CCE117. Grayscale: #3A3A3A. Windows color (decimal): -13426968 or 15212083. OLE color: 15212083.
HSL color Cylindrical-coordinate representation of color #331EE8: hue angle of 246.24º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #331EE8 is Cyan = 0.78, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 51 | 30 | 232 | - |
| CMYK | 0.78 | 0.87 | 0 | 0.09 |
| HSL | 246.24º | 0.81% | 0.51% | - |
| HSV(B) | 246.24º | 0.87% | 0.91% | - |
| XYZ | 16.4 | 7.46 | 76.92 | - |
| YUV | 59.31 | 225.46 | 122.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 30 | 232 | 0.78 | 0.87 | 0 | 0.09 | 246.24 | 0.81 | 0.51 |
| Hex | 33 | 1E | E8 | 4E | 57 | 0 | 9 | F6 | 51 | 33 |
| Octal | 63 | 36 | 350 | 116 | 127 | 0 | 11 | 366 | 121 | 63 |
| Binary | 110011 | 11110 | 11101000 | 1001110 | 1010111 | 0 | 1001 | 11110110 | 1010001 | 110011 |
Color Harmonies of #331EE8
Complementary color
Monochromatic Colors of #331EE8
Black with #331EE8
Text Example
Text Example
White with #331EE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #331EE8; }
p { color: rgb(51,30,232); }
H1.HeaderClassName
{
color: #331EE8;
}
.AnyTagClassName
{
color: #331EE8;
}
</style>
background-color css
<style>
a { background-color: #331EE8; }
a { background-color: rgb(51,30,232); }
div.DivClassName
{
background-color: #331EE8;
}
.BgClassName
{
background-color: #331EE8;
}
</style>
border-color css
<style>
span { border-color: #331EE8; }
span { border-color: rgb(51,30,232); }
td.TdClassName
{
border-color: #331EE8;
}
.TagClassName
{
border-color: #331EE8;
}
</style>