Shades of Han Purple #301BFA
Tints of Han Purple #301BFA
RGB
CMYK
RGB Variations
Color information
#301BFA (or 0x301BFA) is known color: Han Purple. HEX triplet: 30, 1B and FA. RGB value is (48,27,250). Sum of RGB (Red+Green+Blue) = 48+27+250=325 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.77% from 325); Green value is 27 (10.94% from 255 or 8.31% from 325); Blue value is 250 (98.05% from 255 or 76.92% from 325); Max value from RGB is 250 - color contains mainly: blue. Hex color #301BFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #301BFA is #CFE405. Grayscale: #393939. Windows color (decimal): -13624326 or 16390960. OLE color: 16390960.
HSL color Cylindrical-coordinate representation of color #301BFA: hue angle of 245.65º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #301BFA is Cyan = 0.81, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 48 | 27 | 250 | - |
| CMYK | 0.81 | 0.89 | 0 | 0.02 |
| HSL | 245.65º | 0.96% | 0.54% | - |
| HSV(B) | 245.65º | 0.89% | 0.98% | - |
| XYZ | 18.87 | 8.31 | 91.05 | - |
| YUV | 58.7 | 235.96 | 120.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 27 | 250 | 0.81 | 0.89 | 0 | 0.02 | 245.65 | 0.96 | 0.54 |
| Hex | 30 | 1B | FA | 51 | 59 | 0 | 2 | F6 | 60 | 36 |
| Octal | 60 | 33 | 372 | 121 | 131 | 0 | 2 | 366 | 140 | 66 |
| Binary | 110000 | 11011 | 11111010 | 1010001 | 1011001 | 0 | 10 | 11110110 | 1100000 | 110110 |
Color Harmonies of #301BFA
Complementary color
Monochromatic Colors of #301BFA
Black with #301BFA
Text Example
Text Example
White with #301BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301BFA; }
p { color: rgb(48,27,250); }
H1.HeaderClassName
{
color: #301BFA;
}
.AnyTagClassName
{
color: #301BFA;
}
</style>
background-color css
<style>
a { background-color: #301BFA; }
a { background-color: rgb(48,27,250); }
div.DivClassName
{
background-color: #301BFA;
}
.BgClassName
{
background-color: #301BFA;
}
</style>
border-color css
<style>
span { border-color: #301BFA; }
span { border-color: rgb(48,27,250); }
td.TdClassName
{
border-color: #301BFA;
}
.TagClassName
{
border-color: #301BFA;
}
</style>