Shades of Han Purple #3E00DA
Tints of Han Purple #3E00DA
RGB
CMYK
RGB Variations
Color information
#3E00DA (or 0x3E00DA) is known color: Han Purple. HEX triplet: 3E, 00 and DA. RGB value is (62,0,218). Sum of RGB (Red+Green+Blue) = 62+0+218=280 (37% of max value = 765). Red value is 62 (24.61% from 255 or 22.14% from 280); Green value is 0 (0.39% from 255 or 0% from 280); Blue value is 218 (85.55% from 255 or 77.86% from 280); Max value from RGB is 218 - color contains mainly: blue. Hex color #3E00DA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3E00DA is #C1FF25. Grayscale: #2A2A2A. Windows color (decimal): -12713766 or 14286910. OLE color: 14286910.
HSL color Cylindrical-coordinate representation of color #3E00DA: hue angle of 257.06º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3E00DA is Cyan = 0.72, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 62 | 0 | 218 | - |
| CMYK | 0.72 | 1 | 0 | 0.15 |
| HSL | 257.06º | 1% | 0.43% | - |
| HSV(B) | 257.06º | 1% | 0.85% | - |
| XYZ | 14.64 | 6.09 | 66.73 | - |
| YUV | 43.39 | 226.54 | 141.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 0 | 218 | 0.72 | 1 | 0 | 0.15 | 257.06 | 1 | 0.43 |
| Hex | 3E | 0 | DA | 48 | 64 | 0 | F | 101 | 64 | 2B |
| Octal | 76 | 0 | 332 | 110 | 144 | 0 | 17 | 401 | 144 | 53 |
| Binary | 111110 | 0 | 11011010 | 1001000 | 1100100 | 0 | 1111 | 100000001 | 1100100 | 101011 |
Color Harmonies of #3E00DA
Complementary color
Monochromatic Colors of #3E00DA
Black with #3E00DA
Text Example
Text Example
White with #3E00DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E00DA; }
p { color: rgb(62,0,218); }
H1.HeaderClassName
{
color: #3E00DA;
}
.AnyTagClassName
{
color: #3E00DA;
}
</style>
background-color css
<style>
a { background-color: #3E00DA; }
a { background-color: rgb(62,0,218); }
div.DivClassName
{
background-color: #3E00DA;
}
.BgClassName
{
background-color: #3E00DA;
}
</style>
border-color css
<style>
span { border-color: #3E00DA; }
span { border-color: rgb(62,0,218); }
td.TdClassName
{
border-color: #3E00DA;
}
.TagClassName
{
border-color: #3E00DA;
}
</style>