Shades of Han Purple #321AFD
Tints of Han Purple #321AFD
RGB
CMYK
RGB Variations
Color information
#321AFD (or 0x321AFD) is known color: Han Purple. HEX triplet: 32, 1A and FD. RGB value is (50,26,253). Sum of RGB (Red+Green+Blue) = 50+26+253=329 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.20% from 329); Green value is 26 (10.55% from 255 or 7.90% from 329); Blue value is 253 (99.22% from 255 or 76.90% from 329); Max value from RGB is 253 - color contains mainly: blue. Hex color #321AFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #321AFD is #CDE502. Grayscale: #3A3A3A. Windows color (decimal): -13493507 or 16587314. OLE color: 16587314.
HSL color Cylindrical-coordinate representation of color #321AFD: hue angle of 246.34º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #321AFD is Cyan = 0.80, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 50 | 26 | 253 | - |
| CMYK | 0.80 | 0.90 | 0 | 0.01 |
| HSL | 246.34º | 0.98% | 0.55% | - |
| HSV(B) | 246.34º | 0.9% | 0.99% | - |
| XYZ | 19.41 | 8.51 | 93.55 | - |
| YUV | 59.05 | 237.45 | 121.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 26 | 253 | 0.80 | 0.90 | 0 | 0.01 | 246.34 | 0.98 | 0.55 |
| Hex | 32 | 1A | FD | 50 | 5A | 0 | 1 | F6 | 62 | 37 |
| Octal | 62 | 32 | 375 | 120 | 132 | 0 | 1 | 366 | 142 | 67 |
| Binary | 110010 | 11010 | 11111101 | 1010000 | 1011010 | 0 | 1 | 11110110 | 1100010 | 110111 |
Color Harmonies of #321AFD
Complementary color
Monochromatic Colors of #321AFD
Black with #321AFD
Text Example
Text Example
White with #321AFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321AFD; }
p { color: rgb(50,26,253); }
H1.HeaderClassName
{
color: #321AFD;
}
.AnyTagClassName
{
color: #321AFD;
}
</style>
background-color css
<style>
a { background-color: #321AFD; }
a { background-color: rgb(50,26,253); }
div.DivClassName
{
background-color: #321AFD;
}
.BgClassName
{
background-color: #321AFD;
}
</style>
border-color css
<style>
span { border-color: #321AFD; }
span { border-color: rgb(50,26,253); }
td.TdClassName
{
border-color: #321AFD;
}
.TagClassName
{
border-color: #321AFD;
}
</style>