Shades of Han Purple #321DEF
Tints of Han Purple #321DEF
RGB
CMYK
RGB Variations
Color information
#321DEF (or 0x321DEF) is known color: Han Purple. HEX triplet: 32, 1D and EF. RGB value is (50,29,239). Sum of RGB (Red+Green+Blue) = 50+29+239=318 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.72% from 318); Green value is 29 (11.72% from 255 or 9.12% from 318); Blue value is 239 (93.75% from 255 or 75.16% from 318); Max value from RGB is 239 - color contains mainly: blue. Hex color #321DEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #321DEF is #CDE210. Grayscale: #3A3A3A. Windows color (decimal): -13492753 or 15670578. OLE color: 15670578.
HSL color Cylindrical-coordinate representation of color #321DEF: hue angle of 246º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #321DEF is Cyan = 0.79, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 50 | 29 | 239 | - |
| CMYK | 0.79 | 0.88 | 0 | 0.06 |
| HSL | 246º | 0.87% | 0.53% | - |
| HSV(B) | 246º | 0.88% | 0.94% | - |
| XYZ | 17.33 | 7.79 | 82.25 | - |
| YUV | 59.22 | 229.46 | 121.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 29 | 239 | 0.79 | 0.88 | 0 | 0.06 | 246 | 0.87 | 0.53 |
| Hex | 32 | 1D | EF | 4F | 58 | 0 | 6 | F6 | 57 | 35 |
| Octal | 62 | 35 | 357 | 117 | 130 | 0 | 6 | 366 | 127 | 65 |
| Binary | 110010 | 11101 | 11101111 | 1001111 | 1011000 | 0 | 110 | 11110110 | 1010111 | 110101 |
Color Harmonies of #321DEF
Complementary color
Monochromatic Colors of #321DEF
Black with #321DEF
Text Example
Text Example
White with #321DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321DEF; }
p { color: rgb(50,29,239); }
H1.HeaderClassName
{
color: #321DEF;
}
.AnyTagClassName
{
color: #321DEF;
}
</style>
background-color css
<style>
a { background-color: #321DEF; }
a { background-color: rgb(50,29,239); }
div.DivClassName
{
background-color: #321DEF;
}
.BgClassName
{
background-color: #321DEF;
}
</style>
border-color css
<style>
span { border-color: #321DEF; }
span { border-color: rgb(50,29,239); }
td.TdClassName
{
border-color: #321DEF;
}
.TagClassName
{
border-color: #321DEF;
}
</style>