Shades of Han Purple #3127F2
Tints of Han Purple #3127F2
RGB
CMYK
RGB Variations
Color information
#3127F2 (or 0x3127F2) is known color: Han Purple. HEX triplet: 31, 27 and F2. RGB value is (49,39,242). Sum of RGB (Red+Green+Blue) = 49+39+242=330 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.85% from 330); Green value is 39 (15.62% from 255 or 11.82% from 330); Blue value is 242 (94.92% from 255 or 73.33% from 330); Max value from RGB is 242 - color contains mainly: blue. Hex color #3127F2 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3127F2 is #CED80D. Grayscale: #404040. Windows color (decimal): -13555726 or 15869745. OLE color: 15869745.
HSL color Cylindrical-coordinate representation of color #3127F2: hue angle of 242.96º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3127F2 is Cyan = 0.80, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 49 | 39 | 242 | - |
| CMYK | 0.80 | 0.84 | 0 | 0.05 |
| HSL | 242.96º | 0.89% | 0.55% | - |
| HSV(B) | 242.96º | 0.84% | 0.95% | - |
| XYZ | 18.02 | 8.51 | 84.7 | - |
| YUV | 65.13 | 227.81 | 116.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 39 | 242 | 0.80 | 0.84 | 0 | 0.05 | 242.96 | 0.89 | 0.55 |
| Hex | 31 | 27 | F2 | 50 | 54 | 0 | 5 | F3 | 59 | 37 |
| Octal | 61 | 47 | 362 | 120 | 124 | 0 | 5 | 363 | 131 | 67 |
| Binary | 110001 | 100111 | 11110010 | 1010000 | 1010100 | 0 | 101 | 11110011 | 1011001 | 110111 |
Color Harmonies of #3127F2
Complementary color
Monochromatic Colors of #3127F2
Black with #3127F2
Text Example
Text Example
White with #3127F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3127F2; }
p { color: rgb(49,39,242); }
H1.HeaderClassName
{
color: #3127F2;
}
.AnyTagClassName
{
color: #3127F2;
}
</style>
background-color css
<style>
a { background-color: #3127F2; }
a { background-color: rgb(49,39,242); }
div.DivClassName
{
background-color: #3127F2;
}
.BgClassName
{
background-color: #3127F2;
}
</style>
border-color css
<style>
span { border-color: #3127F2; }
span { border-color: rgb(49,39,242); }
td.TdClassName
{
border-color: #3127F2;
}
.TagClassName
{
border-color: #3127F2;
}
</style>