Shades of Han Purple #3104FA
Tints of Han Purple #3104FA
RGB
CMYK
RGB Variations
Color information
#3104FA (or 0x3104FA) is known color: Han Purple. HEX triplet: 31, 04 and FA. RGB value is (49,4,250). Sum of RGB (Red+Green+Blue) = 49+4+250=303 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.17% from 303); Green value is 4 (1.95% from 255 or 1.32% from 303); Blue value is 250 (98.05% from 255 or 82.51% from 303); Max value from RGB is 250 - color contains mainly: blue. Hex color #3104FA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3104FA is #CEFB05. Grayscale: #2C2C2C. Windows color (decimal): -13564678 or 16385073. OLE color: 16385073.
HSL color Cylindrical-coordinate representation of color #3104FA: hue angle of 250.98º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3104FA is Cyan = 0.80, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 49 | 4 | 250 | - |
| CMYK | 0.80 | 0.98 | 0 | 0.02 |
| HSL | 250.98º | 0.97% | 0.5% | - |
| HSV(B) | 250.98º | 0.98% | 0.98% | - |
| XYZ | 18.57 | 7.64 | 90.94 | - |
| YUV | 45.5 | 243.41 | 130.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 4 | 250 | 0.80 | 0.98 | 0 | 0.02 | 250.98 | 0.97 | 0.5 |
| Hex | 31 | 4 | FA | 50 | 62 | 0 | 2 | FB | 61 | 32 |
| Octal | 61 | 4 | 372 | 120 | 142 | 0 | 2 | 373 | 141 | 62 |
| Binary | 110001 | 100 | 11111010 | 1010000 | 1100010 | 0 | 10 | 11111011 | 1100001 | 110010 |
Color Harmonies of #3104FA
Complementary color
Monochromatic Colors of #3104FA
Black with #3104FA
Text Example
Text Example
White with #3104FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3104FA; }
p { color: rgb(49,4,250); }
H1.HeaderClassName
{
color: #3104FA;
}
.AnyTagClassName
{
color: #3104FA;
}
</style>
background-color css
<style>
a { background-color: #3104FA; }
a { background-color: rgb(49,4,250); }
div.DivClassName
{
background-color: #3104FA;
}
.BgClassName
{
background-color: #3104FA;
}
</style>
border-color css
<style>
span { border-color: #3104FA; }
span { border-color: rgb(49,4,250); }
td.TdClassName
{
border-color: #3104FA;
}
.TagClassName
{
border-color: #3104FA;
}
</style>