Shades of Han Purple #321FEB
Tints of Han Purple #321FEB
RGB
CMYK
RGB Variations
Color information
#321FEB (or 0x321FEB) is known color: Han Purple. HEX triplet: 32, 1F and EB. RGB value is (50,31,235). Sum of RGB (Red+Green+Blue) = 50+31+235=316 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.82% from 316); Green value is 31 (12.5% from 255 or 9.81% from 316); Blue value is 235 (92.19% from 255 or 74.37% from 316); Max value from RGB is 235 - color contains mainly: blue. Hex color #321FEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #321FEB is #CDE014. Grayscale: #3B3B3B. Windows color (decimal): -13492245 or 15408946. OLE color: 15408946.
HSL color Cylindrical-coordinate representation of color #321FEB: hue angle of 245.59º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #321FEB is Cyan = 0.79, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 50 | 31 | 235 | - |
| CMYK | 0.79 | 0.87 | 0 | 0.08 |
| HSL | 245.59º | 0.84% | 0.52% | - |
| HSV(B) | 245.59º | 0.87% | 0.92% | - |
| XYZ | 16.8 | 7.66 | 79.19 | - |
| YUV | 59.94 | 226.79 | 120.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 31 | 235 | 0.79 | 0.87 | 0 | 0.08 | 245.59 | 0.84 | 0.52 |
| Hex | 32 | 1F | EB | 4F | 57 | 0 | 8 | F6 | 54 | 34 |
| Octal | 62 | 37 | 353 | 117 | 127 | 0 | 10 | 366 | 124 | 64 |
| Binary | 110010 | 11111 | 11101011 | 1001111 | 1010111 | 0 | 1000 | 11110110 | 1010100 | 110100 |
Color Harmonies of #321FEB
Complementary color
Monochromatic Colors of #321FEB
Black with #321FEB
Text Example
Text Example
White with #321FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321FEB; }
p { color: rgb(50,31,235); }
H1.HeaderClassName
{
color: #321FEB;
}
.AnyTagClassName
{
color: #321FEB;
}
</style>
background-color css
<style>
a { background-color: #321FEB; }
a { background-color: rgb(50,31,235); }
div.DivClassName
{
background-color: #321FEB;
}
.BgClassName
{
background-color: #321FEB;
}
</style>
border-color css
<style>
span { border-color: #321FEB; }
span { border-color: rgb(50,31,235); }
td.TdClassName
{
border-color: #321FEB;
}
.TagClassName
{
border-color: #321FEB;
}
</style>