Shades of Han Purple #3F2ADC
Tints of Han Purple #3F2ADC
RGB
CMYK
RGB Variations
Color information
#3F2ADC (or 0x3F2ADC) is known color: Han Purple. HEX triplet: 3F, 2A and DC. RGB value is (63,42,220). Sum of RGB (Red+Green+Blue) = 63+42+220=325 (43% of max value = 765). Red value is 63 (25% from 255 or 19.38% from 325); Green value is 42 (16.80% from 255 or 12.92% from 325); Blue value is 220 (86.33% from 255 or 67.69% from 325); Max value from RGB is 220 - color contains mainly: blue. Hex color #3F2ADC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F2ADC is #C0D523. Grayscale: #434343. Windows color (decimal): -12637476 or 14428735. OLE color: 14428735.
HSL color Cylindrical-coordinate representation of color #3F2ADC: hue angle of 247.08º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3F2ADC is Cyan = 0.71, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 63 | 42 | 220 | - |
| CMYK | 0.71 | 0.81 | 0 | 0.14 |
| HSL | 247.08º | 0.72% | 0.51% | - |
| HSV(B) | 247.08º | 0.81% | 0.86% | - |
| XYZ | 15.8 | 7.88 | 68.4 | - |
| YUV | 68.57 | 213.46 | 124.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 42 | 220 | 0.71 | 0.81 | 0 | 0.14 | 247.08 | 0.72 | 0.51 |
| Hex | 3F | 2A | DC | 47 | 51 | 0 | E | F7 | 48 | 33 |
| Octal | 77 | 52 | 334 | 107 | 121 | 0 | 16 | 367 | 110 | 63 |
| Binary | 111111 | 101010 | 11011100 | 1000111 | 1010001 | 0 | 1110 | 11110111 | 1001000 | 110011 |
Color Harmonies of #3F2ADC
Complementary color
Monochromatic Colors of #3F2ADC
Black with #3F2ADC
Text Example
Text Example
White with #3F2ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2ADC; }
p { color: rgb(63,42,220); }
H1.HeaderClassName
{
color: #3F2ADC;
}
.AnyTagClassName
{
color: #3F2ADC;
}
</style>
background-color css
<style>
a { background-color: #3F2ADC; }
a { background-color: rgb(63,42,220); }
div.DivClassName
{
background-color: #3F2ADC;
}
.BgClassName
{
background-color: #3F2ADC;
}
</style>
border-color css
<style>
span { border-color: #3F2ADC; }
span { border-color: rgb(63,42,220); }
td.TdClassName
{
border-color: #3F2ADC;
}
.TagClassName
{
border-color: #3F2ADC;
}
</style>