Shades of Han Purple #3B1BD5
Tints of Han Purple #3B1BD5
RGB
CMYK
RGB Variations
Color information
#3B1BD5 (or 0x3B1BD5) is known color: Han Purple. HEX triplet: 3B, 1B and D5. RGB value is (59,27,213). Sum of RGB (Red+Green+Blue) = 59+27+213=299 (39% of max value = 765). Red value is 59 (23.44% from 255 or 19.73% from 299); Green value is 27 (10.94% from 255 or 9.03% from 299); Blue value is 213 (83.59% from 255 or 71.24% from 299); Max value from RGB is 213 - color contains mainly: blue. Hex color #3B1BD5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3B1BD5 is #C4E42A. Grayscale: #393939. Windows color (decimal): -12903467 or 13966139. OLE color: 13966139.
HSL color Cylindrical-coordinate representation of color #3B1BD5: hue angle of 250.32º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3B1BD5 is Cyan = 0.72, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 59 | 27 | 213 | - |
| CMYK | 0.72 | 0.87 | 0 | 0.16 |
| HSL | 250.32º | 0.78% | 0.47% | - |
| HSV(B) | 250.32º | 0.87% | 0.84% | - |
| XYZ | 14.21 | 6.52 | 63.46 | - |
| YUV | 57.77 | 215.6 | 128.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 27 | 213 | 0.72 | 0.87 | 0 | 0.16 | 250.32 | 0.78 | 0.47 |
| Hex | 3B | 1B | D5 | 48 | 57 | 0 | 10 | FA | 4E | 2F |
| Octal | 73 | 33 | 325 | 110 | 127 | 0 | 20 | 372 | 116 | 57 |
| Binary | 111011 | 11011 | 11010101 | 1001000 | 1010111 | 0 | 10000 | 11111010 | 1001110 | 101111 |
Color Harmonies of #3B1BD5
Complementary color
Monochromatic Colors of #3B1BD5
Black with #3B1BD5
Text Example
Text Example
White with #3B1BD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B1BD5; }
p { color: rgb(59,27,213); }
H1.HeaderClassName
{
color: #3B1BD5;
}
.AnyTagClassName
{
color: #3B1BD5;
}
</style>
background-color css
<style>
a { background-color: #3B1BD5; }
a { background-color: rgb(59,27,213); }
div.DivClassName
{
background-color: #3B1BD5;
}
.BgClassName
{
background-color: #3B1BD5;
}
</style>
border-color css
<style>
span { border-color: #3B1BD5; }
span { border-color: rgb(59,27,213); }
td.TdClassName
{
border-color: #3B1BD5;
}
.TagClassName
{
border-color: #3B1BD5;
}
</style>