Shades of Han Purple #3122FF
Tints of Han Purple #3122FF
RGB
CMYK
RGB Variations
Color information
#3122FF (or 0x3122FF) is known color: Han Purple. HEX triplet: 31, 22 and FF. RGB value is (49,34,255). Sum of RGB (Red+Green+Blue) = 49+34+255=338 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.50% from 338); Green value is 34 (13.67% from 255 or 10.06% from 338); Blue value is 255 (100% from 255 or 75.44% from 338); Max value from RGB is 255 - color contains mainly: blue. Hex color #3122FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3122FF is #CEDD00. Grayscale: #3E3E3E. Windows color (decimal): -13556993 or 16720433. OLE color: 16720433.
HSL color Cylindrical-coordinate representation of color #3122FF: hue angle of 244.07º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3122FF is Cyan = 0.81, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 49 | 34 | 255 | - |
| CMYK | 0.81 | 0.87 | 0 | 0 |
| HSL | 244.07º | 1% | 0.57% | - |
| HSV(B) | 244.07º | 0.87% | 1% | - |
| XYZ | 19.89 | 9.02 | 95.3 | - |
| YUV | 63.68 | 235.97 | 117.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 34 | 255 | 0.81 | 0.87 | 0 | 0 | 244.07 | 1 | 0.57 |
| Hex | 31 | 22 | FF | 51 | 57 | 0 | 0 | F4 | 64 | 39 |
| Octal | 61 | 42 | 377 | 121 | 127 | 0 | 0 | 364 | 144 | 71 |
| Binary | 110001 | 100010 | 11111111 | 1010001 | 1010111 | 0 | 0 | 11110100 | 1100100 | 111001 |
Color Harmonies of #3122FF
Complementary color
Monochromatic Colors of #3122FF
Black with #3122FF
Text Example
Text Example
White with #3122FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3122FF; }
p { color: rgb(49,34,255); }
H1.HeaderClassName
{
color: #3122FF;
}
.AnyTagClassName
{
color: #3122FF;
}
</style>
background-color css
<style>
a { background-color: #3122FF; }
a { background-color: rgb(49,34,255); }
div.DivClassName
{
background-color: #3122FF;
}
.BgClassName
{
background-color: #3122FF;
}
</style>
border-color css
<style>
span { border-color: #3122FF; }
span { border-color: rgb(49,34,255); }
td.TdClassName
{
border-color: #3122FF;
}
.TagClassName
{
border-color: #3122FF;
}
</style>