Shades of Han Purple #3121EC
Tints of Han Purple #3121EC
RGB
CMYK
RGB Variations
Color information
#3121EC (or 0x3121EC) is known color: Han Purple. HEX triplet: 31, 21 and EC. RGB value is (49,33,236). Sum of RGB (Red+Green+Blue) = 49+33+236=318 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.41% from 318); Green value is 33 (13.28% from 255 or 10.38% from 318); Blue value is 236 (92.58% from 255 or 74.21% from 318); Max value from RGB is 236 - color contains mainly: blue. Hex color #3121EC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3121EC is #CEDE13. Grayscale: #3C3C3C. Windows color (decimal): -13557268 or 15474993. OLE color: 15474993.
HSL color Cylindrical-coordinate representation of color #3121EC: hue angle of 244.73º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3121EC is Cyan = 0.79, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 49 | 33 | 236 | - |
| CMYK | 0.79 | 0.86 | 0 | 0.07 |
| HSL | 244.73º | 0.84% | 0.53% | - |
| HSV(B) | 244.73º | 0.86% | 0.93% | - |
| XYZ | 16.95 | 7.8 | 79.97 | - |
| YUV | 60.93 | 226.8 | 119.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 33 | 236 | 0.79 | 0.86 | 0 | 0.07 | 244.73 | 0.84 | 0.53 |
| Hex | 31 | 21 | EC | 4F | 56 | 0 | 7 | F5 | 54 | 35 |
| Octal | 61 | 41 | 354 | 117 | 126 | 0 | 7 | 365 | 124 | 65 |
| Binary | 110001 | 100001 | 11101100 | 1001111 | 1010110 | 0 | 111 | 11110101 | 1010100 | 110101 |
Color Harmonies of #3121EC
Complementary color
Monochromatic Colors of #3121EC
Black with #3121EC
Text Example
Text Example
White with #3121EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3121EC; }
p { color: rgb(49,33,236); }
H1.HeaderClassName
{
color: #3121EC;
}
.AnyTagClassName
{
color: #3121EC;
}
</style>
background-color css
<style>
a { background-color: #3121EC; }
a { background-color: rgb(49,33,236); }
div.DivClassName
{
background-color: #3121EC;
}
.BgClassName
{
background-color: #3121EC;
}
</style>
border-color css
<style>
span { border-color: #3121EC; }
span { border-color: rgb(49,33,236); }
td.TdClassName
{
border-color: #3121EC;
}
.TagClassName
{
border-color: #3121EC;
}
</style>