Shades of Han Purple #301DF3
Tints of Han Purple #301DF3
RGB
CMYK
RGB Variations
Color information
#301DF3 (or 0x301DF3) is known color: Han Purple. HEX triplet: 30, 1D and F3. RGB value is (48,29,243). Sum of RGB (Red+Green+Blue) = 48+29+243=320 (42% of max value = 765). Red value is 48 (19.14% from 255 or 15% from 320); Green value is 29 (11.72% from 255 or 9.06% from 320); Blue value is 243 (95.31% from 255 or 75.94% from 320); Max value from RGB is 243 - color contains mainly: blue. Hex color #301DF3 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #301DF3 is #CFE20C. Grayscale: #3A3A3A. Windows color (decimal): -13623821 or 15932720. OLE color: 15932720.
HSL color Cylindrical-coordinate representation of color #301DF3: hue angle of 245.33º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #301DF3 is Cyan = 0.80, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 48 | 29 | 243 | - |
| CMYK | 0.80 | 0.88 | 0 | 0.05 |
| HSL | 245.33º | 0.9% | 0.53% | - |
| HSV(B) | 245.33º | 0.88% | 0.95% | - |
| XYZ | 17.84 | 7.98 | 85.39 | - |
| YUV | 59.08 | 231.79 | 120.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 29 | 243 | 0.80 | 0.88 | 0 | 0.05 | 245.33 | 0.9 | 0.53 |
| Hex | 30 | 1D | F3 | 50 | 58 | 0 | 5 | F5 | 5A | 35 |
| Octal | 60 | 35 | 363 | 120 | 130 | 0 | 5 | 365 | 132 | 65 |
| Binary | 110000 | 11101 | 11110011 | 1010000 | 1011000 | 0 | 101 | 11110101 | 1011010 | 110101 |
Color Harmonies of #301DF3
Complementary color
Monochromatic Colors of #301DF3
Black with #301DF3
Text Example
Text Example
White with #301DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301DF3; }
p { color: rgb(48,29,243); }
H1.HeaderClassName
{
color: #301DF3;
}
.AnyTagClassName
{
color: #301DF3;
}
</style>
background-color css
<style>
a { background-color: #301DF3; }
a { background-color: rgb(48,29,243); }
div.DivClassName
{
background-color: #301DF3;
}
.BgClassName
{
background-color: #301DF3;
}
</style>
border-color css
<style>
span { border-color: #301DF3; }
span { border-color: rgb(48,29,243); }
td.TdClassName
{
border-color: #301DF3;
}
.TagClassName
{
border-color: #301DF3;
}
</style>