Shades of Han Purple #3115FB
Tints of Han Purple #3115FB
RGB
CMYK
RGB Variations
Color information
#3115FB (or 0x3115FB) is known color: Han Purple. HEX triplet: 31, 15 and FB. RGB value is (49,21,251). Sum of RGB (Red+Green+Blue) = 49+21+251=321 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.26% from 321); Green value is 21 (8.59% from 255 or 6.54% from 321); Blue value is 251 (98.44% from 255 or 78.19% from 321); Max value from RGB is 251 - color contains mainly: blue. Hex color #3115FB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3115FB is #CEEA04. Grayscale: #363636. Windows color (decimal): -13560325 or 16454961. OLE color: 16454961.
HSL color Cylindrical-coordinate representation of color #3115FB: hue angle of 247.3º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3115FB is Cyan = 0.80, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 49 | 21 | 251 | - |
| CMYK | 0.80 | 0.92 | 0 | 0.02 |
| HSL | 247.3º | 0.97% | 0.53% | - |
| HSV(B) | 247.3º | 0.92% | 0.98% | - |
| XYZ | 18.95 | 8.15 | 91.84 | - |
| YUV | 55.59 | 238.28 | 123.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 21 | 251 | 0.80 | 0.92 | 0 | 0.02 | 247.3 | 0.97 | 0.53 |
| Hex | 31 | 15 | FB | 50 | 5C | 0 | 2 | F7 | 61 | 35 |
| Octal | 61 | 25 | 373 | 120 | 134 | 0 | 2 | 367 | 141 | 65 |
| Binary | 110001 | 10101 | 11111011 | 1010000 | 1011100 | 0 | 10 | 11110111 | 1100001 | 110101 |
Color Harmonies of #3115FB
Complementary color
Monochromatic Colors of #3115FB
Black with #3115FB
Text Example
Text Example
White with #3115FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3115FB; }
p { color: rgb(49,21,251); }
H1.HeaderClassName
{
color: #3115FB;
}
.AnyTagClassName
{
color: #3115FB;
}
</style>
background-color css
<style>
a { background-color: #3115FB; }
a { background-color: rgb(49,21,251); }
div.DivClassName
{
background-color: #3115FB;
}
.BgClassName
{
background-color: #3115FB;
}
</style>
border-color css
<style>
span { border-color: #3115FB; }
span { border-color: rgb(49,21,251); }
td.TdClassName
{
border-color: #3115FB;
}
.TagClassName
{
border-color: #3115FB;
}
</style>