Shades of Han Purple #3E26DF
Tints of Han Purple #3E26DF
RGB
CMYK
RGB Variations
Color information
#3E26DF (or 0x3E26DF) is known color: Han Purple. HEX triplet: 3E, 26 and DF. RGB value is (62,38,223). Sum of RGB (Red+Green+Blue) = 62+38+223=323 (42% of max value = 765). Red value is 62 (24.61% from 255 or 19.20% from 323); Green value is 38 (15.23% from 255 or 11.76% from 323); Blue value is 223 (87.5% from 255 or 69.04% from 323); Max value from RGB is 223 - color contains mainly: blue. Hex color #3E26DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E26DF is #C1D920. Grayscale: #414141. Windows color (decimal): -12704033 or 14624318. OLE color: 14624318.
HSL color Cylindrical-coordinate representation of color #3E26DF: hue angle of 247.78º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3E26DF is Cyan = 0.72, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 62 | 38 | 223 | - |
| CMYK | 0.72 | 0.83 | 0 | 0.13 |
| HSL | 247.78º | 0.74% | 0.51% | - |
| HSV(B) | 247.78º | 0.83% | 0.87% | - |
| XYZ | 16 | 7.74 | 70.46 | - |
| YUV | 66.27 | 216.45 | 124.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 38 | 223 | 0.72 | 0.83 | 0 | 0.13 | 247.78 | 0.74 | 0.51 |
| Hex | 3E | 26 | DF | 48 | 53 | 0 | D | F8 | 4A | 33 |
| Octal | 76 | 46 | 337 | 110 | 123 | 0 | 15 | 370 | 112 | 63 |
| Binary | 111110 | 100110 | 11011111 | 1001000 | 1010011 | 0 | 1101 | 11111000 | 1001010 | 110011 |
Color Harmonies of #3E26DF
Complementary color
Monochromatic Colors of #3E26DF
Black with #3E26DF
Text Example
Text Example
White with #3E26DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E26DF; }
p { color: rgb(62,38,223); }
H1.HeaderClassName
{
color: #3E26DF;
}
.AnyTagClassName
{
color: #3E26DF;
}
</style>
background-color css
<style>
a { background-color: #3E26DF; }
a { background-color: rgb(62,38,223); }
div.DivClassName
{
background-color: #3E26DF;
}
.BgClassName
{
background-color: #3E26DF;
}
</style>
border-color css
<style>
span { border-color: #3E26DF; }
span { border-color: rgb(62,38,223); }
td.TdClassName
{
border-color: #3E26DF;
}
.TagClassName
{
border-color: #3E26DF;
}
</style>