Shades of Han Purple #3101FD
Tints of Han Purple #3101FD
RGB
CMYK
RGB Variations
Color information
#3101FD (or 0x3101FD) is known color: Han Purple. HEX triplet: 31, 01 and FD. RGB value is (49,1,253). Sum of RGB (Red+Green+Blue) = 49+1+253=303 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.17% from 303); Green value is 1 (0.78% from 255 or 0.33% from 303); Blue value is 253 (99.22% from 255 or 83.50% from 303); Max value from RGB is 253 - color contains mainly: blue. Hex color #3101FD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3101FD is #CEFE02. Grayscale: #2B2B2B. Windows color (decimal): -13565443 or 16580913. OLE color: 16580913.
HSL color Cylindrical-coordinate representation of color #3101FD: hue angle of 251.43º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3101FD is Cyan = 0.81, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 49 | 1 | 253 | - |
| CMYK | 0.81 | 1.00 | 0 | 0.01 |
| HSL | 251.43º | 0.99% | 0.5% | - |
| HSV(B) | 251.43º | 1% | 0.99% | - |
| XYZ | 19.01 | 7.77 | 93.43 | - |
| YUV | 44.08 | 245.9 | 131.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 1 | 253 | 0.81 | 1.00 | 0 | 0.01 | 251.43 | 0.99 | 0.5 |
| Hex | 31 | 1 | FD | 51 | 64 | 0 | 1 | FB | 63 | 32 |
| Octal | 61 | 1 | 375 | 121 | 144 | 0 | 1 | 373 | 143 | 62 |
| Binary | 110001 | 1 | 11111101 | 1010001 | 1100100 | 0 | 1 | 11111011 | 1100011 | 110010 |
Color Harmonies of #3101FD
Complementary color
Monochromatic Colors of #3101FD
Black with #3101FD
Text Example
Text Example
White with #3101FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3101FD; }
p { color: rgb(49,1,253); }
H1.HeaderClassName
{
color: #3101FD;
}
.AnyTagClassName
{
color: #3101FD;
}
</style>
background-color css
<style>
a { background-color: #3101FD; }
a { background-color: rgb(49,1,253); }
div.DivClassName
{
background-color: #3101FD;
}
.BgClassName
{
background-color: #3101FD;
}
</style>
border-color css
<style>
span { border-color: #3101FD; }
span { border-color: rgb(49,1,253); }
td.TdClassName
{
border-color: #3101FD;
}
.TagClassName
{
border-color: #3101FD;
}
</style>