Shades of Han Purple #320DFF
Tints of Han Purple #320DFF
RGB
CMYK
RGB Variations
Color information
#320DFF (or 0x320DFF) is known color: Han Purple. HEX triplet: 32, 0D and FF. RGB value is (50,13,255). Sum of RGB (Red+Green+Blue) = 50+13+255=318 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.72% from 318); Green value is 13 (5.47% from 255 or 4.09% from 318); Blue value is 255 (100% from 255 or 80.19% from 318); Max value from RGB is 255 - color contains mainly: blue. Hex color #320DFF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #320DFF is #CDF200. Grayscale: #323232. Windows color (decimal): -13496833 or 16715058. OLE color: 16715058.
HSL color Cylindrical-coordinate representation of color #320DFF: hue angle of 249.17º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #320DFF is Cyan = 0.80, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 50 | 13 | 255 | - |
| CMYK | 0.80 | 0.95 | 0 | 0 |
| HSL | 249.17º | 1% | 0.53% | - |
| HSV(B) | 249.17º | 0.95% | 1% | - |
| XYZ | 19.51 | 8.19 | 95.16 | - |
| YUV | 51.65 | 242.76 | 126.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 13 | 255 | 0.80 | 0.95 | 0 | 0 | 249.17 | 1 | 0.53 |
| Hex | 32 | D | FF | 50 | 5F | 0 | 0 | F9 | 64 | 35 |
| Octal | 62 | 15 | 377 | 120 | 137 | 0 | 0 | 371 | 144 | 65 |
| Binary | 110010 | 1101 | 11111111 | 1010000 | 1011111 | 0 | 0 | 11111001 | 1100100 | 110101 |
Color Harmonies of #320DFF
Complementary color
Monochromatic Colors of #320DFF
Black with #320DFF
Text Example
Text Example
White with #320DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320DFF; }
p { color: rgb(50,13,255); }
H1.HeaderClassName
{
color: #320DFF;
}
.AnyTagClassName
{
color: #320DFF;
}
</style>
background-color css
<style>
a { background-color: #320DFF; }
a { background-color: rgb(50,13,255); }
div.DivClassName
{
background-color: #320DFF;
}
.BgClassName
{
background-color: #320DFF;
}
</style>
border-color css
<style>
span { border-color: #320DFF; }
span { border-color: rgb(50,13,255); }
td.TdClassName
{
border-color: #320DFF;
}
.TagClassName
{
border-color: #320DFF;
}
</style>