Shades of Han Purple #3E03DD
Tints of Han Purple #3E03DD
RGB
CMYK
RGB Variations
Color information
#3E03DD (or 0x3E03DD) is known color: Han Purple. HEX triplet: 3E, 03 and DD. RGB value is (62,3,221). Sum of RGB (Red+Green+Blue) = 62+3+221=286 (37% of max value = 765). Red value is 62 (24.61% from 255 or 21.68% from 286); Green value is 3 (1.56% from 255 or 1.05% from 286); Blue value is 221 (86.72% from 255 or 77.27% from 286); Max value from RGB is 221 - color contains mainly: blue. Hex color #3E03DD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3E03DD is #C1FC22. Grayscale: #2C2C2C. Windows color (decimal): -12712995 or 14484286. OLE color: 14484286.
HSL color Cylindrical-coordinate representation of color #3E03DD: hue angle of 256.24º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3E03DD is Cyan = 0.72, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 62 | 3 | 221 | - |
| CMYK | 0.72 | 0.99 | 0 | 0.13 |
| HSL | 256.24º | 0.97% | 0.44% | - |
| HSV(B) | 256.24º | 0.99% | 0.87% | - |
| XYZ | 15.07 | 6.31 | 68.83 | - |
| YUV | 45.49 | 227.05 | 139.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 3 | 221 | 0.72 | 0.99 | 0 | 0.13 | 256.24 | 0.97 | 0.44 |
| Hex | 3E | 3 | DD | 48 | 63 | 0 | D | 100 | 61 | 2C |
| Octal | 76 | 3 | 335 | 110 | 143 | 0 | 15 | 400 | 141 | 54 |
| Binary | 111110 | 11 | 11011101 | 1001000 | 1100011 | 0 | 1101 | 100000000 | 1100001 | 101100 |
Color Harmonies of #3E03DD
Complementary color
Monochromatic Colors of #3E03DD
Black with #3E03DD
Text Example
Text Example
White with #3E03DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E03DD; }
p { color: rgb(62,3,221); }
H1.HeaderClassName
{
color: #3E03DD;
}
.AnyTagClassName
{
color: #3E03DD;
}
</style>
background-color css
<style>
a { background-color: #3E03DD; }
a { background-color: rgb(62,3,221); }
div.DivClassName
{
background-color: #3E03DD;
}
.BgClassName
{
background-color: #3E03DD;
}
</style>
border-color css
<style>
span { border-color: #3E03DD; }
span { border-color: rgb(62,3,221); }
td.TdClassName
{
border-color: #3E03DD;
}
.TagClassName
{
border-color: #3E03DD;
}
</style>