Shades of Han Purple #3121F0
Tints of Han Purple #3121F0
RGB
CMYK
RGB Variations
Color information
#3121F0 (or 0x3121F0) is known color: Han Purple. HEX triplet: 31, 21 and F0. RGB value is (49,33,240). Sum of RGB (Red+Green+Blue) = 49+33+240=322 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.22% from 322); Green value is 33 (13.28% from 255 or 10.25% from 322); Blue value is 240 (94.14% from 255 or 74.53% from 322); Max value from RGB is 240 - color contains mainly: blue. Hex color #3121F0 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3121F0 is #CEDE0F. Grayscale: #3C3C3C. Windows color (decimal): -13557264 or 15737137. OLE color: 15737137.
HSL color Cylindrical-coordinate representation of color #3121F0: hue angle of 244.64º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3121F0 is Cyan = 0.80, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 49 | 33 | 240 | - |
| CMYK | 0.80 | 0.86 | 0 | 0.06 |
| HSL | 244.64º | 0.87% | 0.54% | - |
| HSV(B) | 244.64º | 0.86% | 0.94% | - |
| XYZ | 17.54 | 8.03 | 83.06 | - |
| YUV | 61.38 | 228.8 | 119.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 33 | 240 | 0.80 | 0.86 | 0 | 0.06 | 244.64 | 0.87 | 0.54 |
| Hex | 31 | 21 | F0 | 50 | 56 | 0 | 6 | F5 | 57 | 36 |
| Octal | 61 | 41 | 360 | 120 | 126 | 0 | 6 | 365 | 127 | 66 |
| Binary | 110001 | 100001 | 11110000 | 1010000 | 1010110 | 0 | 110 | 11110101 | 1010111 | 110110 |
Color Harmonies of #3121F0
Complementary color
Monochromatic Colors of #3121F0
Black with #3121F0
Text Example
Text Example
White with #3121F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3121F0; }
p { color: rgb(49,33,240); }
H1.HeaderClassName
{
color: #3121F0;
}
.AnyTagClassName
{
color: #3121F0;
}
</style>
background-color css
<style>
a { background-color: #3121F0; }
a { background-color: rgb(49,33,240); }
div.DivClassName
{
background-color: #3121F0;
}
.BgClassName
{
background-color: #3121F0;
}
</style>
border-color css
<style>
span { border-color: #3121F0; }
span { border-color: rgb(49,33,240); }
td.TdClassName
{
border-color: #3121F0;
}
.TagClassName
{
border-color: #3121F0;
}
</style>