Shades of Han Purple #331BFE
Tints of Han Purple #331BFE
RGB
CMYK
RGB Variations
Color information
#331BFE (or 0x331BFE) is known color: Han Purple. HEX triplet: 33, 1B and FE. RGB value is (51,27,254). Sum of RGB (Red+Green+Blue) = 51+27+254=332 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.36% from 332); Green value is 27 (10.94% from 255 or 8.13% from 332); Blue value is 254 (99.61% from 255 or 76.51% from 332); Max value from RGB is 254 - color contains mainly: blue. Hex color #331BFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #331BFE is #CCE401. Grayscale: #3B3B3B. Windows color (decimal): -13427714 or 16653107. OLE color: 16653107.
HSL color Cylindrical-coordinate representation of color #331BFE: hue angle of 246.34º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #331BFE is Cyan = 0.80, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 51 | 27 | 254 | - |
| CMYK | 0.80 | 0.89 | 0 | 0.00 |
| HSL | 246.34º | 0.99% | 0.55% | - |
| HSV(B) | 246.34º | 0.89% | 1% | - |
| XYZ | 19.65 | 8.64 | 94.4 | - |
| YUV | 60.05 | 237.45 | 121.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 27 | 254 | 0.80 | 0.89 | 0 | 0.00 | 246.34 | 0.99 | 0.55 |
| Hex | 33 | 1B | FE | 50 | 59 | 0 | 0 | F6 | 63 | 37 |
| Octal | 63 | 33 | 376 | 120 | 131 | 0 | 0 | 366 | 143 | 67 |
| Binary | 110011 | 11011 | 11111110 | 1010000 | 1011001 | 0 | 0 | 11110110 | 1100011 | 110111 |
Color Harmonies of #331BFE
Complementary color
Monochromatic Colors of #331BFE
Black with #331BFE
Text Example
Text Example
White with #331BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #331BFE; }
p { color: rgb(51,27,254); }
H1.HeaderClassName
{
color: #331BFE;
}
.AnyTagClassName
{
color: #331BFE;
}
</style>
background-color css
<style>
a { background-color: #331BFE; }
a { background-color: rgb(51,27,254); }
div.DivClassName
{
background-color: #331BFE;
}
.BgClassName
{
background-color: #331BFE;
}
</style>
border-color css
<style>
span { border-color: #331BFE; }
span { border-color: rgb(51,27,254); }
td.TdClassName
{
border-color: #331BFE;
}
.TagClassName
{
border-color: #331BFE;
}
</style>