Shades of Han Purple #3B2AFB
Tints of Han Purple #3B2AFB
RGB
CMYK
RGB Variations
Color information
#3B2AFB (or 0x3B2AFB) is known color: Han Purple. HEX triplet: 3B, 2A and FB. RGB value is (59,42,251). Sum of RGB (Red+Green+Blue) = 59+42+251=352 (46% of max value = 765). Red value is 59 (23.44% from 255 or 16.76% from 352); Green value is 42 (16.80% from 255 or 11.93% from 352); Blue value is 251 (98.44% from 255 or 71.31% from 352); Max value from RGB is 251 - color contains mainly: blue. Hex color #3B2AFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3B2AFB is #C4D504. Grayscale: #464646. Windows color (decimal): -12899589 or 16460347. OLE color: 16460347.
HSL color Cylindrical-coordinate representation of color #3B2AFB: hue angle of 244.88º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3B2AFB is Cyan = 0.76, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 59 | 42 | 251 | - |
| CMYK | 0.76 | 0.83 | 0 | 0.02 |
| HSL | 244.88º | 0.96% | 0.57% | - |
| HSV(B) | 244.88º | 0.83% | 0.98% | - |
| XYZ | 20.04 | 9.55 | 92.05 | - |
| YUV | 70.91 | 229.63 | 119.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 42 | 251 | 0.76 | 0.83 | 0 | 0.02 | 244.88 | 0.96 | 0.57 |
| Hex | 3B | 2A | FB | 4C | 53 | 0 | 2 | F5 | 60 | 39 |
| Octal | 73 | 52 | 373 | 114 | 123 | 0 | 2 | 365 | 140 | 71 |
| Binary | 111011 | 101010 | 11111011 | 1001100 | 1010011 | 0 | 10 | 11110101 | 1100000 | 111001 |
Color Harmonies of #3B2AFB
Complementary color
Monochromatic Colors of #3B2AFB
Black with #3B2AFB
Text Example
Text Example
White with #3B2AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2AFB; }
p { color: rgb(59,42,251); }
H1.HeaderClassName
{
color: #3B2AFB;
}
.AnyTagClassName
{
color: #3B2AFB;
}
</style>
background-color css
<style>
a { background-color: #3B2AFB; }
a { background-color: rgb(59,42,251); }
div.DivClassName
{
background-color: #3B2AFB;
}
.BgClassName
{
background-color: #3B2AFB;
}
</style>
border-color css
<style>
span { border-color: #3B2AFB; }
span { border-color: rgb(59,42,251); }
td.TdClassName
{
border-color: #3B2AFB;
}
.TagClassName
{
border-color: #3B2AFB;
}
</style>