Shades of Han Purple #310FFD
Tints of Han Purple #310FFD
RGB
CMYK
RGB Variations
Color information
#310FFD (or 0x310FFD) is known color: Han Purple. HEX triplet: 31, 0F and FD. RGB value is (49,15,253). Sum of RGB (Red+Green+Blue) = 49+15+253=317 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.46% from 317); Green value is 15 (6.25% from 255 or 4.73% from 317); Blue value is 253 (99.22% from 255 or 79.81% from 317); Max value from RGB is 253 - color contains mainly: blue. Hex color #310FFD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #310FFD is #CEF002. Grayscale: #333333. Windows color (decimal): -13561859 or 16584497. OLE color: 16584497.
HSL color Cylindrical-coordinate representation of color #310FFD: hue angle of 248.57º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #310FFD is Cyan = 0.81, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 49 | 15 | 253 | - |
| CMYK | 0.81 | 0.94 | 0 | 0.01 |
| HSL | 248.57º | 0.98% | 0.53% | - |
| HSV(B) | 248.57º | 0.94% | 0.99% | - |
| XYZ | 19.17 | 8.09 | 93.48 | - |
| YUV | 52.3 | 241.26 | 125.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 15 | 253 | 0.81 | 0.94 | 0 | 0.01 | 248.57 | 0.98 | 0.53 |
| Hex | 31 | F | FD | 51 | 5E | 0 | 1 | F9 | 62 | 35 |
| Octal | 61 | 17 | 375 | 121 | 136 | 0 | 1 | 371 | 142 | 65 |
| Binary | 110001 | 1111 | 11111101 | 1010001 | 1011110 | 0 | 1 | 11111001 | 1100010 | 110101 |
Color Harmonies of #310FFD
Complementary color
Monochromatic Colors of #310FFD
Black with #310FFD
Text Example
Text Example
White with #310FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #310FFD; }
p { color: rgb(49,15,253); }
H1.HeaderClassName
{
color: #310FFD;
}
.AnyTagClassName
{
color: #310FFD;
}
</style>
background-color css
<style>
a { background-color: #310FFD; }
a { background-color: rgb(49,15,253); }
div.DivClassName
{
background-color: #310FFD;
}
.BgClassName
{
background-color: #310FFD;
}
</style>
border-color css
<style>
span { border-color: #310FFD; }
span { border-color: rgb(49,15,253); }
td.TdClassName
{
border-color: #310FFD;
}
.TagClassName
{
border-color: #310FFD;
}
</style>