Shades of Han Purple #3113FB
Tints of Han Purple #3113FB
RGB
CMYK
RGB Variations
Color information
#3113FB (or 0x3113FB) is known color: Han Purple. HEX triplet: 31, 13 and FB. RGB value is (49,19,251). Sum of RGB (Red+Green+Blue) = 49+19+251=319 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.36% from 319); Green value is 19 (7.81% from 255 or 5.96% from 319); Blue value is 251 (98.44% from 255 or 78.68% from 319); Max value from RGB is 251 - color contains mainly: blue. Hex color #3113FB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3113FB is #CEEC04. Grayscale: #353535. Windows color (decimal): -13560837 or 16454449. OLE color: 16454449.
HSL color Cylindrical-coordinate representation of color #3113FB: hue angle of 247.76º 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 #3113FB is Cyan = 0.80, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 49 | 19 | 251 | - |
| CMYK | 0.80 | 0.92 | 0 | 0.02 |
| HSL | 247.76º | 0.97% | 0.53% | - |
| HSV(B) | 247.76º | 0.92% | 0.98% | - |
| XYZ | 18.91 | 8.08 | 91.83 | - |
| YUV | 54.42 | 238.94 | 124.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 19 | 251 | 0.80 | 0.92 | 0 | 0.02 | 247.76 | 0.97 | 0.53 |
| Hex | 31 | 13 | FB | 50 | 5C | 0 | 2 | F8 | 61 | 35 |
| Octal | 61 | 23 | 373 | 120 | 134 | 0 | 2 | 370 | 141 | 65 |
| Binary | 110001 | 10011 | 11111011 | 1010000 | 1011100 | 0 | 10 | 11111000 | 1100001 | 110101 |
Color Harmonies of #3113FB
Complementary color
Monochromatic Colors of #3113FB
Black with #3113FB
Text Example
Text Example
White with #3113FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3113FB; }
p { color: rgb(49,19,251); }
H1.HeaderClassName
{
color: #3113FB;
}
.AnyTagClassName
{
color: #3113FB;
}
</style>
background-color css
<style>
a { background-color: #3113FB; }
a { background-color: rgb(49,19,251); }
div.DivClassName
{
background-color: #3113FB;
}
.BgClassName
{
background-color: #3113FB;
}
</style>
border-color css
<style>
span { border-color: #3113FB; }
span { border-color: rgb(49,19,251); }
td.TdClassName
{
border-color: #3113FB;
}
.TagClassName
{
border-color: #3113FB;
}
</style>