Shades of Han Purple #3E03CC
Tints of Han Purple #3E03CC
RGB
CMYK
RGB Variations
Color information
#3E03CC (or 0x3E03CC) is known color: Han Purple. HEX triplet: 3E, 03 and CC. RGB value is (62,3,204). Sum of RGB (Red+Green+Blue) = 62+3+204=269 (35% of max value = 765). Red value is 62 (24.61% from 255 or 23.05% from 269); Green value is 3 (1.56% from 255 or 1.12% from 269); Blue value is 204 (80.08% from 255 or 75.84% from 269); Max value from RGB is 204 - color contains mainly: blue. Hex color #3E03CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3E03CC is #C1FC33. Grayscale: #2A2A2A. Windows color (decimal): -12713012 or 13370174. OLE color: 13370174.
HSL color Cylindrical-coordinate representation of color #3E03CC: hue angle of 257.61º degrees, saturation: 0.97, 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 #3E03CC is Cyan = 0.70, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 62 | 3 | 204 | - |
| CMYK | 0.70 | 0.99 | 0 | 0.2 |
| HSL | 257.61º | 0.97% | 0.41% | - |
| HSV(B) | 257.61º | 0.99% | 0.8% | - |
| XYZ | 12.92 | 5.45 | 57.5 | - |
| YUV | 43.56 | 218.55 | 141.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 3 | 204 | 0.70 | 0.99 | 0 | 0.2 | 257.61 | 0.97 | 0.41 |
| Hex | 3E | 3 | CC | 46 | 63 | 0 | 14 | 102 | 61 | 29 |
| Octal | 76 | 3 | 314 | 106 | 143 | 0 | 24 | 402 | 141 | 51 |
| Binary | 111110 | 11 | 11001100 | 1000110 | 1100011 | 0 | 10100 | 100000010 | 1100001 | 101001 |
Color Harmonies of #3E03CC
Complementary color
Monochromatic Colors of #3E03CC
Black with #3E03CC
Text Example
Text Example
White with #3E03CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E03CC; }
p { color: rgb(62,3,204); }
H1.HeaderClassName
{
color: #3E03CC;
}
.AnyTagClassName
{
color: #3E03CC;
}
</style>
background-color css
<style>
a { background-color: #3E03CC; }
a { background-color: rgb(62,3,204); }
div.DivClassName
{
background-color: #3E03CC;
}
.BgClassName
{
background-color: #3E03CC;
}
</style>
border-color css
<style>
span { border-color: #3E03CC; }
span { border-color: rgb(62,3,204); }
td.TdClassName
{
border-color: #3E03CC;
}
.TagClassName
{
border-color: #3E03CC;
}
</style>