Shades of Han Purple #3B2DFC
Tints of Han Purple #3B2DFC
RGB
CMYK
RGB Variations
Color information
#3B2DFC (or 0x3B2DFC) is known color: Han Purple. HEX triplet: 3B, 2D and FC. RGB value is (59,45,252). Sum of RGB (Red+Green+Blue) = 59+45+252=356 (47% of max value = 765). Red value is 59 (23.44% from 255 or 16.57% from 356); Green value is 45 (17.97% from 255 or 12.64% from 356); Blue value is 252 (98.83% from 255 or 70.79% from 356); Max value from RGB is 252 - color contains mainly: blue. Hex color #3B2DFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3B2DFC is #C4D203. Grayscale: #474747. Windows color (decimal): -12898820 or 16526651. OLE color: 16526651.
HSL color Cylindrical-coordinate representation of color #3B2DFC: hue angle of 244.06º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3B2DFC is Cyan = 0.77, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 59 | 45 | 252 | - |
| CMYK | 0.77 | 0.82 | 0 | 0.01 |
| HSL | 244.06º | 0.97% | 0.58% | - |
| HSV(B) | 244.06º | 0.82% | 0.99% | - |
| XYZ | 20.31 | 9.83 | 92.92 | - |
| YUV | 72.78 | 229.14 | 118.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 45 | 252 | 0.77 | 0.82 | 0 | 0.01 | 244.06 | 0.97 | 0.58 |
| Hex | 3B | 2D | FC | 4D | 52 | 0 | 1 | F4 | 61 | 3A |
| Octal | 73 | 55 | 374 | 115 | 122 | 0 | 1 | 364 | 141 | 72 |
| Binary | 111011 | 101101 | 11111100 | 1001101 | 1010010 | 0 | 1 | 11110100 | 1100001 | 111010 |
Color Harmonies of #3B2DFC
Complementary color
Monochromatic Colors of #3B2DFC
Black with #3B2DFC
Text Example
Text Example
White with #3B2DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2DFC; }
p { color: rgb(59,45,252); }
H1.HeaderClassName
{
color: #3B2DFC;
}
.AnyTagClassName
{
color: #3B2DFC;
}
</style>
background-color css
<style>
a { background-color: #3B2DFC; }
a { background-color: rgb(59,45,252); }
div.DivClassName
{
background-color: #3B2DFC;
}
.BgClassName
{
background-color: #3B2DFC;
}
</style>
border-color css
<style>
span { border-color: #3B2DFC; }
span { border-color: rgb(59,45,252); }
td.TdClassName
{
border-color: #3B2DFC;
}
.TagClassName
{
border-color: #3B2DFC;
}
</style>