Shades of Han Purple #3128FF
Tints of Han Purple #3128FF
RGB
CMYK
RGB Variations
Color information
#3128FF (or 0x3128FF) is known color: Han Purple. HEX triplet: 31, 28 and FF. RGB value is (49,40,255). Sum of RGB (Red+Green+Blue) = 49+40+255=344 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.24% from 344); Green value is 40 (16.02% from 255 or 11.63% from 344); Blue value is 255 (100% from 255 or 74.13% from 344); Max value from RGB is 255 - color contains mainly: blue. Hex color #3128FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3128FF is #CED700. Grayscale: #424242. Windows color (decimal): -13555457 or 16721969. OLE color: 16721969.
HSL color Cylindrical-coordinate representation of color #3128FF: hue angle of 242.51º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3128FF is Cyan = 0.81, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 49 | 40 | 255 | - |
| CMYK | 0.81 | 0.84 | 0 | 0 |
| HSL | 242.51º | 1% | 0.58% | - |
| HSV(B) | 242.51º | 0.84% | 1% | - |
| XYZ | 20.08 | 9.39 | 95.36 | - |
| YUV | 67.2 | 233.98 | 115.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 40 | 255 | 0.81 | 0.84 | 0 | 0 | 242.51 | 1 | 0.58 |
| Hex | 31 | 28 | FF | 51 | 54 | 0 | 0 | F3 | 64 | 3A |
| Octal | 61 | 50 | 377 | 121 | 124 | 0 | 0 | 363 | 144 | 72 |
| Binary | 110001 | 101000 | 11111111 | 1010001 | 1010100 | 0 | 0 | 11110011 | 1100100 | 111010 |
Color Harmonies of #3128FF
Complementary color
Monochromatic Colors of #3128FF
Black with #3128FF
Text Example
Text Example
White with #3128FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3128FF; }
p { color: rgb(49,40,255); }
H1.HeaderClassName
{
color: #3128FF;
}
.AnyTagClassName
{
color: #3128FF;
}
</style>
background-color css
<style>
a { background-color: #3128FF; }
a { background-color: rgb(49,40,255); }
div.DivClassName
{
background-color: #3128FF;
}
.BgClassName
{
background-color: #3128FF;
}
</style>
border-color css
<style>
span { border-color: #3128FF; }
span { border-color: rgb(49,40,255); }
td.TdClassName
{
border-color: #3128FF;
}
.TagClassName
{
border-color: #3128FF;
}
</style>