Shades of Han Purple #301DFF
Tints of Han Purple #301DFF
RGB
CMYK
RGB Variations
Color information
#301DFF (or 0x301DFF) is known color: Han Purple. HEX triplet: 30, 1D and FF. RGB value is (48,29,255). Sum of RGB (Red+Green+Blue) = 48+29+255=332 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.46% from 332); Green value is 29 (11.72% from 255 or 8.73% from 332); Blue value is 255 (100% from 255 or 76.81% from 332); Max value from RGB is 255 - color contains mainly: blue. Hex color #301DFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #301DFF is #CFE200. Grayscale: #3B3B3B. Windows color (decimal): -13623809 or 16719152. OLE color: 16719152.
HSL color Cylindrical-coordinate representation of color #301DFF: hue angle of 245.04º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #301DFF is Cyan = 0.81, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 48 | 29 | 255 | - |
| CMYK | 0.81 | 0.89 | 0 | 0 |
| HSL | 245.04º | 1% | 0.56% | - |
| HSV(B) | 245.04º | 0.89% | 1% | - |
| XYZ | 19.71 | 8.73 | 95.25 | - |
| YUV | 60.45 | 237.79 | 119.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 29 | 255 | 0.81 | 0.89 | 0 | 0 | 245.04 | 1 | 0.56 |
| Hex | 30 | 1D | FF | 51 | 59 | 0 | 0 | F5 | 64 | 38 |
| Octal | 60 | 35 | 377 | 121 | 131 | 0 | 0 | 365 | 144 | 70 |
| Binary | 110000 | 11101 | 11111111 | 1010001 | 1011001 | 0 | 0 | 11110101 | 1100100 | 111000 |
Color Harmonies of #301DFF
Complementary color
Monochromatic Colors of #301DFF
Black with #301DFF
Text Example
Text Example
White with #301DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301DFF; }
p { color: rgb(48,29,255); }
H1.HeaderClassName
{
color: #301DFF;
}
.AnyTagClassName
{
color: #301DFF;
}
</style>
background-color css
<style>
a { background-color: #301DFF; }
a { background-color: rgb(48,29,255); }
div.DivClassName
{
background-color: #301DFF;
}
.BgClassName
{
background-color: #301DFF;
}
</style>
border-color css
<style>
span { border-color: #301DFF; }
span { border-color: rgb(48,29,255); }
td.TdClassName
{
border-color: #301DFF;
}
.TagClassName
{
border-color: #301DFF;
}
</style>