Shades of Han Purple #3120DF
Tints of Han Purple #3120DF
RGB
CMYK
RGB Variations
Color information
#3120DF (or 0x3120DF) is known color: Han Purple. HEX triplet: 31, 20 and DF. RGB value is (49,32,223). Sum of RGB (Red+Green+Blue) = 49+32+223=304 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.12% from 304); Green value is 32 (12.89% from 255 or 10.53% from 304); Blue value is 223 (87.5% from 255 or 73.36% from 304); Max value from RGB is 223 - color contains mainly: blue. Hex color #3120DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3120DF is #CEDF20. Grayscale: #3A3A3A. Windows color (decimal): -13557537 or 14622769. OLE color: 14622769.
HSL color Cylindrical-coordinate representation of color #3120DF: hue angle of 245.34º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3120DF is Cyan = 0.78, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 49 | 32 | 223 | - |
| CMYK | 0.78 | 0.86 | 0 | 0.13 |
| HSL | 245.34º | 0.75% | 0.5% | - |
| HSV(B) | 245.34º | 0.86% | 0.87% | - |
| XYZ | 15.1 | 7.01 | 70.37 | - |
| YUV | 58.86 | 220.63 | 120.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 32 | 223 | 0.78 | 0.86 | 0 | 0.13 | 245.34 | 0.75 | 0.5 |
| Hex | 31 | 20 | DF | 4E | 56 | 0 | D | F5 | 4B | 32 |
| Octal | 61 | 40 | 337 | 116 | 126 | 0 | 15 | 365 | 113 | 62 |
| Binary | 110001 | 100000 | 11011111 | 1001110 | 1010110 | 0 | 1101 | 11110101 | 1001011 | 110010 |
Color Harmonies of #3120DF
Complementary color
Monochromatic Colors of #3120DF
Black with #3120DF
Text Example
Text Example
White with #3120DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3120DF; }
p { color: rgb(49,32,223); }
H1.HeaderClassName
{
color: #3120DF;
}
.AnyTagClassName
{
color: #3120DF;
}
</style>
background-color css
<style>
a { background-color: #3120DF; }
a { background-color: rgb(49,32,223); }
div.DivClassName
{
background-color: #3120DF;
}
.BgClassName
{
background-color: #3120DF;
}
</style>
border-color css
<style>
span { border-color: #3120DF; }
span { border-color: rgb(49,32,223); }
td.TdClassName
{
border-color: #3120DF;
}
.TagClassName
{
border-color: #3120DF;
}
</style>