Shades of Han Purple #3107FE
Tints of Han Purple #3107FE
RGB
CMYK
RGB Variations
Color information
#3107FE (or 0x3107FE) is known color: Han Purple. HEX triplet: 31, 07 and FE. RGB value is (49,7,254). Sum of RGB (Red+Green+Blue) = 49+7+254=310 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.81% from 310); Green value is 7 (3.12% from 255 or 2.26% from 310); Blue value is 254 (99.61% from 255 or 81.94% from 310); Max value from RGB is 254 - color contains mainly: blue. Hex color #3107FE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3107FE is #CEF801. Grayscale: #2E2E2E. Windows color (decimal): -13563906 or 16647985. OLE color: 16647985.
HSL color Cylindrical-coordinate representation of color #3107FE: hue angle of 250.2º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3107FE is Cyan = 0.81, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 49 | 7 | 254 | - |
| CMYK | 0.81 | 0.97 | 0 | 0.00 |
| HSL | 250.2º | 0.99% | 0.51% | - |
| HSV(B) | 250.2º | 0.97% | 1% | - |
| XYZ | 19.23 | 7.96 | 94.29 | - |
| YUV | 47.72 | 244.41 | 128.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 7 | 254 | 0.81 | 0.97 | 0 | 0.00 | 250.2 | 0.99 | 0.51 |
| Hex | 31 | 7 | FE | 51 | 61 | 0 | 0 | FA | 63 | 33 |
| Octal | 61 | 7 | 376 | 121 | 141 | 0 | 0 | 372 | 143 | 63 |
| Binary | 110001 | 111 | 11111110 | 1010001 | 1100001 | 0 | 0 | 11111010 | 1100011 | 110011 |
Color Harmonies of #3107FE
Complementary color
Monochromatic Colors of #3107FE
Black with #3107FE
Text Example
Text Example
White with #3107FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3107FE; }
p { color: rgb(49,7,254); }
H1.HeaderClassName
{
color: #3107FE;
}
.AnyTagClassName
{
color: #3107FE;
}
</style>
background-color css
<style>
a { background-color: #3107FE; }
a { background-color: rgb(49,7,254); }
div.DivClassName
{
background-color: #3107FE;
}
.BgClassName
{
background-color: #3107FE;
}
</style>
border-color css
<style>
span { border-color: #3107FE; }
span { border-color: rgb(49,7,254); }
td.TdClassName
{
border-color: #3107FE;
}
.TagClassName
{
border-color: #3107FE;
}
</style>