Shades of Han Purple #3E03DA
Tints of Han Purple #3E03DA
RGB
CMYK
RGB Variations
Color information
#3E03DA (or 0x3E03DA) is known color: Han Purple. HEX triplet: 3E, 03 and DA. RGB value is (62,3,218). Sum of RGB (Red+Green+Blue) = 62+3+218=283 (37% of max value = 765). Red value is 62 (24.61% from 255 or 21.91% from 283); Green value is 3 (1.56% from 255 or 1.06% from 283); Blue value is 218 (85.55% from 255 or 77.03% from 283); Max value from RGB is 218 - color contains mainly: blue. Hex color #3E03DA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3E03DA is #C1FC25. Grayscale: #2C2C2C. Windows color (decimal): -12712998 or 14287678. OLE color: 14287678.
HSL color Cylindrical-coordinate representation of color #3E03DA: hue angle of 256.47º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3E03DA is Cyan = 0.72, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 62 | 3 | 218 | - |
| CMYK | 0.72 | 0.99 | 0 | 0.15 |
| HSL | 256.47º | 0.97% | 0.43% | - |
| HSV(B) | 256.47º | 0.99% | 0.85% | - |
| XYZ | 14.67 | 6.15 | 66.74 | - |
| YUV | 45.15 | 225.55 | 140.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 3 | 218 | 0.72 | 0.99 | 0 | 0.15 | 256.47 | 0.97 | 0.43 |
| Hex | 3E | 3 | DA | 48 | 63 | 0 | F | 100 | 61 | 2B |
| Octal | 76 | 3 | 332 | 110 | 143 | 0 | 17 | 400 | 141 | 53 |
| Binary | 111110 | 11 | 11011010 | 1001000 | 1100011 | 0 | 1111 | 100000000 | 1100001 | 101011 |
Color Harmonies of #3E03DA
Complementary color
Monochromatic Colors of #3E03DA
Black with #3E03DA
Text Example
Text Example
White with #3E03DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E03DA; }
p { color: rgb(62,3,218); }
H1.HeaderClassName
{
color: #3E03DA;
}
.AnyTagClassName
{
color: #3E03DA;
}
</style>
background-color css
<style>
a { background-color: #3E03DA; }
a { background-color: rgb(62,3,218); }
div.DivClassName
{
background-color: #3E03DA;
}
.BgClassName
{
background-color: #3E03DA;
}
</style>
border-color css
<style>
span { border-color: #3E03DA; }
span { border-color: rgb(62,3,218); }
td.TdClassName
{
border-color: #3E03DA;
}
.TagClassName
{
border-color: #3E03DA;
}
</style>