Shades of Han Purple #301FFF
Tints of Han Purple #301FFF
RGB
CMYK
RGB Variations
Color information
#301FFF (or 0x301FFF) is known color: Han Purple. HEX triplet: 30, 1F and FF. RGB value is (48,31,255). Sum of RGB (Red+Green+Blue) = 48+31+255=334 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.37% from 334); Green value is 31 (12.5% from 255 or 9.28% from 334); Blue value is 255 (100% from 255 or 76.35% from 334); Max value from RGB is 255 - color contains mainly: blue. Hex color #301FFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #301FFF is #CFE000. Grayscale: #3C3C3C. Windows color (decimal): -13623297 or 16719664. OLE color: 16719664.
HSL color Cylindrical-coordinate representation of color #301FFF: hue angle of 244.55º 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 #301FFF is Cyan = 0.81, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 48 | 31 | 255 | - |
| CMYK | 0.81 | 0.88 | 0 | 0 |
| HSL | 244.55º | 1% | 0.56% | - |
| HSV(B) | 244.55º | 0.88% | 1% | - |
| XYZ | 19.76 | 8.83 | 95.27 | - |
| YUV | 61.62 | 237.13 | 118.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 31 | 255 | 0.81 | 0.88 | 0 | 0 | 244.55 | 1 | 0.56 |
| Hex | 30 | 1F | FF | 51 | 58 | 0 | 0 | F5 | 64 | 38 |
| Octal | 60 | 37 | 377 | 121 | 130 | 0 | 0 | 365 | 144 | 70 |
| Binary | 110000 | 11111 | 11111111 | 1010001 | 1011000 | 0 | 0 | 11110101 | 1100100 | 111000 |
Color Harmonies of #301FFF
Complementary color
Monochromatic Colors of #301FFF
Black with #301FFF
Text Example
Text Example
White with #301FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301FFF; }
p { color: rgb(48,31,255); }
H1.HeaderClassName
{
color: #301FFF;
}
.AnyTagClassName
{
color: #301FFF;
}
</style>
background-color css
<style>
a { background-color: #301FFF; }
a { background-color: rgb(48,31,255); }
div.DivClassName
{
background-color: #301FFF;
}
.BgClassName
{
background-color: #301FFF;
}
</style>
border-color css
<style>
span { border-color: #301FFF; }
span { border-color: rgb(48,31,255); }
td.TdClassName
{
border-color: #301FFF;
}
.TagClassName
{
border-color: #301FFF;
}
</style>