Shades of Han Purple #301FFE
Tints of Han Purple #301FFE
RGB
CMYK
RGB Variations
Color information
#301FFE (or 0x301FFE) is known color: Han Purple. HEX triplet: 30, 1F and FE. RGB value is (48,31,254). Sum of RGB (Red+Green+Blue) = 48+31+254=333 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.41% from 333); Green value is 31 (12.5% from 255 or 9.31% from 333); Blue value is 254 (99.61% from 255 or 76.28% from 333); Max value from RGB is 254 - color contains mainly: blue. Hex color #301FFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #301FFE is #CFE001. Grayscale: #3C3C3C. Windows color (decimal): -13623298 or 16654128. OLE color: 16654128.
HSL color Cylindrical-coordinate representation of color #301FFE: hue angle of 244.57º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #301FFE is Cyan = 0.81, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 48 | 31 | 254 | - |
| CMYK | 0.81 | 0.88 | 0 | 0.00 |
| HSL | 244.57º | 0.99% | 0.56% | - |
| HSV(B) | 244.57º | 0.88% | 1% | - |
| XYZ | 19.6 | 8.76 | 94.42 | - |
| YUV | 61.51 | 236.63 | 118.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 31 | 254 | 0.81 | 0.88 | 0 | 0.00 | 244.57 | 0.99 | 0.56 |
| Hex | 30 | 1F | FE | 51 | 58 | 0 | 0 | F5 | 63 | 38 |
| Octal | 60 | 37 | 376 | 121 | 130 | 0 | 0 | 365 | 143 | 70 |
| Binary | 110000 | 11111 | 11111110 | 1010001 | 1011000 | 0 | 0 | 11110101 | 1100011 | 111000 |
Color Harmonies of #301FFE
Complementary color
Monochromatic Colors of #301FFE
Black with #301FFE
Text Example
Text Example
White with #301FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301FFE; }
p { color: rgb(48,31,254); }
H1.HeaderClassName
{
color: #301FFE;
}
.AnyTagClassName
{
color: #301FFE;
}
</style>
background-color css
<style>
a { background-color: #301FFE; }
a { background-color: rgb(48,31,254); }
div.DivClassName
{
background-color: #301FFE;
}
.BgClassName
{
background-color: #301FFE;
}
</style>
border-color css
<style>
span { border-color: #301FFE; }
span { border-color: rgb(48,31,254); }
td.TdClassName
{
border-color: #301FFE;
}
.TagClassName
{
border-color: #301FFE;
}
</style>