Shades of Han Purple #3E25F3
Tints of Han Purple #3E25F3
RGB
CMYK
RGB Variations
Color information
#3E25F3 (or 0x3E25F3) is known color: Han Purple. HEX triplet: 3E, 25 and F3. RGB value is (62,37,243). Sum of RGB (Red+Green+Blue) = 62+37+243=342 (45% of max value = 765). Red value is 62 (24.61% from 255 or 18.13% from 342); Green value is 37 (14.84% from 255 or 10.82% from 342); Blue value is 243 (95.31% from 255 or 71.05% from 342); Max value from RGB is 243 - color contains mainly: blue. Hex color #3E25F3 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3E25F3 is #C1DA0C. Grayscale: #434343. Windows color (decimal): -12704269 or 15934782. OLE color: 15934782.
HSL color Cylindrical-coordinate representation of color #3E25F3: hue angle of 247.28º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3E25F3 is Cyan = 0.74, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 62 | 37 | 243 | - |
| CMYK | 0.74 | 0.85 | 0 | 0.05 |
| HSL | 247.28º | 0.9% | 0.55% | - |
| HSV(B) | 247.28º | 0.85% | 0.95% | - |
| XYZ | 18.83 | 8.82 | 85.5 | - |
| YUV | 67.96 | 226.78 | 123.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 37 | 243 | 0.74 | 0.85 | 0 | 0.05 | 247.28 | 0.9 | 0.55 |
| Hex | 3E | 25 | F3 | 4A | 55 | 0 | 5 | F7 | 5A | 37 |
| Octal | 76 | 45 | 363 | 112 | 125 | 0 | 5 | 367 | 132 | 67 |
| Binary | 111110 | 100101 | 11110011 | 1001010 | 1010101 | 0 | 101 | 11110111 | 1011010 | 110111 |
Color Harmonies of #3E25F3
Complementary color
Monochromatic Colors of #3E25F3
Black with #3E25F3
Text Example
Text Example
White with #3E25F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E25F3; }
p { color: rgb(62,37,243); }
H1.HeaderClassName
{
color: #3E25F3;
}
.AnyTagClassName
{
color: #3E25F3;
}
</style>
background-color css
<style>
a { background-color: #3E25F3; }
a { background-color: rgb(62,37,243); }
div.DivClassName
{
background-color: #3E25F3;
}
.BgClassName
{
background-color: #3E25F3;
}
</style>
border-color css
<style>
span { border-color: #3E25F3; }
span { border-color: rgb(62,37,243); }
td.TdClassName
{
border-color: #3E25F3;
}
.TagClassName
{
border-color: #3E25F3;
}
</style>