Shades of Han Purple #320AFF
Tints of Han Purple #320AFF
RGB
CMYK
RGB Variations
Color information
#320AFF (or 0x320AFF) is known color: Han Purple. HEX triplet: 32, 0A and FF. RGB value is (50,10,255). Sum of RGB (Red+Green+Blue) = 50+10+255=315 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.87% from 315); Green value is 10 (4.30% from 255 or 3.17% from 315); Blue value is 255 (100% from 255 or 80.95% from 315); Max value from RGB is 255 - color contains mainly: blue. Hex color #320AFF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #320AFF is #CDF500. Grayscale: #303030. Windows color (decimal): -13497601 or 16714290. OLE color: 16714290.
HSL color Cylindrical-coordinate representation of color #320AFF: hue angle of 249.8º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #320AFF is Cyan = 0.80, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 50 | 10 | 255 | - |
| CMYK | 0.80 | 0.96 | 0 | 0 |
| HSL | 249.8º | 1% | 0.52% | - |
| HSV(B) | 249.8º | 0.96% | 1% | - |
| XYZ | 19.47 | 8.12 | 95.15 | - |
| YUV | 49.89 | 243.75 | 128.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 10 | 255 | 0.80 | 0.96 | 0 | 0 | 249.8 | 1 | 0.52 |
| Hex | 32 | A | FF | 50 | 60 | 0 | 0 | FA | 64 | 34 |
| Octal | 62 | 12 | 377 | 120 | 140 | 0 | 0 | 372 | 144 | 64 |
| Binary | 110010 | 1010 | 11111111 | 1010000 | 1100000 | 0 | 0 | 11111010 | 1100100 | 110100 |
Color Harmonies of #320AFF
Complementary color
Monochromatic Colors of #320AFF
Black with #320AFF
Text Example
Text Example
White with #320AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320AFF; }
p { color: rgb(50,10,255); }
H1.HeaderClassName
{
color: #320AFF;
}
.AnyTagClassName
{
color: #320AFF;
}
</style>
background-color css
<style>
a { background-color: #320AFF; }
a { background-color: rgb(50,10,255); }
div.DivClassName
{
background-color: #320AFF;
}
.BgClassName
{
background-color: #320AFF;
}
</style>
border-color css
<style>
span { border-color: #320AFF; }
span { border-color: rgb(50,10,255); }
td.TdClassName
{
border-color: #320AFF;
}
.TagClassName
{
border-color: #320AFF;
}
</style>