Shades of Han Purple #3D2ADF
Tints of Han Purple #3D2ADF
RGB
CMYK
RGB Variations
Color information
#3D2ADF (or 0x3D2ADF) is known color: Han Purple. HEX triplet: 3D, 2A and DF. RGB value is (61,42,223). Sum of RGB (Red+Green+Blue) = 61+42+223=326 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.71% from 326); Green value is 42 (16.80% from 255 or 12.88% from 326); Blue value is 223 (87.5% from 255 or 68.40% from 326); Max value from RGB is 223 - color contains mainly: blue. Hex color #3D2ADF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3D2ADF is #C2D520. Grayscale: #434343. Windows color (decimal): -12768545 or 14625341. OLE color: 14625341.
HSL color Cylindrical-coordinate representation of color #3D2ADF: hue angle of 246.3º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3D2ADF is Cyan = 0.73, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 61 | 42 | 223 | - |
| CMYK | 0.73 | 0.81 | 0 | 0.13 |
| HSL | 246.3º | 0.74% | 0.52% | - |
| HSV(B) | 246.3º | 0.81% | 0.87% | - |
| XYZ | 16.07 | 7.98 | 70.5 | - |
| YUV | 68.32 | 215.29 | 122.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 42 | 223 | 0.73 | 0.81 | 0 | 0.13 | 246.3 | 0.74 | 0.52 |
| Hex | 3D | 2A | DF | 49 | 51 | 0 | D | F6 | 4A | 34 |
| Octal | 75 | 52 | 337 | 111 | 121 | 0 | 15 | 366 | 112 | 64 |
| Binary | 111101 | 101010 | 11011111 | 1001001 | 1010001 | 0 | 1101 | 11110110 | 1001010 | 110100 |
Color Harmonies of #3D2ADF
Complementary color
Monochromatic Colors of #3D2ADF
Black with #3D2ADF
Text Example
Text Example
White with #3D2ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D2ADF; }
p { color: rgb(61,42,223); }
H1.HeaderClassName
{
color: #3D2ADF;
}
.AnyTagClassName
{
color: #3D2ADF;
}
</style>
background-color css
<style>
a { background-color: #3D2ADF; }
a { background-color: rgb(61,42,223); }
div.DivClassName
{
background-color: #3D2ADF;
}
.BgClassName
{
background-color: #3D2ADF;
}
</style>
border-color css
<style>
span { border-color: #3D2ADF; }
span { border-color: rgb(61,42,223); }
td.TdClassName
{
border-color: #3D2ADF;
}
.TagClassName
{
border-color: #3D2ADF;
}
</style>