Shades of Han Purple #3101FA
Tints of Han Purple #3101FA
RGB
CMYK
RGB Variations
Color information
#3101FA (or 0x3101FA) is known color: Han Purple. HEX triplet: 31, 01 and FA. RGB value is (49,1,250). Sum of RGB (Red+Green+Blue) = 49+1+250=300 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.33% from 300); Green value is 1 (0.78% from 255 or 0.33% from 300); Blue value is 250 (98.05% from 255 or 83.33% from 300); Max value from RGB is 250 - color contains mainly: blue. Hex color #3101FA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3101FA is #CEFE05. Grayscale: #2A2A2A. Windows color (decimal): -13565446 or 16384305. OLE color: 16384305.
HSL color Cylindrical-coordinate representation of color #3101FA: hue angle of 251.57º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3101FA is Cyan = 0.80, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 49 | 1 | 250 | - |
| CMYK | 0.80 | 1.00 | 0 | 0.02 |
| HSL | 251.57º | 0.99% | 0.49% | - |
| HSV(B) | 251.57º | 1% | 0.98% | - |
| XYZ | 18.53 | 7.58 | 90.93 | - |
| YUV | 43.74 | 244.4 | 131.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 1 | 250 | 0.80 | 1.00 | 0 | 0.02 | 251.57 | 0.99 | 0.49 |
| Hex | 31 | 1 | FA | 50 | 64 | 0 | 2 | FC | 63 | 31 |
| Octal | 61 | 1 | 372 | 120 | 144 | 0 | 2 | 374 | 143 | 61 |
| Binary | 110001 | 1 | 11111010 | 1010000 | 1100100 | 0 | 10 | 11111100 | 1100011 | 110001 |
Color Harmonies of #3101FA
Complementary color
Monochromatic Colors of #3101FA
Black with #3101FA
Text Example
Text Example
White with #3101FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3101FA; }
p { color: rgb(49,1,250); }
H1.HeaderClassName
{
color: #3101FA;
}
.AnyTagClassName
{
color: #3101FA;
}
</style>
background-color css
<style>
a { background-color: #3101FA; }
a { background-color: rgb(49,1,250); }
div.DivClassName
{
background-color: #3101FA;
}
.BgClassName
{
background-color: #3101FA;
}
</style>
border-color css
<style>
span { border-color: #3101FA; }
span { border-color: rgb(49,1,250); }
td.TdClassName
{
border-color: #3101FA;
}
.TagClassName
{
border-color: #3101FA;
}
</style>