Shades of Han Purple #331CFF
Tints of Han Purple #331CFF
RGB
CMYK
RGB Variations
Color information
#331CFF (or 0x331CFF) is known color: Han Purple. HEX triplet: 33, 1C and FF. RGB value is (51,28,255). Sum of RGB (Red+Green+Blue) = 51+28+255=334 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.27% from 334); Green value is 28 (11.33% from 255 or 8.38% from 334); Blue value is 255 (100% from 255 or 76.35% from 334); Max value from RGB is 255 - color contains mainly: blue. Hex color #331CFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #331CFF is #CCE300. Grayscale: #3B3B3B. Windows color (decimal): -13427457 or 16718899. OLE color: 16718899.
HSL color Cylindrical-coordinate representation of color #331CFF: hue angle of 246.08º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #331CFF is Cyan = 0.8, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 51 | 28 | 255 | - |
| CMYK | 0.8 | 0.89 | 0 | 0 |
| HSL | 246.08º | 1% | 0.55% | - |
| HSV(B) | 246.08º | 0.89% | 1% | - |
| XYZ | 19.83 | 8.75 | 95.25 | - |
| YUV | 60.76 | 237.62 | 121.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 28 | 255 | 0.8 | 0.89 | 0 | 0 | 246.08 | 1 | 0.55 |
| Hex | 33 | 1C | FF | 50 | 59 | 0 | 0 | F6 | 64 | 37 |
| Octal | 63 | 34 | 377 | 120 | 131 | 0 | 0 | 366 | 144 | 67 |
| Binary | 110011 | 11100 | 11111111 | 1010000 | 1011001 | 0 | 0 | 11110110 | 1100100 | 110111 |
Color Harmonies of #331CFF
Complementary color
Monochromatic Colors of #331CFF
Black with #331CFF
Text Example
Text Example
White with #331CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #331CFF; }
p { color: rgb(51,28,255); }
H1.HeaderClassName
{
color: #331CFF;
}
.AnyTagClassName
{
color: #331CFF;
}
</style>
background-color css
<style>
a { background-color: #331CFF; }
a { background-color: rgb(51,28,255); }
div.DivClassName
{
background-color: #331CFF;
}
.BgClassName
{
background-color: #331CFF;
}
</style>
border-color css
<style>
span { border-color: #331CFF; }
span { border-color: rgb(51,28,255); }
td.TdClassName
{
border-color: #331CFF;
}
.TagClassName
{
border-color: #331CFF;
}
</style>