Shades of Han Purple #3209DF
Tints of Han Purple #3209DF
RGB
CMYK
RGB Variations
Color information
#3209DF (or 0x3209DF) is known color: Han Purple. HEX triplet: 32, 09 and DF. RGB value is (50,9,223). Sum of RGB (Red+Green+Blue) = 50+9+223=282 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.73% from 282); Green value is 9 (3.91% from 255 or 3.19% from 282); Blue value is 223 (87.5% from 255 or 79.08% from 282); Max value from RGB is 223 - color contains mainly: blue. Hex color #3209DF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3209DF is #CDF620. Grayscale: #2C2C2C. Windows color (decimal): -13497889 or 14616882. OLE color: 14616882.
HSL color Cylindrical-coordinate representation of color #3209DF: hue angle of 251.5º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3209DF is Cyan = 0.78, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 50 | 9 | 223 | - |
| CMYK | 0.78 | 0.96 | 0 | 0.13 |
| HSL | 251.5º | 0.92% | 0.45% | - |
| HSV(B) | 251.5º | 0.96% | 0.87% | - |
| XYZ | 14.73 | 6.2 | 70.23 | - |
| YUV | 45.66 | 228.08 | 131.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 9 | 223 | 0.78 | 0.96 | 0 | 0.13 | 251.5 | 0.92 | 0.45 |
| Hex | 32 | 9 | DF | 4E | 60 | 0 | D | FB | 5C | 2D |
| Octal | 62 | 11 | 337 | 116 | 140 | 0 | 15 | 373 | 134 | 55 |
| Binary | 110010 | 1001 | 11011111 | 1001110 | 1100000 | 0 | 1101 | 11111011 | 1011100 | 101101 |
Color Harmonies of #3209DF
Complementary color
Monochromatic Colors of #3209DF
Black with #3209DF
Text Example
Text Example
White with #3209DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3209DF; }
p { color: rgb(50,9,223); }
H1.HeaderClassName
{
color: #3209DF;
}
.AnyTagClassName
{
color: #3209DF;
}
</style>
background-color css
<style>
a { background-color: #3209DF; }
a { background-color: rgb(50,9,223); }
div.DivClassName
{
background-color: #3209DF;
}
.BgClassName
{
background-color: #3209DF;
}
</style>
border-color css
<style>
span { border-color: #3209DF; }
span { border-color: rgb(50,9,223); }
td.TdClassName
{
border-color: #3209DF;
}
.TagClassName
{
border-color: #3209DF;
}
</style>