Shades of Han Purple #3121ED
Tints of Han Purple #3121ED
RGB
CMYK
RGB Variations
Color information
#3121ED (or 0x3121ED) is known color: Han Purple. HEX triplet: 31, 21 and ED. RGB value is (49,33,237). Sum of RGB (Red+Green+Blue) = 49+33+237=319 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.36% from 319); Green value is 33 (13.28% from 255 or 10.34% from 319); Blue value is 237 (92.97% from 255 or 74.29% from 319); Max value from RGB is 237 - color contains mainly: blue. Hex color #3121ED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3121ED is #CEDE12. Grayscale: #3C3C3C. Windows color (decimal): -13557267 or 15540529. OLE color: 15540529.
HSL color Cylindrical-coordinate representation of color #3121ED: hue angle of 244.71º degrees, saturation: 0.85, 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 #3121ED is Cyan = 0.79, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 49 | 33 | 237 | - |
| CMYK | 0.79 | 0.86 | 0 | 0.07 |
| HSL | 244.71º | 0.85% | 0.53% | - |
| HSV(B) | 244.71º | 0.86% | 0.93% | - |
| XYZ | 17.1 | 7.86 | 80.74 | - |
| YUV | 61.04 | 227.3 | 119.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 33 | 237 | 0.79 | 0.86 | 0 | 0.07 | 244.71 | 0.85 | 0.53 |
| Hex | 31 | 21 | ED | 4F | 56 | 0 | 7 | F5 | 55 | 35 |
| Octal | 61 | 41 | 355 | 117 | 126 | 0 | 7 | 365 | 125 | 65 |
| Binary | 110001 | 100001 | 11101101 | 1001111 | 1010110 | 0 | 111 | 11110101 | 1010101 | 110101 |
Color Harmonies of #3121ED
Complementary color
Monochromatic Colors of #3121ED
Black with #3121ED
Text Example
Text Example
White with #3121ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3121ED; }
p { color: rgb(49,33,237); }
H1.HeaderClassName
{
color: #3121ED;
}
.AnyTagClassName
{
color: #3121ED;
}
</style>
background-color css
<style>
a { background-color: #3121ED; }
a { background-color: rgb(49,33,237); }
div.DivClassName
{
background-color: #3121ED;
}
.BgClassName
{
background-color: #3121ED;
}
</style>
border-color css
<style>
span { border-color: #3121ED; }
span { border-color: rgb(49,33,237); }
td.TdClassName
{
border-color: #3121ED;
}
.TagClassName
{
border-color: #3121ED;
}
</style>