Shades of Han Purple #3B1EFF
Tints of Han Purple #3B1EFF
RGB
CMYK
RGB Variations
Color information
#3B1EFF (or 0x3B1EFF) is known color: Han Purple. HEX triplet: 3B, 1E and FF. RGB value is (59,30,255). Sum of RGB (Red+Green+Blue) = 59+30+255=344 (45% of max value = 765). Red value is 59 (23.44% from 255 or 17.15% from 344); Green value is 30 (12.11% from 255 or 8.72% from 344); Blue value is 255 (100% from 255 or 74.13% from 344); Max value from RGB is 255 - color contains mainly: blue. Hex color #3B1EFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3B1EFF is #C4E100. Grayscale: #3F3F3F. Windows color (decimal): -12902657 or 16719419. OLE color: 16719419.
HSL color Cylindrical-coordinate representation of color #3B1EFF: hue angle of 247.73º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3B1EFF is Cyan = 0.77, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 59 | 30 | 255 | - |
| CMYK | 0.77 | 0.88 | 0 | 0 |
| HSL | 247.73º | 1% | 0.56% | - |
| HSV(B) | 247.73º | 0.88% | 1% | - |
| XYZ | 20.32 | 9.08 | 95.29 | - |
| YUV | 64.32 | 235.61 | 124.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 30 | 255 | 0.77 | 0.88 | 0 | 0 | 247.73 | 1 | 0.56 |
| Hex | 3B | 1E | FF | 4D | 58 | 0 | 0 | F8 | 64 | 38 |
| Octal | 73 | 36 | 377 | 115 | 130 | 0 | 0 | 370 | 144 | 70 |
| Binary | 111011 | 11110 | 11111111 | 1001101 | 1011000 | 0 | 0 | 11111000 | 1100100 | 111000 |
Color Harmonies of #3B1EFF
Complementary color
Monochromatic Colors of #3B1EFF
Black with #3B1EFF
Text Example
Text Example
White with #3B1EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B1EFF; }
p { color: rgb(59,30,255); }
H1.HeaderClassName
{
color: #3B1EFF;
}
.AnyTagClassName
{
color: #3B1EFF;
}
</style>
background-color css
<style>
a { background-color: #3B1EFF; }
a { background-color: rgb(59,30,255); }
div.DivClassName
{
background-color: #3B1EFF;
}
.BgClassName
{
background-color: #3B1EFF;
}
</style>
border-color css
<style>
span { border-color: #3B1EFF; }
span { border-color: rgb(59,30,255); }
td.TdClassName
{
border-color: #3B1EFF;
}
.TagClassName
{
border-color: #3B1EFF;
}
</style>