Shades of Han Purple #3103FA
Tints of Han Purple #3103FA
RGB
CMYK
RGB Variations
Color information
#3103FA (or 0x3103FA) is known color: Han Purple. HEX triplet: 31, 03 and FA. RGB value is (49,3,250). Sum of RGB (Red+Green+Blue) = 49+3+250=302 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.23% from 302); Green value is 3 (1.56% from 255 or 0.99% from 302); Blue value is 250 (98.05% from 255 or 82.78% from 302); Max value from RGB is 250 - color contains mainly: blue. Hex color #3103FA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3103FA is #CEFC05. Grayscale: #2B2B2B. Windows color (decimal): -13564934 or 16384817. OLE color: 16384817.
HSL color Cylindrical-coordinate representation of color #3103FA: hue angle of 251.17º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3103FA is Cyan = 0.80, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 49 | 3 | 250 | - |
| CMYK | 0.80 | 0.99 | 0 | 0.02 |
| HSL | 251.17º | 0.98% | 0.5% | - |
| HSV(B) | 251.17º | 0.99% | 0.98% | - |
| XYZ | 18.55 | 7.62 | 90.94 | - |
| YUV | 44.91 | 243.74 | 130.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 3 | 250 | 0.80 | 0.99 | 0 | 0.02 | 251.17 | 0.98 | 0.5 |
| Hex | 31 | 3 | FA | 50 | 63 | 0 | 2 | FB | 62 | 32 |
| Octal | 61 | 3 | 372 | 120 | 143 | 0 | 2 | 373 | 142 | 62 |
| Binary | 110001 | 11 | 11111010 | 1010000 | 1100011 | 0 | 10 | 11111011 | 1100010 | 110010 |
Color Harmonies of #3103FA
Complementary color
Monochromatic Colors of #3103FA
Black with #3103FA
Text Example
Text Example
White with #3103FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3103FA; }
p { color: rgb(49,3,250); }
H1.HeaderClassName
{
color: #3103FA;
}
.AnyTagClassName
{
color: #3103FA;
}
</style>
background-color css
<style>
a { background-color: #3103FA; }
a { background-color: rgb(49,3,250); }
div.DivClassName
{
background-color: #3103FA;
}
.BgClassName
{
background-color: #3103FA;
}
</style>
border-color css
<style>
span { border-color: #3103FA; }
span { border-color: rgb(49,3,250); }
td.TdClassName
{
border-color: #3103FA;
}
.TagClassName
{
border-color: #3103FA;
}
</style>