Shades of Han Purple #3D20E0
Tints of Han Purple #3D20E0
RGB
CMYK
RGB Variations
Color information
#3D20E0 (or 0x3D20E0) is known color: Han Purple. HEX triplet: 3D, 20 and E0. RGB value is (61,32,224). Sum of RGB (Red+Green+Blue) = 61+32+224=317 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.24% from 317); Green value is 32 (12.89% from 255 or 10.09% from 317); Blue value is 224 (87.89% from 255 or 70.66% from 317); Max value from RGB is 224 - color contains mainly: blue. Hex color #3D20E0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3D20E0 is #C2DF1F. Grayscale: #3D3D3D. Windows color (decimal): -12771104 or 14688317. OLE color: 14688317.
HSL color Cylindrical-coordinate representation of color #3D20E0: hue angle of 249.06º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3D20E0 is Cyan = 0.73, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 61 | 32 | 224 | - |
| CMYK | 0.73 | 0.86 | 0 | 0.12 |
| HSL | 249.06º | 0.76% | 0.5% | - |
| HSV(B) | 249.06º | 0.86% | 0.88% | - |
| XYZ | 15.9 | 7.41 | 71.11 | - |
| YUV | 62.56 | 219.11 | 126.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 32 | 224 | 0.73 | 0.86 | 0 | 0.12 | 249.06 | 0.76 | 0.5 |
| Hex | 3D | 20 | E0 | 49 | 56 | 0 | C | F9 | 4C | 32 |
| Octal | 75 | 40 | 340 | 111 | 126 | 0 | 14 | 371 | 114 | 62 |
| Binary | 111101 | 100000 | 11100000 | 1001001 | 1010110 | 0 | 1100 | 11111001 | 1001100 | 110010 |
Color Harmonies of #3D20E0
Complementary color
Monochromatic Colors of #3D20E0
Black with #3D20E0
Text Example
Text Example
White with #3D20E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D20E0; }
p { color: rgb(61,32,224); }
H1.HeaderClassName
{
color: #3D20E0;
}
.AnyTagClassName
{
color: #3D20E0;
}
</style>
background-color css
<style>
a { background-color: #3D20E0; }
a { background-color: rgb(61,32,224); }
div.DivClassName
{
background-color: #3D20E0;
}
.BgClassName
{
background-color: #3D20E0;
}
</style>
border-color css
<style>
span { border-color: #3D20E0; }
span { border-color: rgb(61,32,224); }
td.TdClassName
{
border-color: #3D20E0;
}
.TagClassName
{
border-color: #3D20E0;
}
</style>