Shades of Han Purple #301BFE
Tints of Han Purple #301BFE
RGB
CMYK
RGB Variations
Color information
#301BFE (or 0x301BFE) is known color: Han Purple. HEX triplet: 30, 1B and FE. RGB value is (48,27,254). Sum of RGB (Red+Green+Blue) = 48+27+254=329 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.59% from 329); Green value is 27 (10.94% from 255 or 8.21% from 329); Blue value is 254 (99.61% from 255 or 77.20% from 329); Max value from RGB is 254 - color contains mainly: blue. Hex color #301BFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #301BFE is #CFE401. Grayscale: #3A3A3A. Windows color (decimal): -13624322 or 16653104. OLE color: 16653104.
HSL color Cylindrical-coordinate representation of color #301BFE: hue angle of 245.55º 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 #301BFE is Cyan = 0.81, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 48 | 27 | 254 | - |
| CMYK | 0.81 | 0.89 | 0 | 0.00 |
| HSL | 245.55º | 0.99% | 0.55% | - |
| HSV(B) | 245.55º | 0.89% | 1% | - |
| XYZ | 19.5 | 8.57 | 94.39 | - |
| YUV | 59.16 | 237.96 | 120.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 27 | 254 | 0.81 | 0.89 | 0 | 0.00 | 245.55 | 0.99 | 0.55 |
| Hex | 30 | 1B | FE | 51 | 59 | 0 | 0 | F6 | 63 | 37 |
| Octal | 60 | 33 | 376 | 121 | 131 | 0 | 0 | 366 | 143 | 67 |
| Binary | 110000 | 11011 | 11111110 | 1010001 | 1011001 | 0 | 0 | 11110110 | 1100011 | 110111 |
Color Harmonies of #301BFE
Complementary color
Monochromatic Colors of #301BFE
Black with #301BFE
Text Example
Text Example
White with #301BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301BFE; }
p { color: rgb(48,27,254); }
H1.HeaderClassName
{
color: #301BFE;
}
.AnyTagClassName
{
color: #301BFE;
}
</style>
background-color css
<style>
a { background-color: #301BFE; }
a { background-color: rgb(48,27,254); }
div.DivClassName
{
background-color: #301BFE;
}
.BgClassName
{
background-color: #301BFE;
}
</style>
border-color css
<style>
span { border-color: #301BFE; }
span { border-color: rgb(48,27,254); }
td.TdClassName
{
border-color: #301BFE;
}
.TagClassName
{
border-color: #301BFE;
}
</style>