Shades of Han Purple #3122EE
Tints of Han Purple #3122EE
RGB
CMYK
RGB Variations
Color information
#3122EE (or 0x3122EE) is known color: Han Purple. HEX triplet: 31, 22 and EE. RGB value is (49,34,238). Sum of RGB (Red+Green+Blue) = 49+34+238=321 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.26% from 321); Green value is 34 (13.67% from 255 or 10.59% from 321); Blue value is 238 (93.36% from 255 or 74.14% from 321); Max value from RGB is 238 - color contains mainly: blue. Hex color #3122EE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3122EE is #CEDD11. Grayscale: #3C3C3C. Windows color (decimal): -13557010 or 15606321. OLE color: 15606321.
HSL color Cylindrical-coordinate representation of color #3122EE: hue angle of 244.41º degrees, saturation: 0.86, 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 #3122EE is Cyan = 0.79, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 49 | 34 | 238 | - |
| CMYK | 0.79 | 0.86 | 0 | 0.07 |
| HSL | 244.41º | 0.86% | 0.53% | - |
| HSV(B) | 244.41º | 0.86% | 0.93% | - |
| XYZ | 17.27 | 7.97 | 81.52 | - |
| YUV | 61.74 | 227.47 | 118.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 34 | 238 | 0.79 | 0.86 | 0 | 0.07 | 244.41 | 0.86 | 0.53 |
| Hex | 31 | 22 | EE | 4F | 56 | 0 | 7 | F4 | 56 | 35 |
| Octal | 61 | 42 | 356 | 117 | 126 | 0 | 7 | 364 | 126 | 65 |
| Binary | 110001 | 100010 | 11101110 | 1001111 | 1010110 | 0 | 111 | 11110100 | 1010110 | 110101 |
Color Harmonies of #3122EE
Complementary color
Monochromatic Colors of #3122EE
Black with #3122EE
Text Example
Text Example
White with #3122EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3122EE; }
p { color: rgb(49,34,238); }
H1.HeaderClassName
{
color: #3122EE;
}
.AnyTagClassName
{
color: #3122EE;
}
</style>
background-color css
<style>
a { background-color: #3122EE; }
a { background-color: rgb(49,34,238); }
div.DivClassName
{
background-color: #3122EE;
}
.BgClassName
{
background-color: #3122EE;
}
</style>
border-color css
<style>
span { border-color: #3122EE; }
span { border-color: rgb(49,34,238); }
td.TdClassName
{
border-color: #3122EE;
}
.TagClassName
{
border-color: #3122EE;
}
</style>