Shades of Han Purple #3119FD
Tints of Han Purple #3119FD
RGB
CMYK
RGB Variations
Color information
#3119FD (or 0x3119FD) is known color: Han Purple. HEX triplet: 31, 19 and FD. RGB value is (49,25,253). Sum of RGB (Red+Green+Blue) = 49+25+253=327 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.98% from 327); Green value is 25 (10.16% from 255 or 7.65% from 327); Blue value is 253 (99.22% from 255 or 77.37% from 327); Max value from RGB is 253 - color contains mainly: blue. Hex color #3119FD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3119FD is #CEE602. Grayscale: #393939. Windows color (decimal): -13559299 or 16587057. OLE color: 16587057.
HSL color Cylindrical-coordinate representation of color #3119FD: hue angle of 246.32º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3119FD is Cyan = 0.81, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 49 | 25 | 253 | - |
| CMYK | 0.81 | 0.90 | 0 | 0.01 |
| HSL | 246.32º | 0.98% | 0.55% | - |
| HSV(B) | 246.32º | 0.9% | 0.99% | - |
| XYZ | 19.34 | 8.44 | 93.54 | - |
| YUV | 58.17 | 237.95 | 121.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 25 | 253 | 0.81 | 0.90 | 0 | 0.01 | 246.32 | 0.98 | 0.55 |
| Hex | 31 | 19 | FD | 51 | 5A | 0 | 1 | F6 | 62 | 37 |
| Octal | 61 | 31 | 375 | 121 | 132 | 0 | 1 | 366 | 142 | 67 |
| Binary | 110001 | 11001 | 11111101 | 1010001 | 1011010 | 0 | 1 | 11110110 | 1100010 | 110111 |
Color Harmonies of #3119FD
Complementary color
Monochromatic Colors of #3119FD
Black with #3119FD
Text Example
Text Example
White with #3119FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3119FD; }
p { color: rgb(49,25,253); }
H1.HeaderClassName
{
color: #3119FD;
}
.AnyTagClassName
{
color: #3119FD;
}
</style>
background-color css
<style>
a { background-color: #3119FD; }
a { background-color: rgb(49,25,253); }
div.DivClassName
{
background-color: #3119FD;
}
.BgClassName
{
background-color: #3119FD;
}
</style>
border-color css
<style>
span { border-color: #3119FD; }
span { border-color: rgb(49,25,253); }
td.TdClassName
{
border-color: #3119FD;
}
.TagClassName
{
border-color: #3119FD;
}
</style>