Shades of Han Purple #3010F1
Tints of Han Purple #3010F1
RGB
CMYK
RGB Variations
Color information
#3010F1 (or 0x3010F1) is known color: Han Purple. HEX triplet: 30, 10 and F1. RGB value is (48,16,241). Sum of RGB (Red+Green+Blue) = 48+16+241=305 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.74% from 305); Green value is 16 (6.64% from 255 or 5.25% from 305); Blue value is 241 (94.53% from 255 or 79.02% from 305); Max value from RGB is 241 - color contains mainly: blue. Hex color #3010F1 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3010F1 is #CFEF0E. Grayscale: #323232. Windows color (decimal): -13627151 or 15798320. OLE color: 15798320.
HSL color Cylindrical-coordinate representation of color #3010F1: hue angle of 248.53º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3010F1 is Cyan = 0.80, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 48 | 16 | 241 | - |
| CMYK | 0.80 | 0.93 | 0 | 0.05 |
| HSL | 248.53º | 0.89% | 0.5% | - |
| HSV(B) | 248.53º | 0.93% | 0.95% | - |
| XYZ | 17.28 | 7.35 | 83.73 | - |
| YUV | 51.22 | 235.1 | 125.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 16 | 241 | 0.80 | 0.93 | 0 | 0.05 | 248.53 | 0.89 | 0.5 |
| Hex | 30 | 10 | F1 | 50 | 5D | 0 | 5 | F9 | 59 | 32 |
| Octal | 60 | 20 | 361 | 120 | 135 | 0 | 5 | 371 | 131 | 62 |
| Binary | 110000 | 10000 | 11110001 | 1010000 | 1011101 | 0 | 101 | 11111001 | 1011001 | 110010 |
Color Harmonies of #3010F1
Complementary color
Monochromatic Colors of #3010F1
Black with #3010F1
Text Example
Text Example
White with #3010F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3010F1; }
p { color: rgb(48,16,241); }
H1.HeaderClassName
{
color: #3010F1;
}
.AnyTagClassName
{
color: #3010F1;
}
</style>
background-color css
<style>
a { background-color: #3010F1; }
a { background-color: rgb(48,16,241); }
div.DivClassName
{
background-color: #3010F1;
}
.BgClassName
{
background-color: #3010F1;
}
</style>
border-color css
<style>
span { border-color: #3010F1; }
span { border-color: rgb(48,16,241); }
td.TdClassName
{
border-color: #3010F1;
}
.TagClassName
{
border-color: #3010F1;
}
</style>