Shades of Han Purple #331EFE
Tints of Han Purple #331EFE
RGB
CMYK
RGB Variations
Color information
#331EFE (or 0x331EFE) is known color: Han Purple. HEX triplet: 33, 1E and FE. RGB value is (51,30,254). Sum of RGB (Red+Green+Blue) = 51+30+254=335 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.22% from 335); Green value is 30 (12.11% from 255 or 8.96% from 335); Blue value is 254 (99.61% from 255 or 75.82% from 335); Max value from RGB is 254 - color contains mainly: blue. Hex color #331EFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #331EFE is #CCE101. Grayscale: #3C3C3C. Windows color (decimal): -13426946 or 16653875. OLE color: 16653875.
HSL color Cylindrical-coordinate representation of color #331EFE: hue angle of 245.62º 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 #331EFE is Cyan = 0.80, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 51 | 30 | 254 | - |
| CMYK | 0.80 | 0.88 | 0 | 0.00 |
| HSL | 245.63º | 0.99% | 0.56% | - |
| HSV(B) | 245.63º | 0.88% | 1% | - |
| XYZ | 19.72 | 8.79 | 94.42 | - |
| YUV | 61.82 | 236.46 | 120.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 30 | 254 | 0.80 | 0.88 | 0 | 0.00 | 245.63 | 0.99 | 0.56 |
| Hex | 33 | 1E | FE | 50 | 58 | 0 | 0 | F6 | 63 | 38 |
| Octal | 63 | 36 | 376 | 120 | 130 | 0 | 0 | 366 | 143 | 70 |
| Binary | 110011 | 11110 | 11111110 | 1010000 | 1011000 | 0 | 0 | 11110110 | 1100011 | 111000 |
Color Harmonies of #331EFE
Complementary color
Monochromatic Colors of #331EFE
Black with #331EFE
Text Example
Text Example
White with #331EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #331EFE; }
p { color: rgb(51,30,254); }
H1.HeaderClassName
{
color: #331EFE;
}
.AnyTagClassName
{
color: #331EFE;
}
</style>
background-color css
<style>
a { background-color: #331EFE; }
a { background-color: rgb(51,30,254); }
div.DivClassName
{
background-color: #331EFE;
}
.BgClassName
{
background-color: #331EFE;
}
</style>
border-color css
<style>
span { border-color: #331EFE; }
span { border-color: rgb(51,30,254); }
td.TdClassName
{
border-color: #331EFE;
}
.TagClassName
{
border-color: #331EFE;
}
</style>