Shades of Han Purple #3B1FEF
Tints of Han Purple #3B1FEF
RGB
CMYK
RGB Variations
Color information
#3B1FEF (or 0x3B1FEF) is known color: Han Purple. HEX triplet: 3B, 1F and EF. RGB value is (59,31,239). Sum of RGB (Red+Green+Blue) = 59+31+239=329 (43% of max value = 765). Red value is 59 (23.44% from 255 or 17.93% from 329); Green value is 31 (12.5% from 255 or 9.42% from 329); Blue value is 239 (93.75% from 255 or 72.64% from 329); Max value from RGB is 239 - color contains mainly: blue. Hex color #3B1FEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3B1FEF is #C4E010. Grayscale: #3E3E3E. Windows color (decimal): -12902417 or 15671099. OLE color: 15671099.
HSL color Cylindrical-coordinate representation of color #3B1FEF: hue angle of 248.08º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3B1FEF is Cyan = 0.75, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 59 | 31 | 239 | - |
| CMYK | 0.75 | 0.87 | 0 | 0.06 |
| HSL | 248.08º | 0.87% | 0.53% | - |
| HSV(B) | 248.08º | 0.87% | 0.94% | - |
| XYZ | 17.87 | 8.14 | 82.29 | - |
| YUV | 63.08 | 227.28 | 125.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 31 | 239 | 0.75 | 0.87 | 0 | 0.06 | 248.08 | 0.87 | 0.53 |
| Hex | 3B | 1F | EF | 4B | 57 | 0 | 6 | F8 | 57 | 35 |
| Octal | 73 | 37 | 357 | 113 | 127 | 0 | 6 | 370 | 127 | 65 |
| Binary | 111011 | 11111 | 11101111 | 1001011 | 1010111 | 0 | 110 | 11111000 | 1010111 | 110101 |
Color Harmonies of #3B1FEF
Complementary color
Monochromatic Colors of #3B1FEF
Black with #3B1FEF
Text Example
Text Example
White with #3B1FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B1FEF; }
p { color: rgb(59,31,239); }
H1.HeaderClassName
{
color: #3B1FEF;
}
.AnyTagClassName
{
color: #3B1FEF;
}
</style>
background-color css
<style>
a { background-color: #3B1FEF; }
a { background-color: rgb(59,31,239); }
div.DivClassName
{
background-color: #3B1FEF;
}
.BgClassName
{
background-color: #3B1FEF;
}
</style>
border-color css
<style>
span { border-color: #3B1FEF; }
span { border-color: rgb(59,31,239); }
td.TdClassName
{
border-color: #3B1FEF;
}
.TagClassName
{
border-color: #3B1FEF;
}
</style>