Shades of Han Purple #3100FB
Tints of Han Purple #3100FB
RGB
CMYK
RGB Variations
Color information
#3100FB (or 0x3100FB) is known color: Han Purple. HEX triplet: 31, 00 and FB. RGB value is (49,0,251). Sum of RGB (Red+Green+Blue) = 49+0+251=300 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.33% from 300); Green value is 0 (0.39% from 255 or 0% from 300); Blue value is 251 (98.44% from 255 or 83.67% from 300); Max value from RGB is 251 - color contains mainly: blue. Hex color #3100FB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3100FB is #CEFF04. Grayscale: #2A2A2A. Windows color (decimal): -13565701 or 16449585. OLE color: 16449585.
HSL color Cylindrical-coordinate representation of color #3100FB: hue angle of 251.71º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3100FB is Cyan = 0.80, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 49 | 0 | 251 | - |
| CMYK | 0.80 | 1 | 0 | 0.02 |
| HSL | 251.71º | 1% | 0.49% | - |
| HSV(B) | 251.71º | 1% | 0.98% | - |
| XYZ | 18.68 | 7.62 | 91.75 | - |
| YUV | 43.27 | 245.23 | 132.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 0 | 251 | 0.80 | 1 | 0 | 0.02 | 251.71 | 1 | 0.49 |
| Hex | 31 | 0 | FB | 50 | 64 | 0 | 2 | FC | 64 | 31 |
| Octal | 61 | 0 | 373 | 120 | 144 | 0 | 2 | 374 | 144 | 61 |
| Binary | 110001 | 0 | 11111011 | 1010000 | 1100100 | 0 | 10 | 11111100 | 1100100 | 110001 |
Color Harmonies of #3100FB
Complementary color
Monochromatic Colors of #3100FB
Black with #3100FB
Text Example
Text Example
White with #3100FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3100FB; }
p { color: rgb(49,0,251); }
H1.HeaderClassName
{
color: #3100FB;
}
.AnyTagClassName
{
color: #3100FB;
}
</style>
background-color css
<style>
a { background-color: #3100FB; }
a { background-color: rgb(49,0,251); }
div.DivClassName
{
background-color: #3100FB;
}
.BgClassName
{
background-color: #3100FB;
}
</style>
border-color css
<style>
span { border-color: #3100FB; }
span { border-color: rgb(49,0,251); }
td.TdClassName
{
border-color: #3100FB;
}
.TagClassName
{
border-color: #3100FB;
}
</style>