Shades of Han Purple #331CED
Tints of Han Purple #331CED
RGB
CMYK
RGB Variations
Color information
#331CED (or 0x331CED) is known color: Han Purple. HEX triplet: 33, 1C and ED. RGB value is (51,28,237). Sum of RGB (Red+Green+Blue) = 51+28+237=316 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.14% from 316); Green value is 28 (11.33% from 255 or 8.86% from 316); Blue value is 237 (92.97% from 255 or 75% from 316); Max value from RGB is 237 - color contains mainly: blue. Hex color #331CED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #331CED is #CCE312. Grayscale: #393939. Windows color (decimal): -13427475 or 15539251. OLE color: 15539251.
HSL color Cylindrical-coordinate representation of color #331CED: hue angle of 246.6º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #331CED is Cyan = 0.78, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 51 | 28 | 237 | - |
| CMYK | 0.78 | 0.88 | 0 | 0.07 |
| HSL | 246.6º | 0.85% | 0.52% | - |
| HSV(B) | 246.6º | 0.88% | 0.93% | - |
| XYZ | 17.07 | 7.65 | 80.7 | - |
| YUV | 58.7 | 228.62 | 122.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 28 | 237 | 0.78 | 0.88 | 0 | 0.07 | 246.6 | 0.85 | 0.52 |
| Hex | 33 | 1C | ED | 4E | 58 | 0 | 7 | F7 | 55 | 34 |
| Octal | 63 | 34 | 355 | 116 | 130 | 0 | 7 | 367 | 125 | 64 |
| Binary | 110011 | 11100 | 11101101 | 1001110 | 1011000 | 0 | 111 | 11110111 | 1010101 | 110100 |
Color Harmonies of #331CED
Complementary color
Monochromatic Colors of #331CED
Black with #331CED
Text Example
Text Example
White with #331CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #331CED; }
p { color: rgb(51,28,237); }
H1.HeaderClassName
{
color: #331CED;
}
.AnyTagClassName
{
color: #331CED;
}
</style>
background-color css
<style>
a { background-color: #331CED; }
a { background-color: rgb(51,28,237); }
div.DivClassName
{
background-color: #331CED;
}
.BgClassName
{
background-color: #331CED;
}
</style>
border-color css
<style>
span { border-color: #331CED; }
span { border-color: rgb(51,28,237); }
td.TdClassName
{
border-color: #331CED;
}
.TagClassName
{
border-color: #331CED;
}
</style>