Shades of Han Purple #3128DF
Tints of Han Purple #3128DF
RGB
CMYK
RGB Variations
Color information
#3128DF (or 0x3128DF) is known color: Han Purple. HEX triplet: 31, 28 and DF. RGB value is (49,40,223). Sum of RGB (Red+Green+Blue) = 49+40+223=312 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.71% from 312); Green value is 40 (16.02% from 255 or 12.82% from 312); Blue value is 223 (87.5% from 255 or 71.47% from 312); Max value from RGB is 223 - color contains mainly: blue. Hex color #3128DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3128DF is #CED720. Grayscale: #3E3E3E. Windows color (decimal): -13555489 or 14624817. OLE color: 14624817.
HSL color Cylindrical-coordinate representation of color #3128DF: hue angle of 242.95º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3128DF is Cyan = 0.78, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 49 | 40 | 223 | - |
| CMYK | 0.78 | 0.82 | 0 | 0.13 |
| HSL | 242.95º | 0.74% | 0.52% | - |
| HSV(B) | 242.95º | 0.82% | 0.87% | - |
| XYZ | 15.34 | 7.5 | 70.45 | - |
| YUV | 63.55 | 217.98 | 117.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 40 | 223 | 0.78 | 0.82 | 0 | 0.13 | 242.95 | 0.74 | 0.52 |
| Hex | 31 | 28 | DF | 4E | 52 | 0 | D | F3 | 4A | 34 |
| Octal | 61 | 50 | 337 | 116 | 122 | 0 | 15 | 363 | 112 | 64 |
| Binary | 110001 | 101000 | 11011111 | 1001110 | 1010010 | 0 | 1101 | 11110011 | 1001010 | 110100 |
Color Harmonies of #3128DF
Complementary color
Monochromatic Colors of #3128DF
Black with #3128DF
Text Example
Text Example
White with #3128DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3128DF; }
p { color: rgb(49,40,223); }
H1.HeaderClassName
{
color: #3128DF;
}
.AnyTagClassName
{
color: #3128DF;
}
</style>
background-color css
<style>
a { background-color: #3128DF; }
a { background-color: rgb(49,40,223); }
div.DivClassName
{
background-color: #3128DF;
}
.BgClassName
{
background-color: #3128DF;
}
</style>
border-color css
<style>
span { border-color: #3128DF; }
span { border-color: rgb(49,40,223); }
td.TdClassName
{
border-color: #3128DF;
}
.TagClassName
{
border-color: #3128DF;
}
</style>