Shades of Han Purple #301CFE
Tints of Han Purple #301CFE
RGB
CMYK
RGB Variations
Color information
#301CFE (or 0x301CFE) is known color: Han Purple. HEX triplet: 30, 1C and FE. RGB value is (48,28,254). Sum of RGB (Red+Green+Blue) = 48+28+254=330 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.55% from 330); Green value is 28 (11.33% from 255 or 8.48% from 330); Blue value is 254 (99.61% from 255 or 76.97% from 330); Max value from RGB is 254 - color contains mainly: blue. Hex color #301CFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #301CFE is #CFE301. Grayscale: #3A3A3A. Windows color (decimal): -13624066 or 16653360. OLE color: 16653360.
HSL color Cylindrical-coordinate representation of color #301CFE: hue angle of 245.31º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #301CFE is Cyan = 0.81, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 48 | 28 | 254 | - |
| CMYK | 0.81 | 0.89 | 0 | 0.00 |
| HSL | 245.31º | 0.99% | 0.55% | - |
| HSV(B) | 245.31º | 0.89% | 1% | - |
| XYZ | 19.52 | 8.61 | 94.4 | - |
| YUV | 59.74 | 237.63 | 119.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 28 | 254 | 0.81 | 0.89 | 0 | 0.00 | 245.31 | 0.99 | 0.55 |
| Hex | 30 | 1C | FE | 51 | 59 | 0 | 0 | F5 | 63 | 37 |
| Octal | 60 | 34 | 376 | 121 | 131 | 0 | 0 | 365 | 143 | 67 |
| Binary | 110000 | 11100 | 11111110 | 1010001 | 1011001 | 0 | 0 | 11110101 | 1100011 | 110111 |
Color Harmonies of #301CFE
Complementary color
Monochromatic Colors of #301CFE
Black with #301CFE
Text Example
Text Example
White with #301CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301CFE; }
p { color: rgb(48,28,254); }
H1.HeaderClassName
{
color: #301CFE;
}
.AnyTagClassName
{
color: #301CFE;
}
</style>
background-color css
<style>
a { background-color: #301CFE; }
a { background-color: rgb(48,28,254); }
div.DivClassName
{
background-color: #301CFE;
}
.BgClassName
{
background-color: #301CFE;
}
</style>
border-color css
<style>
span { border-color: #301CFE; }
span { border-color: rgb(48,28,254); }
td.TdClassName
{
border-color: #301CFE;
}
.TagClassName
{
border-color: #301CFE;
}
</style>