Shades of Han Purple #3122E0
Tints of Han Purple #3122E0
RGB
CMYK
RGB Variations
Color information
#3122E0 (or 0x3122E0) is known color: Han Purple. HEX triplet: 31, 22 and E0. RGB value is (49,34,224). Sum of RGB (Red+Green+Blue) = 49+34+224=307 (40% of max value = 765). Red value is 49 (19.53% from 255 or 15.96% from 307); Green value is 34 (13.67% from 255 or 11.07% from 307); Blue value is 224 (87.89% from 255 or 72.96% from 307); Max value from RGB is 224 - color contains mainly: blue. Hex color #3122E0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3122E0 is #CEDD1F. Grayscale: #3B3B3B. Windows color (decimal): -13557024 or 14688817. OLE color: 14688817.
HSL color Cylindrical-coordinate representation of color #3122E0: hue angle of 244.74º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3122E0 is Cyan = 0.78, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 49 | 34 | 224 | - |
| CMYK | 0.78 | 0.85 | 0 | 0.12 |
| HSL | 244.74º | 0.75% | 0.51% | - |
| HSV(B) | 244.74º | 0.85% | 0.88% | - |
| XYZ | 15.29 | 7.18 | 71.1 | - |
| YUV | 60.15 | 220.47 | 120.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 34 | 224 | 0.78 | 0.85 | 0 | 0.12 | 244.74 | 0.75 | 0.51 |
| Hex | 31 | 22 | E0 | 4E | 55 | 0 | C | F5 | 4B | 33 |
| Octal | 61 | 42 | 340 | 116 | 125 | 0 | 14 | 365 | 113 | 63 |
| Binary | 110001 | 100010 | 11100000 | 1001110 | 1010101 | 0 | 1100 | 11110101 | 1001011 | 110011 |
Color Harmonies of #3122E0
Complementary color
Monochromatic Colors of #3122E0
Black with #3122E0
Text Example
Text Example
White with #3122E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3122E0; }
p { color: rgb(49,34,224); }
H1.HeaderClassName
{
color: #3122E0;
}
.AnyTagClassName
{
color: #3122E0;
}
</style>
background-color css
<style>
a { background-color: #3122E0; }
a { background-color: rgb(49,34,224); }
div.DivClassName
{
background-color: #3122E0;
}
.BgClassName
{
background-color: #3122E0;
}
</style>
border-color css
<style>
span { border-color: #3122E0; }
span { border-color: rgb(49,34,224); }
td.TdClassName
{
border-color: #3122E0;
}
.TagClassName
{
border-color: #3122E0;
}
</style>