Shades of Han Purple #3E05DF
Tints of Han Purple #3E05DF
RGB
CMYK
RGB Variations
Color information
#3E05DF (or 0x3E05DF) is known color: Han Purple. HEX triplet: 3E, 05 and DF. RGB value is (62,5,223). Sum of RGB (Red+Green+Blue) = 62+5+223=290 (38% of max value = 765). Red value is 62 (24.61% from 255 or 21.38% from 290); Green value is 5 (2.34% from 255 or 1.72% from 290); Blue value is 223 (87.5% from 255 or 76.90% from 290); Max value from RGB is 223 - color contains mainly: blue. Hex color #3E05DF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3E05DF is #C1FA20. Grayscale: #2E2E2E. Windows color (decimal): -12712481 or 14615870. OLE color: 14615870.
HSL color Cylindrical-coordinate representation of color #3E05DF: hue angle of 255.69º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3E05DF is Cyan = 0.72, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 62 | 5 | 223 | - |
| CMYK | 0.72 | 0.98 | 0 | 0.13 |
| HSL | 255.69º | 0.96% | 0.45% | - |
| HSV(B) | 255.69º | 0.98% | 0.87% | - |
| XYZ | 15.36 | 6.46 | 70.25 | - |
| YUV | 46.9 | 227.38 | 138.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 5 | 223 | 0.72 | 0.98 | 0 | 0.13 | 255.69 | 0.96 | 0.45 |
| Hex | 3E | 5 | DF | 48 | 62 | 0 | D | 100 | 60 | 2D |
| Octal | 76 | 5 | 337 | 110 | 142 | 0 | 15 | 400 | 140 | 55 |
| Binary | 111110 | 101 | 11011111 | 1001000 | 1100010 | 0 | 1101 | 100000000 | 1100000 | 101101 |
Color Harmonies of #3E05DF
Complementary color
Monochromatic Colors of #3E05DF
Black with #3E05DF
Text Example
Text Example
White with #3E05DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E05DF; }
p { color: rgb(62,5,223); }
H1.HeaderClassName
{
color: #3E05DF;
}
.AnyTagClassName
{
color: #3E05DF;
}
</style>
background-color css
<style>
a { background-color: #3E05DF; }
a { background-color: rgb(62,5,223); }
div.DivClassName
{
background-color: #3E05DF;
}
.BgClassName
{
background-color: #3E05DF;
}
</style>
border-color css
<style>
span { border-color: #3E05DF; }
span { border-color: rgb(62,5,223); }
td.TdClassName
{
border-color: #3E05DF;
}
.TagClassName
{
border-color: #3E05DF;
}
</style>