Shades of Han Purple #3121FF
Tints of Han Purple #3121FF
RGB
CMYK
RGB Variations
Color information
#3121FF (or 0x3121FF) is known color: Han Purple. HEX triplet: 31, 21 and FF. RGB value is (49,33,255). Sum of RGB (Red+Green+Blue) = 49+33+255=337 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.54% from 337); Green value is 33 (13.28% from 255 or 9.79% from 337); Blue value is 255 (100% from 255 or 75.67% from 337); Max value from RGB is 255 - color contains mainly: blue. Hex color #3121FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3121FF is #CEDE00. Grayscale: #3E3E3E. Windows color (decimal): -13557249 or 16720177. OLE color: 16720177.
HSL color Cylindrical-coordinate representation of color #3121FF: hue angle of 244.32º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3121FF is Cyan = 0.81, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 49 | 33 | 255 | - |
| CMYK | 0.81 | 0.87 | 0 | 0 |
| HSL | 244.32º | 1% | 0.56% | - |
| HSV(B) | 244.32º | 0.87% | 1% | - |
| XYZ | 19.86 | 8.96 | 95.29 | - |
| YUV | 63.09 | 236.3 | 117.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 33 | 255 | 0.81 | 0.87 | 0 | 0 | 244.32 | 1 | 0.56 |
| Hex | 31 | 21 | FF | 51 | 57 | 0 | 0 | F4 | 64 | 38 |
| Octal | 61 | 41 | 377 | 121 | 127 | 0 | 0 | 364 | 144 | 70 |
| Binary | 110001 | 100001 | 11111111 | 1010001 | 1010111 | 0 | 0 | 11110100 | 1100100 | 111000 |
Color Harmonies of #3121FF
Complementary color
Monochromatic Colors of #3121FF
Black with #3121FF
Text Example
Text Example
White with #3121FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3121FF; }
p { color: rgb(49,33,255); }
H1.HeaderClassName
{
color: #3121FF;
}
.AnyTagClassName
{
color: #3121FF;
}
</style>
background-color css
<style>
a { background-color: #3121FF; }
a { background-color: rgb(49,33,255); }
div.DivClassName
{
background-color: #3121FF;
}
.BgClassName
{
background-color: #3121FF;
}
</style>
border-color css
<style>
span { border-color: #3121FF; }
span { border-color: rgb(49,33,255); }
td.TdClassName
{
border-color: #3121FF;
}
.TagClassName
{
border-color: #3121FF;
}
</style>