Shades of Han Purple #3E02CD
Tints of Han Purple #3E02CD
RGB
CMYK
RGB Variations
Color information
#3E02CD (or 0x3E02CD) is known color: Han Purple. HEX triplet: 3E, 02 and CD. RGB value is (62,2,205). Sum of RGB (Red+Green+Blue) = 62+2+205=269 (35% of max value = 765). Red value is 62 (24.61% from 255 or 23.05% from 269); Green value is 2 (1.17% from 255 or 0.74% from 269); Blue value is 205 (80.47% from 255 or 76.21% from 269); Max value from RGB is 205 - color contains mainly: blue. Hex color #3E02CD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3E02CD is #C1FD32. Grayscale: #2A2A2A. Windows color (decimal): -12713267 or 13435454. OLE color: 13435454.
HSL color Cylindrical-coordinate representation of color #3E02CD: hue angle of 257.73º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3E02CD is Cyan = 0.70, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 62 | 2 | 205 | - |
| CMYK | 0.70 | 0.99 | 0 | 0.20 |
| HSL | 257.73º | 0.98% | 0.41% | - |
| HSV(B) | 257.73º | 0.99% | 0.8% | - |
| XYZ | 13.03 | 5.48 | 58.13 | - |
| YUV | 43.08 | 219.38 | 141.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 2 | 205 | 0.70 | 0.99 | 0 | 0.20 | 257.73 | 0.98 | 0.41 |
| Hex | 3E | 2 | CD | 46 | 63 | 0 | 14 | 102 | 62 | 29 |
| Octal | 76 | 2 | 315 | 106 | 143 | 0 | 24 | 402 | 142 | 51 |
| Binary | 111110 | 10 | 11001101 | 1000110 | 1100011 | 0 | 10100 | 100000010 | 1100010 | 101001 |
Color Harmonies of #3E02CD
Complementary color
Monochromatic Colors of #3E02CD
Black with #3E02CD
Text Example
Text Example
White with #3E02CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E02CD; }
p { color: rgb(62,2,205); }
H1.HeaderClassName
{
color: #3E02CD;
}
.AnyTagClassName
{
color: #3E02CD;
}
</style>
background-color css
<style>
a { background-color: #3E02CD; }
a { background-color: rgb(62,2,205); }
div.DivClassName
{
background-color: #3E02CD;
}
.BgClassName
{
background-color: #3E02CD;
}
</style>
border-color css
<style>
span { border-color: #3E02CD; }
span { border-color: rgb(62,2,205); }
td.TdClassName
{
border-color: #3E02CD;
}
.TagClassName
{
border-color: #3E02CD;
}
</style>