Shades of Han Purple #3127FB
Tints of Han Purple #3127FB
RGB
CMYK
RGB Variations
Color information
#3127FB (or 0x3127FB) is known color: Han Purple. HEX triplet: 31, 27 and FB. RGB value is (49,39,251). Sum of RGB (Red+Green+Blue) = 49+39+251=339 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.45% from 339); Green value is 39 (15.62% from 255 or 11.50% from 339); Blue value is 251 (98.44% from 255 or 74.04% from 339); Max value from RGB is 251 - color contains mainly: blue. Hex color #3127FB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3127FB is #CED804. Grayscale: #414141. Windows color (decimal): -13555717 or 16459569. OLE color: 16459569.
HSL color Cylindrical-coordinate representation of color #3127FB: hue angle of 242.83º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3127FB is Cyan = 0.80, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 49 | 39 | 251 | - |
| CMYK | 0.80 | 0.84 | 0 | 0.02 |
| HSL | 242.83º | 0.96% | 0.57% | - |
| HSV(B) | 242.83º | 0.84% | 0.98% | - |
| XYZ | 19.4 | 9.07 | 91.99 | - |
| YUV | 66.16 | 232.31 | 115.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 39 | 251 | 0.80 | 0.84 | 0 | 0.02 | 242.83 | 0.96 | 0.57 |
| Hex | 31 | 27 | FB | 50 | 54 | 0 | 2 | F3 | 60 | 39 |
| Octal | 61 | 47 | 373 | 120 | 124 | 0 | 2 | 363 | 140 | 71 |
| Binary | 110001 | 100111 | 11111011 | 1010000 | 1010100 | 0 | 10 | 11110011 | 1100000 | 111001 |
Color Harmonies of #3127FB
Complementary color
Monochromatic Colors of #3127FB
Black with #3127FB
Text Example
Text Example
White with #3127FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3127FB; }
p { color: rgb(49,39,251); }
H1.HeaderClassName
{
color: #3127FB;
}
.AnyTagClassName
{
color: #3127FB;
}
</style>
background-color css
<style>
a { background-color: #3127FB; }
a { background-color: rgb(49,39,251); }
div.DivClassName
{
background-color: #3127FB;
}
.BgClassName
{
background-color: #3127FB;
}
</style>
border-color css
<style>
span { border-color: #3127FB; }
span { border-color: rgb(49,39,251); }
td.TdClassName
{
border-color: #3127FB;
}
.TagClassName
{
border-color: #3127FB;
}
</style>