Shades of Han Purple #321EFD
Tints of Han Purple #321EFD
RGB
CMYK
RGB Variations
Color information
#321EFD (or 0x321EFD) is known color: Han Purple. HEX triplet: 32, 1E and FD. RGB value is (50,30,253). Sum of RGB (Red+Green+Blue) = 50+30+253=333 (44% of max value = 765). Red value is 50 (19.92% from 255 or 15.02% from 333); Green value is 30 (12.11% from 255 or 9.01% from 333); Blue value is 253 (99.22% from 255 or 75.98% from 333); Max value from RGB is 253 - color contains mainly: blue. Hex color #321EFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #321EFD is #CDE102. Grayscale: #3C3C3C. Windows color (decimal): -13492483 or 16588338. OLE color: 16588338.
HSL color Cylindrical-coordinate representation of color #321EFD: hue angle of 245.38º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #321EFD is Cyan = 0.80, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 50 | 30 | 253 | - |
| CMYK | 0.80 | 0.88 | 0 | 0.01 |
| HSL | 245.38º | 0.98% | 0.55% | - |
| HSV(B) | 245.38º | 0.88% | 0.99% | - |
| XYZ | 19.51 | 8.7 | 93.58 | - |
| YUV | 61.4 | 236.13 | 119.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 30 | 253 | 0.80 | 0.88 | 0 | 0.01 | 245.38 | 0.98 | 0.55 |
| Hex | 32 | 1E | FD | 50 | 58 | 0 | 1 | F5 | 62 | 37 |
| Octal | 62 | 36 | 375 | 120 | 130 | 0 | 1 | 365 | 142 | 67 |
| Binary | 110010 | 11110 | 11111101 | 1010000 | 1011000 | 0 | 1 | 11110101 | 1100010 | 110111 |
Color Harmonies of #321EFD
Complementary color
Monochromatic Colors of #321EFD
Black with #321EFD
Text Example
Text Example
White with #321EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321EFD; }
p { color: rgb(50,30,253); }
H1.HeaderClassName
{
color: #321EFD;
}
.AnyTagClassName
{
color: #321EFD;
}
</style>
background-color css
<style>
a { background-color: #321EFD; }
a { background-color: rgb(50,30,253); }
div.DivClassName
{
background-color: #321EFD;
}
.BgClassName
{
background-color: #321EFD;
}
</style>
border-color css
<style>
span { border-color: #321EFD; }
span { border-color: rgb(50,30,253); }
td.TdClassName
{
border-color: #321EFD;
}
.TagClassName
{
border-color: #321EFD;
}
</style>