Shades of Han Purple #3121E8
Tints of Han Purple #3121E8
RGB
CMYK
RGB Variations
Color information
#3121E8 (or 0x3121E8) is known color: Han Purple. HEX triplet: 31, 21 and E8. RGB value is (49,33,232). Sum of RGB (Red+Green+Blue) = 49+33+232=314 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.61% from 314); Green value is 33 (13.28% from 255 or 10.51% from 314); Blue value is 232 (91.02% from 255 or 73.89% from 314); Max value from RGB is 232 - color contains mainly: blue. Hex color #3121E8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3121E8 is #CEDE17. Grayscale: #3B3B3B. Windows color (decimal): -13557272 or 15212849. OLE color: 15212849.
HSL color Cylindrical-coordinate representation of color #3121E8: hue angle of 244.82º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3121E8 is Cyan = 0.79, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 49 | 33 | 232 | - |
| CMYK | 0.79 | 0.86 | 0 | 0.09 |
| HSL | 244.82º | 0.81% | 0.52% | - |
| HSV(B) | 244.82º | 0.86% | 0.91% | - |
| XYZ | 16.38 | 7.57 | 76.94 | - |
| YUV | 60.47 | 224.8 | 119.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 33 | 232 | 0.79 | 0.86 | 0 | 0.09 | 244.82 | 0.81 | 0.52 |
| Hex | 31 | 21 | E8 | 4F | 56 | 0 | 9 | F5 | 51 | 34 |
| Octal | 61 | 41 | 350 | 117 | 126 | 0 | 11 | 365 | 121 | 64 |
| Binary | 110001 | 100001 | 11101000 | 1001111 | 1010110 | 0 | 1001 | 11110101 | 1010001 | 110100 |
Color Harmonies of #3121E8
Complementary color
Monochromatic Colors of #3121E8
Black with #3121E8
Text Example
Text Example
White with #3121E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3121E8; }
p { color: rgb(49,33,232); }
H1.HeaderClassName
{
color: #3121E8;
}
.AnyTagClassName
{
color: #3121E8;
}
</style>
background-color css
<style>
a { background-color: #3121E8; }
a { background-color: rgb(49,33,232); }
div.DivClassName
{
background-color: #3121E8;
}
.BgClassName
{
background-color: #3121E8;
}
</style>
border-color css
<style>
span { border-color: #3121E8; }
span { border-color: rgb(49,33,232); }
td.TdClassName
{
border-color: #3121E8;
}
.TagClassName
{
border-color: #3121E8;
}
</style>