Shades of Han Purple #3E1ACF
Tints of Han Purple #3E1ACF
RGB
CMYK
RGB Variations
Color information
#3E1ACF (or 0x3E1ACF) is known color: Han Purple. HEX triplet: 3E, 1A and CF. RGB value is (62,26,207). Sum of RGB (Red+Green+Blue) = 62+26+207=295 (39% of max value = 765). Red value is 62 (24.61% from 255 or 21.02% from 295); Green value is 26 (10.55% from 255 or 8.81% from 295); Blue value is 207 (81.25% from 255 or 70.17% from 295); Max value from RGB is 207 - color contains mainly: blue. Hex color #3E1ACF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E1ACF is #C1E530. Grayscale: #383838. Windows color (decimal): -12707121 or 13572670. OLE color: 13572670.
HSL color Cylindrical-coordinate representation of color #3E1ACF: hue angle of 251.93º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3E1ACF is Cyan = 0.70, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 62 | 26 | 207 | - |
| CMYK | 0.70 | 0.87 | 0 | 0.19 |
| HSL | 251.93º | 0.78% | 0.46% | - |
| HSV(B) | 251.93º | 0.87% | 0.81% | - |
| XYZ | 13.62 | 6.27 | 59.52 | - |
| YUV | 57.4 | 212.43 | 131.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 26 | 207 | 0.70 | 0.87 | 0 | 0.19 | 251.93 | 0.78 | 0.46 |
| Hex | 3E | 1A | CF | 46 | 57 | 0 | 13 | FC | 4E | 2E |
| Octal | 76 | 32 | 317 | 106 | 127 | 0 | 23 | 374 | 116 | 56 |
| Binary | 111110 | 11010 | 11001111 | 1000110 | 1010111 | 0 | 10011 | 11111100 | 1001110 | 101110 |
Color Harmonies of #3E1ACF
Complementary color
Monochromatic Colors of #3E1ACF
Black with #3E1ACF
Text Example
Text Example
White with #3E1ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E1ACF; }
p { color: rgb(62,26,207); }
H1.HeaderClassName
{
color: #3E1ACF;
}
.AnyTagClassName
{
color: #3E1ACF;
}
</style>
background-color css
<style>
a { background-color: #3E1ACF; }
a { background-color: rgb(62,26,207); }
div.DivClassName
{
background-color: #3E1ACF;
}
.BgClassName
{
background-color: #3E1ACF;
}
</style>
border-color css
<style>
span { border-color: #3E1ACF; }
span { border-color: rgb(62,26,207); }
td.TdClassName
{
border-color: #3E1ACF;
}
.TagClassName
{
border-color: #3E1ACF;
}
</style>