Shades of Han Purple #301EFF
Tints of Han Purple #301EFF
RGB
CMYK
RGB Variations
Color information
#301EFF (or 0x301EFF) is known color: Han Purple. HEX triplet: 30, 1E and FF. RGB value is (48,30,255). Sum of RGB (Red+Green+Blue) = 48+30+255=333 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.41% from 333); Green value is 30 (12.11% from 255 or 9.01% from 333); Blue value is 255 (100% from 255 or 76.58% from 333); Max value from RGB is 255 - color contains mainly: blue. Hex color #301EFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #301EFF is #CFE100. Grayscale: #3C3C3C. Windows color (decimal): -13623553 or 16719408. OLE color: 16719408.
HSL color Cylindrical-coordinate representation of color #301EFF: hue angle of 244.8º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #301EFF is Cyan = 0.81, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 48 | 30 | 255 | - |
| CMYK | 0.81 | 0.88 | 0 | 0 |
| HSL | 244.8º | 1% | 0.56% | - |
| HSV(B) | 244.8º | 0.88% | 1% | - |
| XYZ | 19.73 | 8.78 | 95.26 | - |
| YUV | 61.03 | 237.46 | 118.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 30 | 255 | 0.81 | 0.88 | 0 | 0 | 244.8 | 1 | 0.56 |
| Hex | 30 | 1E | FF | 51 | 58 | 0 | 0 | F5 | 64 | 38 |
| Octal | 60 | 36 | 377 | 121 | 130 | 0 | 0 | 365 | 144 | 70 |
| Binary | 110000 | 11110 | 11111111 | 1010001 | 1011000 | 0 | 0 | 11110101 | 1100100 | 111000 |
Color Harmonies of #301EFF
Complementary color
Monochromatic Colors of #301EFF
Black with #301EFF
Text Example
Text Example
White with #301EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301EFF; }
p { color: rgb(48,30,255); }
H1.HeaderClassName
{
color: #301EFF;
}
.AnyTagClassName
{
color: #301EFF;
}
</style>
background-color css
<style>
a { background-color: #301EFF; }
a { background-color: rgb(48,30,255); }
div.DivClassName
{
background-color: #301EFF;
}
.BgClassName
{
background-color: #301EFF;
}
</style>
border-color css
<style>
span { border-color: #301EFF; }
span { border-color: rgb(48,30,255); }
td.TdClassName
{
border-color: #301EFF;
}
.TagClassName
{
border-color: #301EFF;
}
</style>