Shades of Han Purple #320BFA
Tints of Han Purple #320BFA
RGB
CMYK
RGB Variations
Color information
#320BFA (or 0x320BFA) is known color: Han Purple. HEX triplet: 32, 0B and FA. RGB value is (50,11,250). Sum of RGB (Red+Green+Blue) = 50+11+250=311 (41% of max value = 765). Red value is 50 (19.92% from 255 or 16.08% from 311); Green value is 11 (4.69% from 255 or 3.54% from 311); Blue value is 250 (98.05% from 255 or 80.39% from 311); Max value from RGB is 250 - color contains mainly: blue. Hex color #320BFA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #320BFA is #CDF405. Grayscale: #303030. Windows color (decimal): -13497350 or 16386866. OLE color: 16386866.
HSL color Cylindrical-coordinate representation of color #320BFA: hue angle of 249.79º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #320BFA is Cyan = 0.8, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 50 | 11 | 250 | - |
| CMYK | 0.8 | 0.96 | 0 | 0.02 |
| HSL | 249.79º | 0.96% | 0.51% | - |
| HSV(B) | 249.79º | 0.96% | 0.98% | - |
| XYZ | 18.69 | 7.82 | 90.97 | - |
| YUV | 49.91 | 240.92 | 128.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 11 | 250 | 0.8 | 0.96 | 0 | 0.02 | 249.79 | 0.96 | 0.51 |
| Hex | 32 | B | FA | 50 | 60 | 0 | 2 | FA | 60 | 33 |
| Octal | 62 | 13 | 372 | 120 | 140 | 0 | 2 | 372 | 140 | 63 |
| Binary | 110010 | 1011 | 11111010 | 1010000 | 1100000 | 0 | 10 | 11111010 | 1100000 | 110011 |
Color Harmonies of #320BFA
Complementary color
Monochromatic Colors of #320BFA
Black with #320BFA
Text Example
Text Example
White with #320BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320BFA; }
p { color: rgb(50,11,250); }
H1.HeaderClassName
{
color: #320BFA;
}
.AnyTagClassName
{
color: #320BFA;
}
</style>
background-color css
<style>
a { background-color: #320BFA; }
a { background-color: rgb(50,11,250); }
div.DivClassName
{
background-color: #320BFA;
}
.BgClassName
{
background-color: #320BFA;
}
</style>
border-color css
<style>
span { border-color: #320BFA; }
span { border-color: rgb(50,11,250); }
td.TdClassName
{
border-color: #320BFA;
}
.TagClassName
{
border-color: #320BFA;
}
</style>