Shades of Han Purple #3E2DDF
Tints of Han Purple #3E2DDF
RGB
CMYK
RGB Variations
Color information
#3E2DDF (or 0x3E2DDF) is known color: Han Purple. HEX triplet: 3E, 2D and DF. RGB value is (62,45,223). Sum of RGB (Red+Green+Blue) = 62+45+223=330 (43% of max value = 765). Red value is 62 (24.61% from 255 or 18.79% from 330); Green value is 45 (17.97% from 255 or 13.64% from 330); Blue value is 223 (87.5% from 255 or 67.58% from 330); Max value from RGB is 223 - color contains mainly: blue. Hex color #3E2DDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E2DDF is #C1D220. Grayscale: #454545. Windows color (decimal): -12702241 or 14626110. OLE color: 14626110.
HSL color Cylindrical-coordinate representation of color #3E2DDF: hue angle of 245.73º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3E2DDF is Cyan = 0.72, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 62 | 45 | 223 | - |
| CMYK | 0.72 | 0.80 | 0 | 0.13 |
| HSL | 245.73º | 0.74% | 0.53% | - |
| HSV(B) | 245.73º | 0.8% | 0.87% | - |
| XYZ | 16.24 | 8.23 | 70.54 | - |
| YUV | 70.38 | 214.13 | 122.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 45 | 223 | 0.72 | 0.80 | 0 | 0.13 | 245.73 | 0.74 | 0.53 |
| Hex | 3E | 2D | DF | 48 | 50 | 0 | D | F6 | 4A | 35 |
| Octal | 76 | 55 | 337 | 110 | 120 | 0 | 15 | 366 | 112 | 65 |
| Binary | 111110 | 101101 | 11011111 | 1001000 | 1010000 | 0 | 1101 | 11110110 | 1001010 | 110101 |
Color Harmonies of #3E2DDF
Complementary color
Monochromatic Colors of #3E2DDF
Black with #3E2DDF
Text Example
Text Example
White with #3E2DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E2DDF; }
p { color: rgb(62,45,223); }
H1.HeaderClassName
{
color: #3E2DDF;
}
.AnyTagClassName
{
color: #3E2DDF;
}
</style>
background-color css
<style>
a { background-color: #3E2DDF; }
a { background-color: rgb(62,45,223); }
div.DivClassName
{
background-color: #3E2DDF;
}
.BgClassName
{
background-color: #3E2DDF;
}
</style>
border-color css
<style>
span { border-color: #3E2DDF; }
span { border-color: rgb(62,45,223); }
td.TdClassName
{
border-color: #3E2DDF;
}
.TagClassName
{
border-color: #3E2DDF;
}
</style>