Shades of Han Purple #320AFB
Tints of Han Purple #320AFB
RGB
CMYK
RGB Variations
Color information
#320AFB (or 0x320AFB) is known color: Han Purple. HEX triplet: 32, 0A and FB. RGB value is (50,10,251). Sum of RGB (Red+Green+Blue) = 50+10+251=311 (41% of max value = 765). Red value is 50 (19.92% from 255 or 16.08% from 311); Green value is 10 (4.30% from 255 or 3.22% from 311); Blue value is 251 (98.44% from 255 or 80.71% from 311); Max value from RGB is 251 - color contains mainly: blue. Hex color #320AFB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #320AFB is #CDF504. Grayscale: #303030. Windows color (decimal): -13497605 or 16452146. OLE color: 16452146.
HSL color Cylindrical-coordinate representation of color #320AFB: hue angle of 249.96º degrees, saturation: 0.97, 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 #320AFB is Cyan = 0.80, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 50 | 10 | 251 | - |
| CMYK | 0.80 | 0.96 | 0 | 0.02 |
| HSL | 249.96º | 0.97% | 0.51% | - |
| HSV(B) | 249.96º | 0.96% | 0.98% | - |
| XYZ | 18.84 | 7.86 | 91.79 | - |
| YUV | 49.43 | 241.75 | 128.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 10 | 251 | 0.80 | 0.96 | 0 | 0.02 | 249.96 | 0.97 | 0.51 |
| Hex | 32 | A | FB | 50 | 60 | 0 | 2 | FA | 61 | 33 |
| Octal | 62 | 12 | 373 | 120 | 140 | 0 | 2 | 372 | 141 | 63 |
| Binary | 110010 | 1010 | 11111011 | 1010000 | 1100000 | 0 | 10 | 11111010 | 1100001 | 110011 |
Color Harmonies of #320AFB
Complementary color
Monochromatic Colors of #320AFB
Black with #320AFB
Text Example
Text Example
White with #320AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320AFB; }
p { color: rgb(50,10,251); }
H1.HeaderClassName
{
color: #320AFB;
}
.AnyTagClassName
{
color: #320AFB;
}
</style>
background-color css
<style>
a { background-color: #320AFB; }
a { background-color: rgb(50,10,251); }
div.DivClassName
{
background-color: #320AFB;
}
.BgClassName
{
background-color: #320AFB;
}
</style>
border-color css
<style>
span { border-color: #320AFB; }
span { border-color: rgb(50,10,251); }
td.TdClassName
{
border-color: #320AFB;
}
.TagClassName
{
border-color: #320AFB;
}
</style>