Shades of Han Purple #331BF1
Tints of Han Purple #331BF1
RGB
CMYK
RGB Variations
Color information
#331BF1 (or 0x331BF1) is known color: Han Purple. HEX triplet: 33, 1B and F1. RGB value is (51,27,241). Sum of RGB (Red+Green+Blue) = 51+27+241=319 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.99% from 319); Green value is 27 (10.94% from 255 or 8.46% from 319); Blue value is 241 (94.53% from 255 or 75.55% from 319); Max value from RGB is 241 - color contains mainly: blue. Hex color #331BF1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #331BF1 is #CCE40E. Grayscale: #393939. Windows color (decimal): -13427727 or 15801139. OLE color: 15801139.
HSL color Cylindrical-coordinate representation of color #331BF1: hue angle of 246.73º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #331BF1 is Cyan = 0.79, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 51 | 27 | 241 | - |
| CMYK | 0.79 | 0.89 | 0 | 0.05 |
| HSL | 246.73º | 0.88% | 0.53% | - |
| HSV(B) | 246.73º | 0.89% | 0.95% | - |
| XYZ | 17.63 | 7.84 | 83.8 | - |
| YUV | 58.57 | 230.95 | 122.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 27 | 241 | 0.79 | 0.89 | 0 | 0.05 | 246.73 | 0.88 | 0.53 |
| Hex | 33 | 1B | F1 | 4F | 59 | 0 | 5 | F7 | 58 | 35 |
| Octal | 63 | 33 | 361 | 117 | 131 | 0 | 5 | 367 | 130 | 65 |
| Binary | 110011 | 11011 | 11110001 | 1001111 | 1011001 | 0 | 101 | 11110111 | 1011000 | 110101 |
Color Harmonies of #331BF1
Complementary color
Monochromatic Colors of #331BF1
Black with #331BF1
Text Example
Text Example
White with #331BF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #331BF1; }
p { color: rgb(51,27,241); }
H1.HeaderClassName
{
color: #331BF1;
}
.AnyTagClassName
{
color: #331BF1;
}
</style>
background-color css
<style>
a { background-color: #331BF1; }
a { background-color: rgb(51,27,241); }
div.DivClassName
{
background-color: #331BF1;
}
.BgClassName
{
background-color: #331BF1;
}
</style>
border-color css
<style>
span { border-color: #331BF1; }
span { border-color: rgb(51,27,241); }
td.TdClassName
{
border-color: #331BF1;
}
.TagClassName
{
border-color: #331BF1;
}
</style>