Shades of Han Purple #3B1CDE
Tints of Han Purple #3B1CDE
RGB
CMYK
RGB Variations
Color information
#3B1CDE (or 0x3B1CDE) is known color: Han Purple. HEX triplet: 3B, 1C and DE. RGB value is (59,28,222). Sum of RGB (Red+Green+Blue) = 59+28+222=309 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.09% from 309); Green value is 28 (11.33% from 255 or 9.06% from 309); Blue value is 222 (87.11% from 255 or 71.84% from 309); Max value from RGB is 222 - color contains mainly: blue. Hex color #3B1CDE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3B1CDE is #C4E321. Grayscale: #3A3A3A. Windows color (decimal): -12903202 or 14556219. OLE color: 14556219.
HSL color Cylindrical-coordinate representation of color #3B1CDE: hue angle of 249.59º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3B1CDE is Cyan = 0.73, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 59 | 28 | 222 | - |
| CMYK | 0.73 | 0.87 | 0 | 0.13 |
| HSL | 249.59º | 0.78% | 0.49% | - |
| HSV(B) | 249.59º | 0.87% | 0.87% | - |
| XYZ | 15.4 | 7.03 | 69.65 | - |
| YUV | 59.39 | 219.77 | 127.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 28 | 222 | 0.73 | 0.87 | 0 | 0.13 | 249.59 | 0.78 | 0.49 |
| Hex | 3B | 1C | DE | 49 | 57 | 0 | D | FA | 4E | 31 |
| Octal | 73 | 34 | 336 | 111 | 127 | 0 | 15 | 372 | 116 | 61 |
| Binary | 111011 | 11100 | 11011110 | 1001001 | 1010111 | 0 | 1101 | 11111010 | 1001110 | 110001 |
Color Harmonies of #3B1CDE
Complementary color
Monochromatic Colors of #3B1CDE
Black with #3B1CDE
Text Example
Text Example
White with #3B1CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B1CDE; }
p { color: rgb(59,28,222); }
H1.HeaderClassName
{
color: #3B1CDE;
}
.AnyTagClassName
{
color: #3B1CDE;
}
</style>
background-color css
<style>
a { background-color: #3B1CDE; }
a { background-color: rgb(59,28,222); }
div.DivClassName
{
background-color: #3B1CDE;
}
.BgClassName
{
background-color: #3B1CDE;
}
</style>
border-color css
<style>
span { border-color: #3B1CDE; }
span { border-color: rgb(59,28,222); }
td.TdClassName
{
border-color: #3B1CDE;
}
.TagClassName
{
border-color: #3B1CDE;
}
</style>