Shades of Han Purple #3122FC
Tints of Han Purple #3122FC
RGB
CMYK
RGB Variations
Color information
#3122FC (or 0x3122FC) is known color: Han Purple. HEX triplet: 31, 22 and FC. RGB value is (49,34,252). Sum of RGB (Red+Green+Blue) = 49+34+252=335 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.63% from 335); Green value is 34 (13.67% from 255 or 10.15% from 335); Blue value is 252 (98.83% from 255 or 75.22% from 335); Max value from RGB is 252 - color contains mainly: blue. Hex color #3122FC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3122FC is #CEDD03. Grayscale: #3E3E3E. Windows color (decimal): -13556996 or 16523825. OLE color: 16523825.
HSL color Cylindrical-coordinate representation of color #3122FC: hue angle of 244.13º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3122FC is Cyan = 0.81, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 49 | 34 | 252 | - |
| CMYK | 0.81 | 0.87 | 0 | 0.01 |
| HSL | 244.13º | 0.97% | 0.56% | - |
| HSV(B) | 244.13º | 0.87% | 0.99% | - |
| XYZ | 19.41 | 8.83 | 92.78 | - |
| YUV | 63.34 | 234.47 | 117.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 34 | 252 | 0.81 | 0.87 | 0 | 0.01 | 244.13 | 0.97 | 0.56 |
| Hex | 31 | 22 | FC | 51 | 57 | 0 | 1 | F4 | 61 | 38 |
| Octal | 61 | 42 | 374 | 121 | 127 | 0 | 1 | 364 | 141 | 70 |
| Binary | 110001 | 100010 | 11111100 | 1010001 | 1010111 | 0 | 1 | 11110100 | 1100001 | 111000 |
Color Harmonies of #3122FC
Complementary color
Monochromatic Colors of #3122FC
Black with #3122FC
Text Example
Text Example
White with #3122FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3122FC; }
p { color: rgb(49,34,252); }
H1.HeaderClassName
{
color: #3122FC;
}
.AnyTagClassName
{
color: #3122FC;
}
</style>
background-color css
<style>
a { background-color: #3122FC; }
a { background-color: rgb(49,34,252); }
div.DivClassName
{
background-color: #3122FC;
}
.BgClassName
{
background-color: #3122FC;
}
</style>
border-color css
<style>
span { border-color: #3122FC; }
span { border-color: rgb(49,34,252); }
td.TdClassName
{
border-color: #3122FC;
}
.TagClassName
{
border-color: #3122FC;
}
</style>