Shades of Han Purple #3113FA
Tints of Han Purple #3113FA
RGB
CMYK
RGB Variations
Color information
#3113FA (or 0x3113FA) is known color: Han Purple. HEX triplet: 31, 13 and FA. RGB value is (49,19,250). Sum of RGB (Red+Green+Blue) = 49+19+250=318 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.41% from 318); Green value is 19 (7.81% from 255 or 5.97% from 318); Blue value is 250 (98.05% from 255 or 78.62% from 318); Max value from RGB is 250 - color contains mainly: blue. Hex color #3113FA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3113FA is #CEEC05. Grayscale: #353535. Windows color (decimal): -13560838 or 16388913. OLE color: 16388913.
HSL color Cylindrical-coordinate representation of color #3113FA: hue angle of 247.79º degrees, saturation: 0.96, 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 #3113FA is Cyan = 0.80, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 49 | 19 | 250 | - |
| CMYK | 0.80 | 0.92 | 0 | 0.02 |
| HSL | 247.79º | 0.96% | 0.53% | - |
| HSV(B) | 247.79º | 0.92% | 0.98% | - |
| XYZ | 18.75 | 8.02 | 91 | - |
| YUV | 54.3 | 238.44 | 124.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 19 | 250 | 0.80 | 0.92 | 0 | 0.02 | 247.79 | 0.96 | 0.53 |
| Hex | 31 | 13 | FA | 50 | 5C | 0 | 2 | F8 | 60 | 35 |
| Octal | 61 | 23 | 372 | 120 | 134 | 0 | 2 | 370 | 140 | 65 |
| Binary | 110001 | 10011 | 11111010 | 1010000 | 1011100 | 0 | 10 | 11111000 | 1100000 | 110101 |
Color Harmonies of #3113FA
Complementary color
Monochromatic Colors of #3113FA
Black with #3113FA
Text Example
Text Example
White with #3113FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3113FA; }
p { color: rgb(49,19,250); }
H1.HeaderClassName
{
color: #3113FA;
}
.AnyTagClassName
{
color: #3113FA;
}
</style>
background-color css
<style>
a { background-color: #3113FA; }
a { background-color: rgb(49,19,250); }
div.DivClassName
{
background-color: #3113FA;
}
.BgClassName
{
background-color: #3113FA;
}
</style>
border-color css
<style>
span { border-color: #3113FA; }
span { border-color: rgb(49,19,250); }
td.TdClassName
{
border-color: #3113FA;
}
.TagClassName
{
border-color: #3113FA;
}
</style>