Shades of Han Purple #331BEA
Tints of Han Purple #331BEA
RGB
CMYK
RGB Variations
Color information
#331BEA (or 0x331BEA) is known color: Han Purple. HEX triplet: 33, 1B and EA. RGB value is (51,27,234). Sum of RGB (Red+Green+Blue) = 51+27+234=312 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.35% from 312); Green value is 27 (10.94% from 255 or 8.65% from 312); Blue value is 234 (91.80% from 255 or 75% from 312); Max value from RGB is 234 - color contains mainly: blue. Hex color #331BEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #331BEA is #CCE415. Grayscale: #383838. Windows color (decimal): -13427734 or 15342387. OLE color: 15342387.
HSL color Cylindrical-coordinate representation of color #331BEA: hue angle of 246.96º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #331BEA is Cyan = 0.78, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 51 | 27 | 234 | - |
| CMYK | 0.78 | 0.88 | 0 | 0.08 |
| HSL | 246.96º | 0.83% | 0.51% | - |
| HSV(B) | 246.96º | 0.88% | 0.92% | - |
| XYZ | 16.61 | 7.43 | 78.4 | - |
| YUV | 57.77 | 227.45 | 123.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 27 | 234 | 0.78 | 0.88 | 0 | 0.08 | 246.96 | 0.83 | 0.51 |
| Hex | 33 | 1B | EA | 4E | 58 | 0 | 8 | F7 | 53 | 33 |
| Octal | 63 | 33 | 352 | 116 | 130 | 0 | 10 | 367 | 123 | 63 |
| Binary | 110011 | 11011 | 11101010 | 1001110 | 1011000 | 0 | 1000 | 11110111 | 1010011 | 110011 |
Color Harmonies of #331BEA
Complementary color
Monochromatic Colors of #331BEA
Black with #331BEA
Text Example
Text Example
White with #331BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #331BEA; }
p { color: rgb(51,27,234); }
H1.HeaderClassName
{
color: #331BEA;
}
.AnyTagClassName
{
color: #331BEA;
}
</style>
background-color css
<style>
a { background-color: #331BEA; }
a { background-color: rgb(51,27,234); }
div.DivClassName
{
background-color: #331BEA;
}
.BgClassName
{
background-color: #331BEA;
}
</style>
border-color css
<style>
span { border-color: #331BEA; }
span { border-color: rgb(51,27,234); }
td.TdClassName
{
border-color: #331BEA;
}
.TagClassName
{
border-color: #331BEA;
}
</style>