Shades of Han Purple #3B1ACE
Tints of Han Purple #3B1ACE
RGB
CMYK
RGB Variations
Color information
#3B1ACE (or 0x3B1ACE) is known color: Han Purple. HEX triplet: 3B, 1A and CE. RGB value is (59,26,206). Sum of RGB (Red+Green+Blue) = 59+26+206=291 (38% of max value = 765). Red value is 59 (23.44% from 255 or 20.27% from 291); Green value is 26 (10.55% from 255 or 8.93% from 291); Blue value is 206 (80.86% from 255 or 70.79% from 291); Max value from RGB is 206 - color contains mainly: blue. Hex color #3B1ACE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3B1ACE is #C4E531. Grayscale: #373737. Windows color (decimal): -12903730 or 13507131. OLE color: 13507131.
HSL color Cylindrical-coordinate representation of color #3B1ACE: hue angle of 251º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3B1ACE is Cyan = 0.71, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 59 | 26 | 206 | - |
| CMYK | 0.71 | 0.87 | 0 | 0.19 |
| HSL | 251º | 0.78% | 0.45% | - |
| HSV(B) | 251º | 0.87% | 0.81% | - |
| XYZ | 13.31 | 6.12 | 58.87 | - |
| YUV | 56.39 | 212.43 | 129.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 26 | 206 | 0.71 | 0.87 | 0 | 0.19 | 251 | 0.78 | 0.45 |
| Hex | 3B | 1A | CE | 47 | 57 | 0 | 13 | FB | 4E | 2D |
| Octal | 73 | 32 | 316 | 107 | 127 | 0 | 23 | 373 | 116 | 55 |
| Binary | 111011 | 11010 | 11001110 | 1000111 | 1010111 | 0 | 10011 | 11111011 | 1001110 | 101101 |
Color Harmonies of #3B1ACE
Complementary color
Monochromatic Colors of #3B1ACE
Black with #3B1ACE
Text Example
Text Example
White with #3B1ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B1ACE; }
p { color: rgb(59,26,206); }
H1.HeaderClassName
{
color: #3B1ACE;
}
.AnyTagClassName
{
color: #3B1ACE;
}
</style>
background-color css
<style>
a { background-color: #3B1ACE; }
a { background-color: rgb(59,26,206); }
div.DivClassName
{
background-color: #3B1ACE;
}
.BgClassName
{
background-color: #3B1ACE;
}
</style>
border-color css
<style>
span { border-color: #3B1ACE; }
span { border-color: rgb(59,26,206); }
td.TdClassName
{
border-color: #3B1ACE;
}
.TagClassName
{
border-color: #3B1ACE;
}
</style>