Shades of Han Purple #331AFE
Tints of Han Purple #331AFE
RGB
CMYK
RGB Variations
Color information
#331AFE (or 0x331AFE) is known color: Han Purple. HEX triplet: 33, 1A and FE. RGB value is (51,26,254). Sum of RGB (Red+Green+Blue) = 51+26+254=331 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.41% from 331); Green value is 26 (10.55% from 255 or 7.85% from 331); Blue value is 254 (99.61% from 255 or 76.74% from 331); Max value from RGB is 254 - color contains mainly: blue. Hex color #331AFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #331AFE is #CCE501. Grayscale: #3A3A3A. Windows color (decimal): -13427970 or 16652851. OLE color: 16652851.
HSL color Cylindrical-coordinate representation of color #331AFE: hue angle of 246.58º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #331AFE is Cyan = 0.80, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 51 | 26 | 254 | - |
| CMYK | 0.80 | 0.90 | 0 | 0.00 |
| HSL | 246.58º | 0.99% | 0.55% | - |
| HSV(B) | 246.58º | 0.9% | 1% | - |
| XYZ | 19.62 | 8.6 | 94.39 | - |
| YUV | 59.47 | 237.78 | 121.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 26 | 254 | 0.80 | 0.90 | 0 | 0.00 | 246.58 | 0.99 | 0.55 |
| Hex | 33 | 1A | FE | 50 | 5A | 0 | 0 | F7 | 63 | 37 |
| Octal | 63 | 32 | 376 | 120 | 132 | 0 | 0 | 367 | 143 | 67 |
| Binary | 110011 | 11010 | 11111110 | 1010000 | 1011010 | 0 | 0 | 11110111 | 1100011 | 110111 |
Color Harmonies of #331AFE
Complementary color
Monochromatic Colors of #331AFE
Black with #331AFE
Text Example
Text Example
White with #331AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #331AFE; }
p { color: rgb(51,26,254); }
H1.HeaderClassName
{
color: #331AFE;
}
.AnyTagClassName
{
color: #331AFE;
}
</style>
background-color css
<style>
a { background-color: #331AFE; }
a { background-color: rgb(51,26,254); }
div.DivClassName
{
background-color: #331AFE;
}
.BgClassName
{
background-color: #331AFE;
}
</style>
border-color css
<style>
span { border-color: #331AFE; }
span { border-color: rgb(51,26,254); }
td.TdClassName
{
border-color: #331AFE;
}
.TagClassName
{
border-color: #331AFE;
}
</style>