Shades of Han Purple #3119F3
Tints of Han Purple #3119F3
RGB
CMYK
RGB Variations
Color information
#3119F3 (or 0x3119F3) is known color: Han Purple. HEX triplet: 31, 19 and F3. RGB value is (49,25,243). Sum of RGB (Red+Green+Blue) = 49+25+243=317 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.46% from 317); Green value is 25 (10.16% from 255 or 7.89% from 317); Blue value is 243 (95.31% from 255 or 76.66% from 317); Max value from RGB is 243 - color contains mainly: blue. Hex color #3119F3 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3119F3 is #CEE60C. Grayscale: #383838. Windows color (decimal): -13559309 or 15931697. OLE color: 15931697.
HSL color Cylindrical-coordinate representation of color #3119F3: hue angle of 246.61º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3119F3 is Cyan = 0.80, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 49 | 25 | 243 | - |
| CMYK | 0.80 | 0.90 | 0 | 0.05 |
| HSL | 246.61º | 0.9% | 0.53% | - |
| HSV(B) | 246.61º | 0.9% | 0.95% | - |
| XYZ | 17.79 | 7.82 | 85.37 | - |
| YUV | 57.03 | 232.95 | 122.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 25 | 243 | 0.80 | 0.90 | 0 | 0.05 | 246.61 | 0.9 | 0.53 |
| Hex | 31 | 19 | F3 | 50 | 5A | 0 | 5 | F7 | 5A | 35 |
| Octal | 61 | 31 | 363 | 120 | 132 | 0 | 5 | 367 | 132 | 65 |
| Binary | 110001 | 11001 | 11110011 | 1010000 | 1011010 | 0 | 101 | 11110111 | 1011010 | 110101 |
Color Harmonies of #3119F3
Complementary color
Monochromatic Colors of #3119F3
Black with #3119F3
Text Example
Text Example
White with #3119F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3119F3; }
p { color: rgb(49,25,243); }
H1.HeaderClassName
{
color: #3119F3;
}
.AnyTagClassName
{
color: #3119F3;
}
</style>
background-color css
<style>
a { background-color: #3119F3; }
a { background-color: rgb(49,25,243); }
div.DivClassName
{
background-color: #3119F3;
}
.BgClassName
{
background-color: #3119F3;
}
</style>
border-color css
<style>
span { border-color: #3119F3; }
span { border-color: rgb(49,25,243); }
td.TdClassName
{
border-color: #3119F3;
}
.TagClassName
{
border-color: #3119F3;
}
</style>