Shades of Han Purple #3E09DD
Tints of Han Purple #3E09DD
RGB
CMYK
RGB Variations
Color information
#3E09DD (or 0x3E09DD) is known color: Han Purple. HEX triplet: 3E, 09 and DD. RGB value is (62,9,221). Sum of RGB (Red+Green+Blue) = 62+9+221=292 (38% of max value = 765). Red value is 62 (24.61% from 255 or 21.23% from 292); Green value is 9 (3.91% from 255 or 3.08% from 292); Blue value is 221 (86.72% from 255 or 75.68% from 292); Max value from RGB is 221 - color contains mainly: blue. Hex color #3E09DD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3E09DD is #C1F622. Grayscale: #303030. Windows color (decimal): -12711459 or 14485822. OLE color: 14485822.
HSL color Cylindrical-coordinate representation of color #3E09DD: hue angle of 255º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3E09DD is Cyan = 0.72, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 62 | 9 | 221 | - |
| CMYK | 0.72 | 0.96 | 0 | 0.13 |
| HSL | 255º | 0.92% | 0.45% | - |
| HSV(B) | 255º | 0.96% | 0.87% | - |
| XYZ | 15.14 | 6.44 | 68.85 | - |
| YUV | 49.02 | 225.06 | 137.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 9 | 221 | 0.72 | 0.96 | 0 | 0.13 | 255 | 0.92 | 0.45 |
| Hex | 3E | 9 | DD | 48 | 60 | 0 | D | FF | 5C | 2D |
| Octal | 76 | 11 | 335 | 110 | 140 | 0 | 15 | 377 | 134 | 55 |
| Binary | 111110 | 1001 | 11011101 | 1001000 | 1100000 | 0 | 1101 | 11111111 | 1011100 | 101101 |
Color Harmonies of #3E09DD
Complementary color
Monochromatic Colors of #3E09DD
Black with #3E09DD
Text Example
Text Example
White with #3E09DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E09DD; }
p { color: rgb(62,9,221); }
H1.HeaderClassName
{
color: #3E09DD;
}
.AnyTagClassName
{
color: #3E09DD;
}
</style>
background-color css
<style>
a { background-color: #3E09DD; }
a { background-color: rgb(62,9,221); }
div.DivClassName
{
background-color: #3E09DD;
}
.BgClassName
{
background-color: #3E09DD;
}
</style>
border-color css
<style>
span { border-color: #3E09DD; }
span { border-color: rgb(62,9,221); }
td.TdClassName
{
border-color: #3E09DD;
}
.TagClassName
{
border-color: #3E09DD;
}
</style>