Shades of Han Purple #3B1BDC
Tints of Han Purple #3B1BDC
RGB
CMYK
RGB Variations
Color information
#3B1BDC (or 0x3B1BDC) is known color: Han Purple. HEX triplet: 3B, 1B and DC. RGB value is (59,27,220). Sum of RGB (Red+Green+Blue) = 59+27+220=306 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.28% from 306); Green value is 27 (10.94% from 255 or 8.82% from 306); Blue value is 220 (86.33% from 255 or 71.90% from 306); Max value from RGB is 220 - color contains mainly: blue. Hex color #3B1BDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3B1BDC is #C4E423. Grayscale: #393939. Windows color (decimal): -12903460 or 14424891. OLE color: 14424891.
HSL color Cylindrical-coordinate representation of color #3B1BDC: hue angle of 249.95º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3B1BDC is Cyan = 0.73, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 59 | 27 | 220 | - |
| CMYK | 0.73 | 0.88 | 0 | 0.14 |
| HSL | 249.95º | 0.78% | 0.48% | - |
| HSV(B) | 249.95º | 0.88% | 0.86% | - |
| XYZ | 15.11 | 6.88 | 68.24 | - |
| YUV | 58.57 | 219.1 | 128.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 27 | 220 | 0.73 | 0.88 | 0 | 0.14 | 249.95 | 0.78 | 0.48 |
| Hex | 3B | 1B | DC | 49 | 58 | 0 | E | FA | 4E | 30 |
| Octal | 73 | 33 | 334 | 111 | 130 | 0 | 16 | 372 | 116 | 60 |
| Binary | 111011 | 11011 | 11011100 | 1001001 | 1011000 | 0 | 1110 | 11111010 | 1001110 | 110000 |
Color Harmonies of #3B1BDC
Complementary color
Monochromatic Colors of #3B1BDC
Black with #3B1BDC
Text Example
Text Example
White with #3B1BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B1BDC; }
p { color: rgb(59,27,220); }
H1.HeaderClassName
{
color: #3B1BDC;
}
.AnyTagClassName
{
color: #3B1BDC;
}
</style>
background-color css
<style>
a { background-color: #3B1BDC; }
a { background-color: rgb(59,27,220); }
div.DivClassName
{
background-color: #3B1BDC;
}
.BgClassName
{
background-color: #3B1BDC;
}
</style>
border-color css
<style>
span { border-color: #3B1BDC; }
span { border-color: rgb(59,27,220); }
td.TdClassName
{
border-color: #3B1BDC;
}
.TagClassName
{
border-color: #3B1BDC;
}
</style>