Shades of Han Purple #3B2BFF
Tints of Han Purple #3B2BFF
RGB
CMYK
RGB Variations
Color information
#3B2BFF (or 0x3B2BFF) is known color: Han Purple. HEX triplet: 3B, 2B and FF. RGB value is (59,43,255). Sum of RGB (Red+Green+Blue) = 59+43+255=357 (47% of max value = 765). Red value is 59 (23.44% from 255 or 16.53% from 357); Green value is 43 (17.19% from 255 or 12.04% from 357); Blue value is 255 (100% from 255 or 71.43% from 357); Max value from RGB is 255 - color contains mainly: blue. Hex color #3B2BFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3B2BFF is #C4D400. Grayscale: #474747. Windows color (decimal): -12899329 or 16722747. OLE color: 16722747.
HSL color Cylindrical-coordinate representation of color #3B2BFF: hue angle of 244.53º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3B2BFF is Cyan = 0.77, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 59 | 43 | 255 | - |
| CMYK | 0.77 | 0.83 | 0 | 0 |
| HSL | 244.53º | 1% | 0.58% | - |
| HSV(B) | 244.53º | 0.83% | 1% | - |
| XYZ | 20.72 | 9.88 | 95.42 | - |
| YUV | 71.95 | 231.3 | 118.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 43 | 255 | 0.77 | 0.83 | 0 | 0 | 244.53 | 1 | 0.58 |
| Hex | 3B | 2B | FF | 4D | 53 | 0 | 0 | F5 | 64 | 3A |
| Octal | 73 | 53 | 377 | 115 | 123 | 0 | 0 | 365 | 144 | 72 |
| Binary | 111011 | 101011 | 11111111 | 1001101 | 1010011 | 0 | 0 | 11110101 | 1100100 | 111010 |
Color Harmonies of #3B2BFF
Complementary color
Monochromatic Colors of #3B2BFF
Black with #3B2BFF
Text Example
Text Example
White with #3B2BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2BFF; }
p { color: rgb(59,43,255); }
H1.HeaderClassName
{
color: #3B2BFF;
}
.AnyTagClassName
{
color: #3B2BFF;
}
</style>
background-color css
<style>
a { background-color: #3B2BFF; }
a { background-color: rgb(59,43,255); }
div.DivClassName
{
background-color: #3B2BFF;
}
.BgClassName
{
background-color: #3B2BFF;
}
</style>
border-color css
<style>
span { border-color: #3B2BFF; }
span { border-color: rgb(59,43,255); }
td.TdClassName
{
border-color: #3B2BFF;
}
.TagClassName
{
border-color: #3B2BFF;
}
</style>