Shades of Han Purple #331FFE
Tints of Han Purple #331FFE
RGB
CMYK
RGB Variations
Color information
#331FFE (or 0x331FFE) is known color: Han Purple. HEX triplet: 33, 1F and FE. RGB value is (51,31,254). Sum of RGB (Red+Green+Blue) = 51+31+254=336 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.18% from 336); Green value is 31 (12.5% from 255 or 9.23% from 336); Blue value is 254 (99.61% from 255 or 75.60% from 336); Max value from RGB is 254 - color contains mainly: blue. Hex color #331FFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #331FFE is #CCE001. Grayscale: #3D3D3D. Windows color (decimal): -13426690 or 16654131. OLE color: 16654131.
HSL color Cylindrical-coordinate representation of color #331FFE: hue angle of 245.38º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #331FFE is Cyan = 0.80, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 51 | 31 | 254 | - |
| CMYK | 0.80 | 0.88 | 0 | 0.00 |
| HSL | 245.38º | 0.99% | 0.56% | - |
| HSV(B) | 245.38º | 0.88% | 1% | - |
| XYZ | 19.74 | 8.84 | 94.43 | - |
| YUV | 62.4 | 236.13 | 119.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 31 | 254 | 0.80 | 0.88 | 0 | 0.00 | 245.38 | 0.99 | 0.56 |
| Hex | 33 | 1F | FE | 50 | 58 | 0 | 0 | F5 | 63 | 38 |
| Octal | 63 | 37 | 376 | 120 | 130 | 0 | 0 | 365 | 143 | 70 |
| Binary | 110011 | 11111 | 11111110 | 1010000 | 1011000 | 0 | 0 | 11110101 | 1100011 | 111000 |
Color Harmonies of #331FFE
Complementary color
Monochromatic Colors of #331FFE
Black with #331FFE
Text Example
Text Example
White with #331FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #331FFE; }
p { color: rgb(51,31,254); }
H1.HeaderClassName
{
color: #331FFE;
}
.AnyTagClassName
{
color: #331FFE;
}
</style>
background-color css
<style>
a { background-color: #331FFE; }
a { background-color: rgb(51,31,254); }
div.DivClassName
{
background-color: #331FFE;
}
.BgClassName
{
background-color: #331FFE;
}
</style>
border-color css
<style>
span { border-color: #331FFE; }
span { border-color: rgb(51,31,254); }
td.TdClassName
{
border-color: #331FFE;
}
.TagClassName
{
border-color: #331FFE;
}
</style>