Shades of Han Purple #3100FF
Tints of Han Purple #3100FF
RGB
CMYK
RGB Variations
Color information
#3100FF (or 0x3100FF) is known color: Han Purple. HEX triplet: 31, 00 and FF. RGB value is (49,0,255). Sum of RGB (Red+Green+Blue) = 49+0+255=304 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.12% from 304); Green value is 0 (0.39% from 255 or 0% from 304); Blue value is 255 (100% from 255 or 83.88% from 304); Max value from RGB is 255 - color contains mainly: blue. Hex color #3100FF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3100FF is #CEFF00. Grayscale: #2A2A2A. Windows color (decimal): -13565697 or 16711729. OLE color: 16711729.
HSL color Cylindrical-coordinate representation of color #3100FF: hue angle of 251.53º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3100FF is Cyan = 0.81, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 49 | 0 | 255 | - |
| CMYK | 0.81 | 1 | 0 | 0 |
| HSL | 251.53º | 1% | 0.5% | - |
| HSV(B) | 251.53º | 1% | 1% | - |
| XYZ | 19.32 | 7.87 | 95.11 | - |
| YUV | 43.72 | 247.23 | 131.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 0 | 255 | 0.81 | 1 | 0 | 0 | 251.53 | 1 | 0.5 |
| Hex | 31 | 0 | FF | 51 | 64 | 0 | 0 | FC | 64 | 32 |
| Octal | 61 | 0 | 377 | 121 | 144 | 0 | 0 | 374 | 144 | 62 |
| Binary | 110001 | 0 | 11111111 | 1010001 | 1100100 | 0 | 0 | 11111100 | 1100100 | 110010 |
Color Harmonies of #3100FF
Complementary color
Monochromatic Colors of #3100FF
Black with #3100FF
Text Example
Text Example
White with #3100FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3100FF; }
p { color: rgb(49,0,255); }
H1.HeaderClassName
{
color: #3100FF;
}
.AnyTagClassName
{
color: #3100FF;
}
</style>
background-color css
<style>
a { background-color: #3100FF; }
a { background-color: rgb(49,0,255); }
div.DivClassName
{
background-color: #3100FF;
}
.BgClassName
{
background-color: #3100FF;
}
</style>
border-color css
<style>
span { border-color: #3100FF; }
span { border-color: rgb(49,0,255); }
td.TdClassName
{
border-color: #3100FF;
}
.TagClassName
{
border-color: #3100FF;
}
</style>