Shades of Han Purple #320BF2
Tints of Han Purple #320BF2
RGB
CMYK
RGB Variations
Color information
#320BF2 (or 0x320BF2) is known color: Han Purple. HEX triplet: 32, 0B and F2. RGB value is (50,11,242). Sum of RGB (Red+Green+Blue) = 50+11+242=303 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.50% from 303); Green value is 11 (4.69% from 255 or 3.63% from 303); Blue value is 242 (94.92% from 255 or 79.87% from 303); Max value from RGB is 242 - color contains mainly: blue. Hex color #320BF2 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #320BF2 is #CDF40D. Grayscale: #303030. Windows color (decimal): -13497358 or 15862578. OLE color: 15862578.
HSL color Cylindrical-coordinate representation of color #320BF2: hue angle of 250.13º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #320BF2 is Cyan = 0.79, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 50 | 11 | 242 | - |
| CMYK | 0.79 | 0.95 | 0 | 0.05 |
| HSL | 250.13º | 0.91% | 0.5% | - |
| HSV(B) | 250.13º | 0.95% | 0.95% | - |
| XYZ | 17.46 | 7.33 | 84.5 | - |
| YUV | 49 | 236.92 | 128.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 11 | 242 | 0.79 | 0.95 | 0 | 0.05 | 250.13 | 0.91 | 0.5 |
| Hex | 32 | B | F2 | 4F | 5F | 0 | 5 | FA | 5B | 32 |
| Octal | 62 | 13 | 362 | 117 | 137 | 0 | 5 | 372 | 133 | 62 |
| Binary | 110010 | 1011 | 11110010 | 1001111 | 1011111 | 0 | 101 | 11111010 | 1011011 | 110010 |
Color Harmonies of #320BF2
Complementary color
Monochromatic Colors of #320BF2
Black with #320BF2
Text Example
Text Example
White with #320BF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320BF2; }
p { color: rgb(50,11,242); }
H1.HeaderClassName
{
color: #320BF2;
}
.AnyTagClassName
{
color: #320BF2;
}
</style>
background-color css
<style>
a { background-color: #320BF2; }
a { background-color: rgb(50,11,242); }
div.DivClassName
{
background-color: #320BF2;
}
.BgClassName
{
background-color: #320BF2;
}
</style>
border-color css
<style>
span { border-color: #320BF2; }
span { border-color: rgb(50,11,242); }
td.TdClassName
{
border-color: #320BF2;
}
.TagClassName
{
border-color: #320BF2;
}
</style>