Shades of Han Purple #3121F3
Tints of Han Purple #3121F3
RGB
CMYK
RGB Variations
Color information
#3121F3 (or 0x3121F3) is known color: Han Purple. HEX triplet: 31, 21 and F3. RGB value is (49,33,243). Sum of RGB (Red+Green+Blue) = 49+33+243=325 (43% of max value = 765). Red value is 49 (19.53% from 255 or 15.08% from 325); Green value is 33 (13.28% from 255 or 10.15% from 325); Blue value is 243 (95.31% from 255 or 74.77% from 325); Max value from RGB is 243 - color contains mainly: blue. Hex color #3121F3 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3121F3 is #CEDE0C. Grayscale: #3C3C3C. Windows color (decimal): -13557261 or 15933745. OLE color: 15933745.
HSL color Cylindrical-coordinate representation of color #3121F3: hue angle of 244.57º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3121F3 is Cyan = 0.80, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 49 | 33 | 243 | - |
| CMYK | 0.80 | 0.86 | 0 | 0.05 |
| HSL | 244.57º | 0.9% | 0.54% | - |
| HSV(B) | 244.57º | 0.86% | 0.95% | - |
| XYZ | 17.99 | 8.21 | 85.43 | - |
| YUV | 61.72 | 230.3 | 118.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 33 | 243 | 0.80 | 0.86 | 0 | 0.05 | 244.57 | 0.9 | 0.54 |
| Hex | 31 | 21 | F3 | 50 | 56 | 0 | 5 | F5 | 5A | 36 |
| Octal | 61 | 41 | 363 | 120 | 126 | 0 | 5 | 365 | 132 | 66 |
| Binary | 110001 | 100001 | 11110011 | 1010000 | 1010110 | 0 | 101 | 11110101 | 1011010 | 110110 |
Color Harmonies of #3121F3
Complementary color
Monochromatic Colors of #3121F3
Black with #3121F3
Text Example
Text Example
White with #3121F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3121F3; }
p { color: rgb(49,33,243); }
H1.HeaderClassName
{
color: #3121F3;
}
.AnyTagClassName
{
color: #3121F3;
}
</style>
background-color css
<style>
a { background-color: #3121F3; }
a { background-color: rgb(49,33,243); }
div.DivClassName
{
background-color: #3121F3;
}
.BgClassName
{
background-color: #3121F3;
}
</style>
border-color css
<style>
span { border-color: #3121F3; }
span { border-color: rgb(49,33,243); }
td.TdClassName
{
border-color: #3121F3;
}
.TagClassName
{
border-color: #3121F3;
}
</style>