Shades of Han Purple #3100FC
Tints of Han Purple #3100FC
RGB
CMYK
RGB Variations
Color information
#3100FC (or 0x3100FC) is known color: Han Purple. HEX triplet: 31, 00 and FC. RGB value is (49,0,252). Sum of RGB (Red+Green+Blue) = 49+0+252=301 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.28% from 301); Green value is 0 (0.39% from 255 or 0% from 301); Blue value is 252 (98.83% from 255 or 83.72% from 301); Max value from RGB is 252 - color contains mainly: blue. Hex color #3100FC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3100FC is #CEFF03. Grayscale: #2A2A2A. Windows color (decimal): -13565700 or 16515121. OLE color: 16515121.
HSL color Cylindrical-coordinate representation of color #3100FC: hue angle of 251.67º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3100FC is Cyan = 0.81, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 49 | 0 | 252 | - |
| CMYK | 0.81 | 1 | 0 | 0.01 |
| HSL | 251.67º | 1% | 0.49% | - |
| HSV(B) | 251.67º | 1% | 0.99% | - |
| XYZ | 18.84 | 7.68 | 92.59 | - |
| YUV | 43.38 | 245.73 | 132.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 0 | 252 | 0.81 | 1 | 0 | 0.01 | 251.67 | 1 | 0.49 |
| Hex | 31 | 0 | FC | 51 | 64 | 0 | 1 | FC | 64 | 31 |
| Octal | 61 | 0 | 374 | 121 | 144 | 0 | 1 | 374 | 144 | 61 |
| Binary | 110001 | 0 | 11111100 | 1010001 | 1100100 | 0 | 1 | 11111100 | 1100100 | 110001 |
Color Harmonies of #3100FC
Complementary color
Monochromatic Colors of #3100FC
Black with #3100FC
Text Example
Text Example
White with #3100FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3100FC; }
p { color: rgb(49,0,252); }
H1.HeaderClassName
{
color: #3100FC;
}
.AnyTagClassName
{
color: #3100FC;
}
</style>
background-color css
<style>
a { background-color: #3100FC; }
a { background-color: rgb(49,0,252); }
div.DivClassName
{
background-color: #3100FC;
}
.BgClassName
{
background-color: #3100FC;
}
</style>
border-color css
<style>
span { border-color: #3100FC; }
span { border-color: rgb(49,0,252); }
td.TdClassName
{
border-color: #3100FC;
}
.TagClassName
{
border-color: #3100FC;
}
</style>