Shades of Han Purple #331CFE
Tints of Han Purple #331CFE
RGB
CMYK
RGB Variations
Color information
#331CFE (or 0x331CFE) is known color: Han Purple. HEX triplet: 33, 1C and FE. RGB value is (51,28,254). Sum of RGB (Red+Green+Blue) = 51+28+254=333 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.32% from 333); Green value is 28 (11.33% from 255 or 8.41% from 333); Blue value is 254 (99.61% from 255 or 76.28% from 333); Max value from RGB is 254 - color contains mainly: blue. Hex color #331CFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #331CFE is #CCE301. Grayscale: #3B3B3B. Windows color (decimal): -13427458 or 16653363. OLE color: 16653363.
HSL color Cylindrical-coordinate representation of color #331CFE: hue angle of 246.11º 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 #331CFE is Cyan = 0.80, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 51 | 28 | 254 | - |
| CMYK | 0.80 | 0.89 | 0 | 0.00 |
| HSL | 246.11º | 0.99% | 0.55% | - |
| HSV(B) | 246.11º | 0.89% | 1% | - |
| XYZ | 19.67 | 8.69 | 94.41 | - |
| YUV | 60.64 | 237.12 | 121.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 28 | 254 | 0.80 | 0.89 | 0 | 0.00 | 246.11 | 0.99 | 0.55 |
| Hex | 33 | 1C | FE | 50 | 59 | 0 | 0 | F6 | 63 | 37 |
| Octal | 63 | 34 | 376 | 120 | 131 | 0 | 0 | 366 | 143 | 67 |
| Binary | 110011 | 11100 | 11111110 | 1010000 | 1011001 | 0 | 0 | 11110110 | 1100011 | 110111 |
Color Harmonies of #331CFE
Complementary color
Monochromatic Colors of #331CFE
Black with #331CFE
Text Example
Text Example
White with #331CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #331CFE; }
p { color: rgb(51,28,254); }
H1.HeaderClassName
{
color: #331CFE;
}
.AnyTagClassName
{
color: #331CFE;
}
</style>
background-color css
<style>
a { background-color: #331CFE; }
a { background-color: rgb(51,28,254); }
div.DivClassName
{
background-color: #331CFE;
}
.BgClassName
{
background-color: #331CFE;
}
</style>
border-color css
<style>
span { border-color: #331CFE; }
span { border-color: rgb(51,28,254); }
td.TdClassName
{
border-color: #331CFE;
}
.TagClassName
{
border-color: #331CFE;
}
</style>