Shades of Han Purple #301FED
Tints of Han Purple #301FED
RGB
CMYK
RGB Variations
Color information
#301FED (or 0x301FED) is known color: Han Purple. HEX triplet: 30, 1F and ED. RGB value is (48,31,237). Sum of RGB (Red+Green+Blue) = 48+31+237=316 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.19% from 316); Green value is 31 (12.5% from 255 or 9.81% from 316); Blue value is 237 (92.97% from 255 or 75% from 316); Max value from RGB is 237 - color contains mainly: blue. Hex color #301FED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #301FED is #CFE012. Grayscale: #3A3A3A. Windows color (decimal): -13623315 or 15540016. OLE color: 15540016.
HSL color Cylindrical-coordinate representation of color #301FED: hue angle of 244.95º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #301FED is Cyan = 0.80, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 48 | 31 | 237 | - |
| CMYK | 0.80 | 0.87 | 0 | 0.07 |
| HSL | 244.95º | 0.85% | 0.53% | - |
| HSV(B) | 244.95º | 0.87% | 0.93% | - |
| XYZ | 16.99 | 7.72 | 80.72 | - |
| YUV | 59.57 | 228.13 | 119.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 31 | 237 | 0.80 | 0.87 | 0 | 0.07 | 244.95 | 0.85 | 0.53 |
| Hex | 30 | 1F | ED | 50 | 57 | 0 | 7 | F5 | 55 | 35 |
| Octal | 60 | 37 | 355 | 120 | 127 | 0 | 7 | 365 | 125 | 65 |
| Binary | 110000 | 11111 | 11101101 | 1010000 | 1010111 | 0 | 111 | 11110101 | 1010101 | 110101 |
Color Harmonies of #301FED
Complementary color
Monochromatic Colors of #301FED
Black with #301FED
Text Example
Text Example
White with #301FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301FED; }
p { color: rgb(48,31,237); }
H1.HeaderClassName
{
color: #301FED;
}
.AnyTagClassName
{
color: #301FED;
}
</style>
background-color css
<style>
a { background-color: #301FED; }
a { background-color: rgb(48,31,237); }
div.DivClassName
{
background-color: #301FED;
}
.BgClassName
{
background-color: #301FED;
}
</style>
border-color css
<style>
span { border-color: #301FED; }
span { border-color: rgb(48,31,237); }
td.TdClassName
{
border-color: #301FED;
}
.TagClassName
{
border-color: #301FED;
}
</style>