Shades of Han Purple #3102F1
Tints of Han Purple #3102F1
RGB
CMYK
RGB Variations
Color information
#3102F1 (or 0x3102F1) is known color: Han Purple. HEX triplet: 31, 02 and F1. RGB value is (49,2,241). Sum of RGB (Red+Green+Blue) = 49+2+241=292 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.78% from 292); Green value is 2 (1.17% from 255 or 0.68% from 292); Blue value is 241 (94.53% from 255 or 82.53% from 292); Max value from RGB is 241 - color contains mainly: blue. Hex color #3102F1 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3102F1 is #CEFD0E. Grayscale: #2A2A2A. Windows color (decimal): -13565199 or 15794737. OLE color: 15794737.
HSL color Cylindrical-coordinate representation of color #3102F1: hue angle of 251.8º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3102F1 is Cyan = 0.80, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 49 | 2 | 241 | - |
| CMYK | 0.80 | 0.99 | 0 | 0.05 |
| HSL | 251.8º | 0.98% | 0.48% | - |
| HSV(B) | 251.8º | 0.99% | 0.95% | - |
| XYZ | 17.17 | 7.05 | 83.67 | - |
| YUV | 43.3 | 239.57 | 132.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 2 | 241 | 0.80 | 0.99 | 0 | 0.05 | 251.8 | 0.98 | 0.48 |
| Hex | 31 | 2 | F1 | 50 | 63 | 0 | 5 | FC | 62 | 30 |
| Octal | 61 | 2 | 361 | 120 | 143 | 0 | 5 | 374 | 142 | 60 |
| Binary | 110001 | 10 | 11110001 | 1010000 | 1100011 | 0 | 101 | 11111100 | 1100010 | 110000 |
Color Harmonies of #3102F1
Complementary color
Monochromatic Colors of #3102F1
Black with #3102F1
Text Example
Text Example
White with #3102F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3102F1; }
p { color: rgb(49,2,241); }
H1.HeaderClassName
{
color: #3102F1;
}
.AnyTagClassName
{
color: #3102F1;
}
</style>
background-color css
<style>
a { background-color: #3102F1; }
a { background-color: rgb(49,2,241); }
div.DivClassName
{
background-color: #3102F1;
}
.BgClassName
{
background-color: #3102F1;
}
</style>
border-color css
<style>
span { border-color: #3102F1; }
span { border-color: rgb(49,2,241); }
td.TdClassName
{
border-color: #3102F1;
}
.TagClassName
{
border-color: #3102F1;
}
</style>