Shades of Han Purple #321AED
Tints of Han Purple #321AED
RGB
CMYK
RGB Variations
Color information
#321AED (or 0x321AED) is known color: Han Purple. HEX triplet: 32, 1A and ED. RGB value is (50,26,237). Sum of RGB (Red+Green+Blue) = 50+26+237=313 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.97% from 313); Green value is 26 (10.55% from 255 or 8.31% from 313); Blue value is 237 (92.97% from 255 or 75.72% from 313); Max value from RGB is 237 - color contains mainly: blue. Hex color #321AED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #321AED is #CDE512. Grayscale: #383838. Windows color (decimal): -13493523 or 15538738. OLE color: 15538738.
HSL color Cylindrical-coordinate representation of color #321AED: hue angle of 246.82º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #321AED is Cyan = 0.79, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 50 | 26 | 237 | - |
| CMYK | 0.79 | 0.89 | 0 | 0.07 |
| HSL | 246.82º | 0.85% | 0.52% | - |
| HSV(B) | 246.82º | 0.89% | 0.93% | - |
| XYZ | 16.97 | 7.53 | 80.68 | - |
| YUV | 57.23 | 229.45 | 122.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 26 | 237 | 0.79 | 0.89 | 0 | 0.07 | 246.82 | 0.85 | 0.52 |
| Hex | 32 | 1A | ED | 4F | 59 | 0 | 7 | F7 | 55 | 34 |
| Octal | 62 | 32 | 355 | 117 | 131 | 0 | 7 | 367 | 125 | 64 |
| Binary | 110010 | 11010 | 11101101 | 1001111 | 1011001 | 0 | 111 | 11110111 | 1010101 | 110100 |
Color Harmonies of #321AED
Complementary color
Monochromatic Colors of #321AED
Black with #321AED
Text Example
Text Example
White with #321AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321AED; }
p { color: rgb(50,26,237); }
H1.HeaderClassName
{
color: #321AED;
}
.AnyTagClassName
{
color: #321AED;
}
</style>
background-color css
<style>
a { background-color: #321AED; }
a { background-color: rgb(50,26,237); }
div.DivClassName
{
background-color: #321AED;
}
.BgClassName
{
background-color: #321AED;
}
</style>
border-color css
<style>
span { border-color: #321AED; }
span { border-color: rgb(50,26,237); }
td.TdClassName
{
border-color: #321AED;
}
.TagClassName
{
border-color: #321AED;
}
</style>