Shades of Han Purple #331CDF
Tints of Han Purple #331CDF
RGB
CMYK
RGB Variations
Color information
#331CDF (or 0x331CDF) is known color: Han Purple. HEX triplet: 33, 1C and DF. RGB value is (51,28,223). Sum of RGB (Red+Green+Blue) = 51+28+223=302 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.89% from 302); Green value is 28 (11.33% from 255 or 9.27% from 302); Blue value is 223 (87.5% from 255 or 73.84% from 302); Max value from RGB is 223 - color contains mainly: blue. Hex color #331CDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #331CDF is #CCE320. Grayscale: #383838. Windows color (decimal): -13427489 or 14621747. OLE color: 14621747.
HSL color Cylindrical-coordinate representation of color #331CDF: hue angle of 247.08º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #331CDF is Cyan = 0.77, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 51 | 28 | 223 | - |
| CMYK | 0.77 | 0.87 | 0 | 0.13 |
| HSL | 247.08º | 0.78% | 0.49% | - |
| HSV(B) | 247.08º | 0.87% | 0.87% | - |
| XYZ | 15.1 | 6.86 | 70.34 | - |
| YUV | 57.11 | 221.62 | 123.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 28 | 223 | 0.77 | 0.87 | 0 | 0.13 | 247.08 | 0.78 | 0.49 |
| Hex | 33 | 1C | DF | 4D | 57 | 0 | D | F7 | 4E | 31 |
| Octal | 63 | 34 | 337 | 115 | 127 | 0 | 15 | 367 | 116 | 61 |
| Binary | 110011 | 11100 | 11011111 | 1001101 | 1010111 | 0 | 1101 | 11110111 | 1001110 | 110001 |
Color Harmonies of #331CDF
Complementary color
Monochromatic Colors of #331CDF
Black with #331CDF
Text Example
Text Example
White with #331CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #331CDF; }
p { color: rgb(51,28,223); }
H1.HeaderClassName
{
color: #331CDF;
}
.AnyTagClassName
{
color: #331CDF;
}
</style>
background-color css
<style>
a { background-color: #331CDF; }
a { background-color: rgb(51,28,223); }
div.DivClassName
{
background-color: #331CDF;
}
.BgClassName
{
background-color: #331CDF;
}
</style>
border-color css
<style>
span { border-color: #331CDF; }
span { border-color: rgb(51,28,223); }
td.TdClassName
{
border-color: #331CDF;
}
.TagClassName
{
border-color: #331CDF;
}
</style>