Shades of Han Purple #3215DA
Tints of Han Purple #3215DA
RGB
CMYK
RGB Variations
Color information
#3215DA (or 0x3215DA) is known color: Han Purple. HEX triplet: 32, 15 and DA. RGB value is (50,21,218). Sum of RGB (Red+Green+Blue) = 50+21+218=289 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.30% from 289); Green value is 21 (8.59% from 255 or 7.27% from 289); Blue value is 218 (85.55% from 255 or 75.43% from 289); Max value from RGB is 218 - color contains mainly: blue. Hex color #3215DA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3215DA is #CDEA25. Grayscale: #333333. Windows color (decimal): -13494822 or 14292274. OLE color: 14292274.
HSL color Cylindrical-coordinate representation of color #3215DA: hue angle of 248.83º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3215DA is Cyan = 0.77, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 50 | 21 | 218 | - |
| CMYK | 0.77 | 0.90 | 0 | 0.15 |
| HSL | 248.83º | 0.82% | 0.47% | - |
| HSV(B) | 248.83º | 0.9% | 0.85% | - |
| XYZ | 14.24 | 6.28 | 66.79 | - |
| YUV | 52.13 | 221.61 | 126.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 21 | 218 | 0.77 | 0.90 | 0 | 0.15 | 248.83 | 0.82 | 0.47 |
| Hex | 32 | 15 | DA | 4D | 5A | 0 | F | F9 | 52 | 2F |
| Octal | 62 | 25 | 332 | 115 | 132 | 0 | 17 | 371 | 122 | 57 |
| Binary | 110010 | 10101 | 11011010 | 1001101 | 1011010 | 0 | 1111 | 11111001 | 1010010 | 101111 |
Color Harmonies of #3215DA
Complementary color
Monochromatic Colors of #3215DA
Black with #3215DA
Text Example
Text Example
White with #3215DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3215DA; }
p { color: rgb(50,21,218); }
H1.HeaderClassName
{
color: #3215DA;
}
.AnyTagClassName
{
color: #3215DA;
}
</style>
background-color css
<style>
a { background-color: #3215DA; }
a { background-color: rgb(50,21,218); }
div.DivClassName
{
background-color: #3215DA;
}
.BgClassName
{
background-color: #3215DA;
}
</style>
border-color css
<style>
span { border-color: #3215DA; }
span { border-color: rgb(50,21,218); }
td.TdClassName
{
border-color: #3215DA;
}
.TagClassName
{
border-color: #3215DA;
}
</style>