Shades of Han Purple #301DFB
Tints of Han Purple #301DFB
RGB
CMYK
RGB Variations
Color information
#301DFB (or 0x301DFB) is known color: Han Purple. HEX triplet: 30, 1D and FB. RGB value is (48,29,251). Sum of RGB (Red+Green+Blue) = 48+29+251=328 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.63% from 328); Green value is 29 (11.72% from 255 or 8.84% from 328); Blue value is 251 (98.44% from 255 or 76.52% from 328); Max value from RGB is 251 - color contains mainly: blue. Hex color #301DFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #301DFB is #CFE204. Grayscale: #3B3B3B. Windows color (decimal): -13623813 or 16457008. OLE color: 16457008.
HSL color Cylindrical-coordinate representation of color #301DFB: hue angle of 245.14º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #301DFB is Cyan = 0.81, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 48 | 29 | 251 | - |
| CMYK | 0.81 | 0.88 | 0 | 0.02 |
| HSL | 245.14º | 0.97% | 0.55% | - |
| HSV(B) | 245.14º | 0.88% | 0.98% | - |
| XYZ | 19.07 | 8.47 | 91.9 | - |
| YUV | 59.99 | 235.79 | 119.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 29 | 251 | 0.81 | 0.88 | 0 | 0.02 | 245.14 | 0.97 | 0.55 |
| Hex | 30 | 1D | FB | 51 | 58 | 0 | 2 | F5 | 61 | 37 |
| Octal | 60 | 35 | 373 | 121 | 130 | 0 | 2 | 365 | 141 | 67 |
| Binary | 110000 | 11101 | 11111011 | 1010001 | 1011000 | 0 | 10 | 11110101 | 1100001 | 110111 |
Color Harmonies of #301DFB
Complementary color
Monochromatic Colors of #301DFB
Black with #301DFB
Text Example
Text Example
White with #301DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301DFB; }
p { color: rgb(48,29,251); }
H1.HeaderClassName
{
color: #301DFB;
}
.AnyTagClassName
{
color: #301DFB;
}
</style>
background-color css
<style>
a { background-color: #301DFB; }
a { background-color: rgb(48,29,251); }
div.DivClassName
{
background-color: #301DFB;
}
.BgClassName
{
background-color: #301DFB;
}
</style>
border-color css
<style>
span { border-color: #301DFB; }
span { border-color: rgb(48,29,251); }
td.TdClassName
{
border-color: #301DFB;
}
.TagClassName
{
border-color: #301DFB;
}
</style>