Shades of Han Purple #3215DC
Tints of Han Purple #3215DC
RGB
CMYK
RGB Variations
Color information
#3215DC (or 0x3215DC) is known color: Han Purple. HEX triplet: 32, 15 and DC. RGB value is (50,21,220). Sum of RGB (Red+Green+Blue) = 50+21+220=291 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.18% from 291); Green value is 21 (8.59% from 255 or 7.22% from 291); Blue value is 220 (86.33% from 255 or 75.60% from 291); Max value from RGB is 220 - color contains mainly: blue. Hex color #3215DC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3215DC is #CDEA23. Grayscale: #333333. Windows color (decimal): -13494820 or 14423346. OLE color: 14423346.
HSL color Cylindrical-coordinate representation of color #3215DC: hue angle of 248.74º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3215DC is Cyan = 0.77, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 50 | 21 | 220 | - |
| CMYK | 0.77 | 0.90 | 0 | 0.14 |
| HSL | 248.74º | 0.83% | 0.47% | - |
| HSV(B) | 248.74º | 0.9% | 0.86% | - |
| XYZ | 14.5 | 6.38 | 68.18 | - |
| YUV | 52.36 | 222.61 | 126.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 21 | 220 | 0.77 | 0.90 | 0 | 0.14 | 248.74 | 0.83 | 0.47 |
| Hex | 32 | 15 | DC | 4D | 5A | 0 | E | F9 | 53 | 2F |
| Octal | 62 | 25 | 334 | 115 | 132 | 0 | 16 | 371 | 123 | 57 |
| Binary | 110010 | 10101 | 11011100 | 1001101 | 1011010 | 0 | 1110 | 11111001 | 1010011 | 101111 |
Color Harmonies of #3215DC
Complementary color
Monochromatic Colors of #3215DC
Black with #3215DC
Text Example
Text Example
White with #3215DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3215DC; }
p { color: rgb(50,21,220); }
H1.HeaderClassName
{
color: #3215DC;
}
.AnyTagClassName
{
color: #3215DC;
}
</style>
background-color css
<style>
a { background-color: #3215DC; }
a { background-color: rgb(50,21,220); }
div.DivClassName
{
background-color: #3215DC;
}
.BgClassName
{
background-color: #3215DC;
}
</style>
border-color css
<style>
span { border-color: #3215DC; }
span { border-color: rgb(50,21,220); }
td.TdClassName
{
border-color: #3215DC;
}
.TagClassName
{
border-color: #3215DC;
}
</style>