Shades of Han Purple #301CF5
Tints of Han Purple #301CF5
RGB
CMYK
RGB Variations
Color information
#301CF5 (or 0x301CF5) is known color: Han Purple. HEX triplet: 30, 1C and F5. RGB value is (48,28,245). Sum of RGB (Red+Green+Blue) = 48+28+245=321 (42% of max value = 765). Red value is 48 (19.14% from 255 or 14.95% from 321); Green value is 28 (11.33% from 255 or 8.72% from 321); Blue value is 245 (96.09% from 255 or 76.32% from 321); Max value from RGB is 245 - color contains mainly: blue. Hex color #301CF5 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #301CF5 is #CFE30A. Grayscale: #393939. Windows color (decimal): -13624075 or 16063536. OLE color: 16063536.
HSL color Cylindrical-coordinate representation of color #301CF5: hue angle of 245.53º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #301CF5 is Cyan = 0.80, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 48 | 28 | 245 | - |
| CMYK | 0.80 | 0.89 | 0 | 0.04 |
| HSL | 245.53º | 0.92% | 0.54% | - |
| HSV(B) | 245.53º | 0.89% | 0.96% | - |
| XYZ | 18.12 | 8.05 | 86.99 | - |
| YUV | 58.72 | 233.13 | 120.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 28 | 245 | 0.80 | 0.89 | 0 | 0.04 | 245.53 | 0.92 | 0.54 |
| Hex | 30 | 1C | F5 | 50 | 59 | 0 | 4 | F6 | 5C | 36 |
| Octal | 60 | 34 | 365 | 120 | 131 | 0 | 4 | 366 | 134 | 66 |
| Binary | 110000 | 11100 | 11110101 | 1010000 | 1011001 | 0 | 100 | 11110110 | 1011100 | 110110 |
Color Harmonies of #301CF5
Complementary color
Monochromatic Colors of #301CF5
Black with #301CF5
Text Example
Text Example
White with #301CF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301CF5; }
p { color: rgb(48,28,245); }
H1.HeaderClassName
{
color: #301CF5;
}
.AnyTagClassName
{
color: #301CF5;
}
</style>
background-color css
<style>
a { background-color: #301CF5; }
a { background-color: rgb(48,28,245); }
div.DivClassName
{
background-color: #301CF5;
}
.BgClassName
{
background-color: #301CF5;
}
</style>
border-color css
<style>
span { border-color: #301CF5; }
span { border-color: rgb(48,28,245); }
td.TdClassName
{
border-color: #301CF5;
}
.TagClassName
{
border-color: #301CF5;
}
</style>