Shades of Han Purple #3B2FDF
Tints of Han Purple #3B2FDF
RGB
CMYK
RGB Variations
Color information
#3B2FDF (or 0x3B2FDF) is known color: Han Purple. HEX triplet: 3B, 2F and DF. RGB value is (59,47,223). Sum of RGB (Red+Green+Blue) = 59+47+223=329 (43% of max value = 765). Red value is 59 (23.44% from 255 or 17.93% from 329); Green value is 47 (18.75% from 255 or 14.29% from 329); Blue value is 223 (87.5% from 255 or 67.78% from 329); Max value from RGB is 223 - color contains mainly: blue. Hex color #3B2FDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3B2FDF is #C4D020. Grayscale: #454545. Windows color (decimal): -12898337 or 14626619. OLE color: 14626619.
HSL color Cylindrical-coordinate representation of color #3B2FDF: hue angle of 244.09º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3B2FDF is Cyan = 0.74, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 59 | 47 | 223 | - |
| CMYK | 0.74 | 0.79 | 0 | 0.13 |
| HSL | 244.09º | 0.73% | 0.53% | - |
| HSV(B) | 244.09º | 0.79% | 0.87% | - |
| XYZ | 16.14 | 8.29 | 70.56 | - |
| YUV | 70.65 | 213.98 | 119.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 47 | 223 | 0.74 | 0.79 | 0 | 0.13 | 244.09 | 0.73 | 0.53 |
| Hex | 3B | 2F | DF | 4A | 4F | 0 | D | F4 | 49 | 35 |
| Octal | 73 | 57 | 337 | 112 | 117 | 0 | 15 | 364 | 111 | 65 |
| Binary | 111011 | 101111 | 11011111 | 1001010 | 1001111 | 0 | 1101 | 11110100 | 1001001 | 110101 |
Color Harmonies of #3B2FDF
Complementary color
Monochromatic Colors of #3B2FDF
Black with #3B2FDF
Text Example
Text Example
White with #3B2FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2FDF; }
p { color: rgb(59,47,223); }
H1.HeaderClassName
{
color: #3B2FDF;
}
.AnyTagClassName
{
color: #3B2FDF;
}
</style>
background-color css
<style>
a { background-color: #3B2FDF; }
a { background-color: rgb(59,47,223); }
div.DivClassName
{
background-color: #3B2FDF;
}
.BgClassName
{
background-color: #3B2FDF;
}
</style>
border-color css
<style>
span { border-color: #3B2FDF; }
span { border-color: rgb(59,47,223); }
td.TdClassName
{
border-color: #3B2FDF;
}
.TagClassName
{
border-color: #3B2FDF;
}
</style>