Shades of Han Purple #310FF2
Tints of Han Purple #310FF2
RGB
CMYK
RGB Variations
Color information
#310FF2 (or 0x310FF2) is known color: Han Purple. HEX triplet: 31, 0F and F2. RGB value is (49,15,242). Sum of RGB (Red+Green+Blue) = 49+15+242=306 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.01% from 306); Green value is 15 (6.25% from 255 or 4.90% from 306); Blue value is 242 (94.92% from 255 or 79.08% from 306); Max value from RGB is 242 - color contains mainly: blue. Hex color #310FF2 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #310FF2 is #CEF00D. Grayscale: #323232. Windows color (decimal): -13561870 or 15863601. OLE color: 15863601.
HSL color Cylindrical-coordinate representation of color #310FF2: hue angle of 248.99º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #310FF2 is Cyan = 0.80, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 49 | 15 | 242 | - |
| CMYK | 0.80 | 0.94 | 0 | 0.05 |
| HSL | 248.99º | 0.9% | 0.5% | - |
| HSV(B) | 248.99º | 0.94% | 0.95% | - |
| XYZ | 17.46 | 7.41 | 84.51 | - |
| YUV | 51.04 | 235.76 | 126.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 15 | 242 | 0.80 | 0.94 | 0 | 0.05 | 248.99 | 0.9 | 0.5 |
| Hex | 31 | F | F2 | 50 | 5E | 0 | 5 | F9 | 5A | 32 |
| Octal | 61 | 17 | 362 | 120 | 136 | 0 | 5 | 371 | 132 | 62 |
| Binary | 110001 | 1111 | 11110010 | 1010000 | 1011110 | 0 | 101 | 11111001 | 1011010 | 110010 |
Color Harmonies of #310FF2
Complementary color
Monochromatic Colors of #310FF2
Black with #310FF2
Text Example
Text Example
White with #310FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #310FF2; }
p { color: rgb(49,15,242); }
H1.HeaderClassName
{
color: #310FF2;
}
.AnyTagClassName
{
color: #310FF2;
}
</style>
background-color css
<style>
a { background-color: #310FF2; }
a { background-color: rgb(49,15,242); }
div.DivClassName
{
background-color: #310FF2;
}
.BgClassName
{
background-color: #310FF2;
}
</style>
border-color css
<style>
span { border-color: #310FF2; }
span { border-color: rgb(49,15,242); }
td.TdClassName
{
border-color: #310FF2;
}
.TagClassName
{
border-color: #310FF2;
}
</style>