Shades of Han Purple #320AF3
Tints of Han Purple #320AF3
RGB
CMYK
RGB Variations
Color information
#320AF3 (or 0x320AF3) is known color: Han Purple. HEX triplet: 32, 0A and F3. RGB value is (50,10,243). Sum of RGB (Red+Green+Blue) = 50+10+243=303 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.50% from 303); Green value is 10 (4.30% from 255 or 3.30% from 303); Blue value is 243 (95.31% from 255 or 80.20% from 303); Max value from RGB is 243 - color contains mainly: blue. Hex color #320AF3 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #320AF3 is #CDF50C. Grayscale: #2F2F2F. Windows color (decimal): -13497613 or 15927858. OLE color: 15927858.
HSL color Cylindrical-coordinate representation of color #320AF3: hue angle of 250.3º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #320AF3 is Cyan = 0.79, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 50 | 10 | 243 | - |
| CMYK | 0.79 | 0.96 | 0 | 0.05 |
| HSL | 250.3º | 0.92% | 0.5% | - |
| HSV(B) | 250.3º | 0.96% | 0.95% | - |
| XYZ | 17.6 | 7.37 | 85.29 | - |
| YUV | 48.52 | 237.75 | 129.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 10 | 243 | 0.79 | 0.96 | 0 | 0.05 | 250.3 | 0.92 | 0.5 |
| Hex | 32 | A | F3 | 4F | 60 | 0 | 5 | FA | 5C | 32 |
| Octal | 62 | 12 | 363 | 117 | 140 | 0 | 5 | 372 | 134 | 62 |
| Binary | 110010 | 1010 | 11110011 | 1001111 | 1100000 | 0 | 101 | 11111010 | 1011100 | 110010 |
Color Harmonies of #320AF3
Complementary color
Monochromatic Colors of #320AF3
Black with #320AF3
Text Example
Text Example
White with #320AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320AF3; }
p { color: rgb(50,10,243); }
H1.HeaderClassName
{
color: #320AF3;
}
.AnyTagClassName
{
color: #320AF3;
}
</style>
background-color css
<style>
a { background-color: #320AF3; }
a { background-color: rgb(50,10,243); }
div.DivClassName
{
background-color: #320AF3;
}
.BgClassName
{
background-color: #320AF3;
}
</style>
border-color css
<style>
span { border-color: #320AF3; }
span { border-color: rgb(50,10,243); }
td.TdClassName
{
border-color: #320AF3;
}
.TagClassName
{
border-color: #320AF3;
}
</style>