Shades of Han Purple #3208D2
Tints of Han Purple #3208D2
RGB
CMYK
RGB Variations
Color information
#3208D2 (or 0x3208D2) is known color: Han Purple. HEX triplet: 32, 08 and D2. RGB value is (50,8,210). Sum of RGB (Red+Green+Blue) = 50+8+210=268 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.66% from 268); Green value is 8 (3.52% from 255 or 2.99% from 268); Blue value is 210 (82.42% from 255 or 78.36% from 268); Max value from RGB is 210 - color contains mainly: blue. Hex color #3208D2 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3208D2 is #CDF72D. Grayscale: #2A2A2A. Windows color (decimal): -13498158 or 13764658. OLE color: 13764658.
HSL color Cylindrical-coordinate representation of color #3208D2: hue angle of 252.48º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3208D2 is Cyan = 0.76, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 50 | 8 | 210 | - |
| CMYK | 0.76 | 0.96 | 0 | 0.18 |
| HSL | 252.48º | 0.93% | 0.43% | - |
| HSV(B) | 252.48º | 0.96% | 0.82% | - |
| XYZ | 13.04 | 5.5 | 61.35 | - |
| YUV | 43.59 | 221.91 | 132.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 8 | 210 | 0.76 | 0.96 | 0 | 0.18 | 252.48 | 0.93 | 0.43 |
| Hex | 32 | 8 | D2 | 4C | 60 | 0 | 12 | FC | 5D | 2B |
| Octal | 62 | 10 | 322 | 114 | 140 | 0 | 22 | 374 | 135 | 53 |
| Binary | 110010 | 1000 | 11010010 | 1001100 | 1100000 | 0 | 10010 | 11111100 | 1011101 | 101011 |
Color Harmonies of #3208D2
Complementary color
Monochromatic Colors of #3208D2
Black with #3208D2
Text Example
Text Example
White with #3208D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3208D2; }
p { color: rgb(50,8,210); }
H1.HeaderClassName
{
color: #3208D2;
}
.AnyTagClassName
{
color: #3208D2;
}
</style>
background-color css
<style>
a { background-color: #3208D2; }
a { background-color: rgb(50,8,210); }
div.DivClassName
{
background-color: #3208D2;
}
.BgClassName
{
background-color: #3208D2;
}
</style>
border-color css
<style>
span { border-color: #3208D2; }
span { border-color: rgb(50,8,210); }
td.TdClassName
{
border-color: #3208D2;
}
.TagClassName
{
border-color: #3208D2;
}
</style>