Shades of Han Purple #3E06DD
Tints of Han Purple #3E06DD
RGB
CMYK
RGB Variations
Color information
#3E06DD (or 0x3E06DD) is known color: Han Purple. HEX triplet: 3E, 06 and DD. RGB value is (62,6,221). Sum of RGB (Red+Green+Blue) = 62+6+221=289 (38% of max value = 765). Red value is 62 (24.61% from 255 or 21.45% from 289); Green value is 6 (2.73% from 255 or 2.08% from 289); Blue value is 221 (86.72% from 255 or 76.47% from 289); Max value from RGB is 221 - color contains mainly: blue. Hex color #3E06DD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3E06DD is #C1F922. Grayscale: #2E2E2E. Windows color (decimal): -12712227 or 14485054. OLE color: 14485054.
HSL color Cylindrical-coordinate representation of color #3E06DD: hue angle of 255.63º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3E06DD is Cyan = 0.72, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 62 | 6 | 221 | - |
| CMYK | 0.72 | 0.97 | 0 | 0.13 |
| HSL | 255.63º | 0.95% | 0.45% | - |
| HSV(B) | 255.63º | 0.97% | 0.87% | - |
| XYZ | 15.1 | 6.37 | 68.84 | - |
| YUV | 47.25 | 226.05 | 138.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 6 | 221 | 0.72 | 0.97 | 0 | 0.13 | 255.63 | 0.95 | 0.45 |
| Hex | 3E | 6 | DD | 48 | 61 | 0 | D | 100 | 5F | 2D |
| Octal | 76 | 6 | 335 | 110 | 141 | 0 | 15 | 400 | 137 | 55 |
| Binary | 111110 | 110 | 11011101 | 1001000 | 1100001 | 0 | 1101 | 100000000 | 1011111 | 101101 |
Color Harmonies of #3E06DD
Complementary color
Monochromatic Colors of #3E06DD
Black with #3E06DD
Text Example
Text Example
White with #3E06DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E06DD; }
p { color: rgb(62,6,221); }
H1.HeaderClassName
{
color: #3E06DD;
}
.AnyTagClassName
{
color: #3E06DD;
}
</style>
background-color css
<style>
a { background-color: #3E06DD; }
a { background-color: rgb(62,6,221); }
div.DivClassName
{
background-color: #3E06DD;
}
.BgClassName
{
background-color: #3E06DD;
}
</style>
border-color css
<style>
span { border-color: #3E06DD; }
span { border-color: rgb(62,6,221); }
td.TdClassName
{
border-color: #3E06DD;
}
.TagClassName
{
border-color: #3E06DD;
}
</style>