Shades of Han Purple #3E1CFB
Tints of Han Purple #3E1CFB
RGB
CMYK
RGB Variations
Color information
#3E1CFB (or 0x3E1CFB) is known color: Han Purple. HEX triplet: 3E, 1C and FB. RGB value is (62,28,251). Sum of RGB (Red+Green+Blue) = 62+28+251=341 (45% of max value = 765). Red value is 62 (24.61% from 255 or 18.18% from 341); Green value is 28 (11.33% from 255 or 8.21% from 341); Blue value is 251 (98.44% from 255 or 73.61% from 341); Max value from RGB is 251 - color contains mainly: blue. Hex color #3E1CFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3E1CFB is #C1E304. Grayscale: #3E3E3E. Windows color (decimal): -12706565 or 16456766. OLE color: 16456766.
HSL color Cylindrical-coordinate representation of color #3E1CFB: hue angle of 249.15º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3E1CFB is Cyan = 0.75, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 62 | 28 | 251 | - |
| CMYK | 0.75 | 0.89 | 0 | 0.02 |
| HSL | 249.15º | 0.97% | 0.55% | - |
| HSV(B) | 249.15º | 0.89% | 0.98% | - |
| XYZ | 19.81 | 8.82 | 91.92 | - |
| YUV | 63.59 | 233.76 | 126.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 28 | 251 | 0.75 | 0.89 | 0 | 0.02 | 249.15 | 0.97 | 0.55 |
| Hex | 3E | 1C | FB | 4B | 59 | 0 | 2 | F9 | 61 | 37 |
| Octal | 76 | 34 | 373 | 113 | 131 | 0 | 2 | 371 | 141 | 67 |
| Binary | 111110 | 11100 | 11111011 | 1001011 | 1011001 | 0 | 10 | 11111001 | 1100001 | 110111 |
Color Harmonies of #3E1CFB
Complementary color
Monochromatic Colors of #3E1CFB
Black with #3E1CFB
Text Example
Text Example
White with #3E1CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E1CFB; }
p { color: rgb(62,28,251); }
H1.HeaderClassName
{
color: #3E1CFB;
}
.AnyTagClassName
{
color: #3E1CFB;
}
</style>
background-color css
<style>
a { background-color: #3E1CFB; }
a { background-color: rgb(62,28,251); }
div.DivClassName
{
background-color: #3E1CFB;
}
.BgClassName
{
background-color: #3E1CFB;
}
</style>
border-color css
<style>
span { border-color: #3E1CFB; }
span { border-color: rgb(62,28,251); }
td.TdClassName
{
border-color: #3E1CFB;
}
.TagClassName
{
border-color: #3E1CFB;
}
</style>