Shades of Han Purple #3017FA
Tints of Han Purple #3017FA
RGB
CMYK
RGB Variations
Color information
#3017FA (or 0x3017FA) is known color: Han Purple. HEX triplet: 30, 17 and FA. RGB value is (48,23,250). Sum of RGB (Red+Green+Blue) = 48+23+250=321 (42% of max value = 765). Red value is 48 (19.14% from 255 or 14.95% from 321); Green value is 23 (9.38% from 255 or 7.17% from 321); Blue value is 250 (98.05% from 255 or 77.88% from 321); Max value from RGB is 250 - color contains mainly: blue. Hex color #3017FA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3017FA is #CFE805. Grayscale: #373737. Windows color (decimal): -13625350 or 16389936. OLE color: 16389936.
HSL color Cylindrical-coordinate representation of color #3017FA: hue angle of 246.61º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3017FA is Cyan = 0.81, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 48 | 23 | 250 | - |
| CMYK | 0.81 | 0.91 | 0 | 0.02 |
| HSL | 246.61º | 0.96% | 0.54% | - |
| HSV(B) | 246.61º | 0.91% | 0.98% | - |
| XYZ | 18.78 | 8.14 | 91.02 | - |
| YUV | 56.35 | 237.28 | 122.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 23 | 250 | 0.81 | 0.91 | 0 | 0.02 | 246.61 | 0.96 | 0.54 |
| Hex | 30 | 17 | FA | 51 | 5B | 0 | 2 | F7 | 60 | 36 |
| Octal | 60 | 27 | 372 | 121 | 133 | 0 | 2 | 367 | 140 | 66 |
| Binary | 110000 | 10111 | 11111010 | 1010001 | 1011011 | 0 | 10 | 11110111 | 1100000 | 110110 |
Color Harmonies of #3017FA
Complementary color
Monochromatic Colors of #3017FA
Black with #3017FA
Text Example
Text Example
White with #3017FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3017FA; }
p { color: rgb(48,23,250); }
H1.HeaderClassName
{
color: #3017FA;
}
.AnyTagClassName
{
color: #3017FA;
}
</style>
background-color css
<style>
a { background-color: #3017FA; }
a { background-color: rgb(48,23,250); }
div.DivClassName
{
background-color: #3017FA;
}
.BgClassName
{
background-color: #3017FA;
}
</style>
border-color css
<style>
span { border-color: #3017FA; }
span { border-color: rgb(48,23,250); }
td.TdClassName
{
border-color: #3017FA;
}
.TagClassName
{
border-color: #3017FA;
}
</style>