Shades of Han Purple #321AE5
Tints of Han Purple #321AE5
RGB
CMYK
RGB Variations
Color information
#321AE5 (or 0x321AE5) is known color: Han Purple. HEX triplet: 32, 1A and E5. RGB value is (50,26,229). Sum of RGB (Red+Green+Blue) = 50+26+229=305 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.39% from 305); Green value is 26 (10.55% from 255 or 8.52% from 305); Blue value is 229 (89.84% from 255 or 75.08% from 305); Max value from RGB is 229 - color contains mainly: blue. Hex color #321AE5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #321AE5 is #CDE51A. Grayscale: #373737. Windows color (decimal): -13493531 or 15014450. OLE color: 15014450.
HSL color Cylindrical-coordinate representation of color #321AE5: hue angle of 247.09º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #321AE5 is Cyan = 0.78, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 50 | 26 | 229 | - |
| CMYK | 0.78 | 0.89 | 0 | 0.10 |
| HSL | 247.09º | 0.8% | 0.5% | - |
| HSV(B) | 247.09º | 0.89% | 0.9% | - |
| XYZ | 15.83 | 7.07 | 74.66 | - |
| YUV | 56.32 | 225.45 | 123.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 26 | 229 | 0.78 | 0.89 | 0 | 0.10 | 247.09 | 0.8 | 0.5 |
| Hex | 32 | 1A | E5 | 4E | 59 | 0 | A | F7 | 50 | 32 |
| Octal | 62 | 32 | 345 | 116 | 131 | 0 | 12 | 367 | 120 | 62 |
| Binary | 110010 | 11010 | 11100101 | 1001110 | 1011001 | 0 | 1010 | 11110111 | 1010000 | 110010 |
Color Harmonies of #321AE5
Complementary color
Monochromatic Colors of #321AE5
Black with #321AE5
Text Example
Text Example
White with #321AE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321AE5; }
p { color: rgb(50,26,229); }
H1.HeaderClassName
{
color: #321AE5;
}
.AnyTagClassName
{
color: #321AE5;
}
</style>
background-color css
<style>
a { background-color: #321AE5; }
a { background-color: rgb(50,26,229); }
div.DivClassName
{
background-color: #321AE5;
}
.BgClassName
{
background-color: #321AE5;
}
</style>
border-color css
<style>
span { border-color: #321AE5; }
span { border-color: rgb(50,26,229); }
td.TdClassName
{
border-color: #321AE5;
}
.TagClassName
{
border-color: #321AE5;
}
</style>