Shades of Han Purple #300FFF
Tints of Han Purple #300FFF
RGB
CMYK
RGB Variations
Color information
#300FFF (or 0x300FFF) is known color: Han Purple. HEX triplet: 30, 0F and FF. RGB value is (48,15,255). Sum of RGB (Red+Green+Blue) = 48+15+255=318 (42% of max value = 765). Red value is 48 (19.14% from 255 or 15.09% from 318); Green value is 15 (6.25% from 255 or 4.72% from 318); Blue value is 255 (100% from 255 or 80.19% from 318); Max value from RGB is 255 - color contains mainly: blue. Hex color #300FFF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #300FFF is #CFF000. Grayscale: #333333. Windows color (decimal): -13627393 or 16715568. OLE color: 16715568.
HSL color Cylindrical-coordinate representation of color #300FFF: hue angle of 248.25º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #300FFF is Cyan = 0.81, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 48 | 15 | 255 | - |
| CMYK | 0.81 | 0.94 | 0 | 0 |
| HSL | 248.25º | 1% | 0.53% | - |
| HSV(B) | 248.25º | 0.94% | 1% | - |
| XYZ | 19.44 | 8.19 | 95.16 | - |
| YUV | 52.23 | 242.43 | 124.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 15 | 255 | 0.81 | 0.94 | 0 | 0 | 248.25 | 1 | 0.53 |
| Hex | 30 | F | FF | 51 | 5E | 0 | 0 | F8 | 64 | 35 |
| Octal | 60 | 17 | 377 | 121 | 136 | 0 | 0 | 370 | 144 | 65 |
| Binary | 110000 | 1111 | 11111111 | 1010001 | 1011110 | 0 | 0 | 11111000 | 1100100 | 110101 |
Color Harmonies of #300FFF
Complementary color
Monochromatic Colors of #300FFF
Black with #300FFF
Text Example
Text Example
White with #300FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300FFF; }
p { color: rgb(48,15,255); }
H1.HeaderClassName
{
color: #300FFF;
}
.AnyTagClassName
{
color: #300FFF;
}
</style>
background-color css
<style>
a { background-color: #300FFF; }
a { background-color: rgb(48,15,255); }
div.DivClassName
{
background-color: #300FFF;
}
.BgClassName
{
background-color: #300FFF;
}
</style>
border-color css
<style>
span { border-color: #300FFF; }
span { border-color: rgb(48,15,255); }
td.TdClassName
{
border-color: #300FFF;
}
.TagClassName
{
border-color: #300FFF;
}
</style>