Shades of Han Purple #300FED
Tints of Han Purple #300FED
RGB
CMYK
RGB Variations
Color information
#300FED (or 0x300FED) is known color: Han Purple. HEX triplet: 30, 0F and ED. RGB value is (48,15,237). Sum of RGB (Red+Green+Blue) = 48+15+237=300 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16% from 300); Green value is 15 (6.25% from 255 or 5% from 300); Blue value is 237 (92.97% from 255 or 79% from 300); Max value from RGB is 237 - color contains mainly: blue. Hex color #300FED is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #300FED is #CFF012. Grayscale: #313131. Windows color (decimal): -13627411 or 15535920. OLE color: 15535920.
HSL color Cylindrical-coordinate representation of color #300FED: hue angle of 248.92º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #300FED is Cyan = 0.80, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 48 | 15 | 237 | - |
| CMYK | 0.80 | 0.94 | 0 | 0.07 |
| HSL | 248.92º | 0.88% | 0.49% | - |
| HSV(B) | 248.92º | 0.94% | 0.93% | - |
| XYZ | 16.68 | 7.08 | 80.61 | - |
| YUV | 50.18 | 233.43 | 126.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 15 | 237 | 0.80 | 0.94 | 0 | 0.07 | 248.92 | 0.88 | 0.49 |
| Hex | 30 | F | ED | 50 | 5E | 0 | 7 | F9 | 58 | 31 |
| Octal | 60 | 17 | 355 | 120 | 136 | 0 | 7 | 371 | 130 | 61 |
| Binary | 110000 | 1111 | 11101101 | 1010000 | 1011110 | 0 | 111 | 11111001 | 1011000 | 110001 |
Color Harmonies of #300FED
Complementary color
Monochromatic Colors of #300FED
Black with #300FED
Text Example
Text Example
White with #300FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300FED; }
p { color: rgb(48,15,237); }
H1.HeaderClassName
{
color: #300FED;
}
.AnyTagClassName
{
color: #300FED;
}
</style>
background-color css
<style>
a { background-color: #300FED; }
a { background-color: rgb(48,15,237); }
div.DivClassName
{
background-color: #300FED;
}
.BgClassName
{
background-color: #300FED;
}
</style>
border-color css
<style>
span { border-color: #300FED; }
span { border-color: rgb(48,15,237); }
td.TdClassName
{
border-color: #300FED;
}
.TagClassName
{
border-color: #300FED;
}
</style>