Shades of Han Purple #3122F7
Tints of Han Purple #3122F7
RGB
CMYK
RGB Variations
Color information
#3122F7 (or 0x3122F7) is known color: Han Purple. HEX triplet: 31, 22 and F7. RGB value is (49,34,247). Sum of RGB (Red+Green+Blue) = 49+34+247=330 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.85% from 330); Green value is 34 (13.67% from 255 or 10.30% from 330); Blue value is 247 (96.88% from 255 or 74.85% from 330); Max value from RGB is 247 - color contains mainly: blue. Hex color #3122F7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3122F7 is #CEDD08. Grayscale: #3D3D3D. Windows color (decimal): -13557001 or 16196145. OLE color: 16196145.
HSL color Cylindrical-coordinate representation of color #3122F7: hue angle of 244.23º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3122F7 is Cyan = 0.80, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 49 | 34 | 247 | - |
| CMYK | 0.80 | 0.86 | 0 | 0.03 |
| HSL | 244.23º | 0.93% | 0.55% | - |
| HSV(B) | 244.23º | 0.86% | 0.97% | - |
| XYZ | 18.63 | 8.51 | 88.66 | - |
| YUV | 62.77 | 231.97 | 118.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 34 | 247 | 0.80 | 0.86 | 0 | 0.03 | 244.23 | 0.93 | 0.55 |
| Hex | 31 | 22 | F7 | 50 | 56 | 0 | 3 | F4 | 5D | 37 |
| Octal | 61 | 42 | 367 | 120 | 126 | 0 | 3 | 364 | 135 | 67 |
| Binary | 110001 | 100010 | 11110111 | 1010000 | 1010110 | 0 | 11 | 11110100 | 1011101 | 110111 |
Color Harmonies of #3122F7
Complementary color
Monochromatic Colors of #3122F7
Black with #3122F7
Text Example
Text Example
White with #3122F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3122F7; }
p { color: rgb(49,34,247); }
H1.HeaderClassName
{
color: #3122F7;
}
.AnyTagClassName
{
color: #3122F7;
}
</style>
background-color css
<style>
a { background-color: #3122F7; }
a { background-color: rgb(49,34,247); }
div.DivClassName
{
background-color: #3122F7;
}
.BgClassName
{
background-color: #3122F7;
}
</style>
border-color css
<style>
span { border-color: #3122F7; }
span { border-color: rgb(49,34,247); }
td.TdClassName
{
border-color: #3122F7;
}
.TagClassName
{
border-color: #3122F7;
}
</style>