Shades of Han Purple #301AF1
Tints of Han Purple #301AF1
RGB
CMYK
RGB Variations
Color information
#301AF1 (or 0x301AF1) is known color: Han Purple. HEX triplet: 30, 1A and F1. RGB value is (48,26,241). Sum of RGB (Red+Green+Blue) = 48+26+241=315 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.24% from 315); Green value is 26 (10.55% from 255 or 8.25% from 315); Blue value is 241 (94.53% from 255 or 76.51% from 315); Max value from RGB is 241 - color contains mainly: blue. Hex color #301AF1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #301AF1 is #CFE50E. Grayscale: #383838. Windows color (decimal): -13624591 or 15800880. OLE color: 15800880.
HSL color Cylindrical-coordinate representation of color #301AF1: hue angle of 246.14º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #301AF1 is Cyan = 0.80, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 48 | 26 | 241 | - |
| CMYK | 0.80 | 0.89 | 0 | 0.05 |
| HSL | 246.14º | 0.88% | 0.52% | - |
| HSV(B) | 246.14º | 0.89% | 0.95% | - |
| XYZ | 17.47 | 7.72 | 83.79 | - |
| YUV | 57.09 | 231.79 | 121.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 26 | 241 | 0.80 | 0.89 | 0 | 0.05 | 246.14 | 0.88 | 0.52 |
| Hex | 30 | 1A | F1 | 50 | 59 | 0 | 5 | F6 | 58 | 34 |
| Octal | 60 | 32 | 361 | 120 | 131 | 0 | 5 | 366 | 130 | 64 |
| Binary | 110000 | 11010 | 11110001 | 1010000 | 1011001 | 0 | 101 | 11110110 | 1011000 | 110100 |
Color Harmonies of #301AF1
Complementary color
Monochromatic Colors of #301AF1
Black with #301AF1
Text Example
Text Example
White with #301AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301AF1; }
p { color: rgb(48,26,241); }
H1.HeaderClassName
{
color: #301AF1;
}
.AnyTagClassName
{
color: #301AF1;
}
</style>
background-color css
<style>
a { background-color: #301AF1; }
a { background-color: rgb(48,26,241); }
div.DivClassName
{
background-color: #301AF1;
}
.BgClassName
{
background-color: #301AF1;
}
</style>
border-color css
<style>
span { border-color: #301AF1; }
span { border-color: rgb(48,26,241); }
td.TdClassName
{
border-color: #301AF1;
}
.TagClassName
{
border-color: #301AF1;
}
</style>