Shades of Han Purple #301EFE
Tints of Han Purple #301EFE
RGB
CMYK
RGB Variations
Color information
#301EFE (or 0x301EFE) is known color: Han Purple. HEX triplet: 30, 1E and FE. RGB value is (48,30,254). Sum of RGB (Red+Green+Blue) = 48+30+254=332 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.46% from 332); Green value is 30 (12.11% from 255 or 9.04% from 332); Blue value is 254 (99.61% from 255 or 76.51% from 332); Max value from RGB is 254 - color contains mainly: blue. Hex color #301EFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #301EFE is #CFE101. Grayscale: #3C3C3C. Windows color (decimal): -13623554 or 16653872. OLE color: 16653872.
HSL color Cylindrical-coordinate representation of color #301EFE: hue angle of 244.82º 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 #301EFE is Cyan = 0.81, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 48 | 30 | 254 | - |
| CMYK | 0.81 | 0.88 | 0 | 0.00 |
| HSL | 244.82º | 0.99% | 0.56% | - |
| HSV(B) | 244.82º | 0.88% | 1% | - |
| XYZ | 19.57 | 8.71 | 94.42 | - |
| YUV | 60.92 | 236.96 | 118.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 30 | 254 | 0.81 | 0.88 | 0 | 0.00 | 244.82 | 0.99 | 0.56 |
| Hex | 30 | 1E | FE | 51 | 58 | 0 | 0 | F5 | 63 | 38 |
| Octal | 60 | 36 | 376 | 121 | 130 | 0 | 0 | 365 | 143 | 70 |
| Binary | 110000 | 11110 | 11111110 | 1010001 | 1011000 | 0 | 0 | 11110101 | 1100011 | 111000 |
Color Harmonies of #301EFE
Complementary color
Monochromatic Colors of #301EFE
Black with #301EFE
Text Example
Text Example
White with #301EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301EFE; }
p { color: rgb(48,30,254); }
H1.HeaderClassName
{
color: #301EFE;
}
.AnyTagClassName
{
color: #301EFE;
}
</style>
background-color css
<style>
a { background-color: #301EFE; }
a { background-color: rgb(48,30,254); }
div.DivClassName
{
background-color: #301EFE;
}
.BgClassName
{
background-color: #301EFE;
}
</style>
border-color css
<style>
span { border-color: #301EFE; }
span { border-color: rgb(48,30,254); }
td.TdClassName
{
border-color: #301EFE;
}
.TagClassName
{
border-color: #301EFE;
}
</style>