Shades of Han Purple #3A1BD2
Tints of Han Purple #3A1BD2
RGB
CMYK
RGB Variations
Color information
#3A1BD2 (or 0x3A1BD2) is known color: Han Purple. HEX triplet: 3A, 1B and D2. RGB value is (58,27,210). Sum of RGB (Red+Green+Blue) = 58+27+210=295 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.66% from 295); Green value is 27 (10.94% from 255 or 9.15% from 295); Blue value is 210 (82.42% from 255 or 71.19% from 295); Max value from RGB is 210 - color contains mainly: blue. Hex color #3A1BD2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A1BD2 is #C5E42D. Grayscale: #383838. Windows color (decimal): -12969006 or 13769530. OLE color: 13769530.
HSL color Cylindrical-coordinate representation of color #3A1BD2: hue angle of 250.16º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3A1BD2 is Cyan = 0.72, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 58 | 27 | 210 | - |
| CMYK | 0.72 | 0.87 | 0 | 0.18 |
| HSL | 250.16º | 0.77% | 0.46% | - |
| HSV(B) | 250.16º | 0.87% | 0.82% | - |
| XYZ | 13.77 | 6.34 | 61.47 | - |
| YUV | 57.13 | 214.27 | 128.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 27 | 210 | 0.72 | 0.87 | 0 | 0.18 | 250.16 | 0.77 | 0.46 |
| Hex | 3A | 1B | D2 | 48 | 57 | 0 | 12 | FA | 4D | 2E |
| Octal | 72 | 33 | 322 | 110 | 127 | 0 | 22 | 372 | 115 | 56 |
| Binary | 111010 | 11011 | 11010010 | 1001000 | 1010111 | 0 | 10010 | 11111010 | 1001101 | 101110 |
Color Harmonies of #3A1BD2
Complementary color
Monochromatic Colors of #3A1BD2
Black with #3A1BD2
Text Example
Text Example
White with #3A1BD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1BD2; }
p { color: rgb(58,27,210); }
H1.HeaderClassName
{
color: #3A1BD2;
}
.AnyTagClassName
{
color: #3A1BD2;
}
</style>
background-color css
<style>
a { background-color: #3A1BD2; }
a { background-color: rgb(58,27,210); }
div.DivClassName
{
background-color: #3A1BD2;
}
.BgClassName
{
background-color: #3A1BD2;
}
</style>
border-color css
<style>
span { border-color: #3A1BD2; }
span { border-color: rgb(58,27,210); }
td.TdClassName
{
border-color: #3A1BD2;
}
.TagClassName
{
border-color: #3A1BD2;
}
</style>