Shades of Han Purple #3A0BD5
Tints of Han Purple #3A0BD5
RGB
CMYK
RGB Variations
Color information
#3A0BD5 (or 0x3A0BD5) is known color: Han Purple. HEX triplet: 3A, 0B and D5. RGB value is (58,11,213). Sum of RGB (Red+Green+Blue) = 58+11+213=282 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.57% from 282); Green value is 11 (4.69% from 255 or 3.90% from 282); Blue value is 213 (83.59% from 255 or 75.53% from 282); Max value from RGB is 213 - color contains mainly: blue. Hex color #3A0BD5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3A0BD5 is #C5F42A. Grayscale: #2F2F2F. Windows color (decimal): -12973099 or 13962042. OLE color: 13962042.
HSL color Cylindrical-coordinate representation of color #3A0BD5: hue angle of 253.96º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3A0BD5 is Cyan = 0.73, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 58 | 11 | 213 | - |
| CMYK | 0.73 | 0.95 | 0 | 0.16 |
| HSL | 253.96º | 0.9% | 0.44% | - |
| HSV(B) | 253.96º | 0.95% | 0.84% | - |
| XYZ | 13.87 | 5.94 | 63.37 | - |
| YUV | 48.08 | 221.07 | 135.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 11 | 213 | 0.73 | 0.95 | 0 | 0.16 | 253.96 | 0.9 | 0.44 |
| Hex | 3A | B | D5 | 49 | 5F | 0 | 10 | FE | 5A | 2C |
| Octal | 72 | 13 | 325 | 111 | 137 | 0 | 20 | 376 | 132 | 54 |
| Binary | 111010 | 1011 | 11010101 | 1001001 | 1011111 | 0 | 10000 | 11111110 | 1011010 | 101100 |
Color Harmonies of #3A0BD5
Complementary color
Monochromatic Colors of #3A0BD5
Black with #3A0BD5
Text Example
Text Example
White with #3A0BD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A0BD5; }
p { color: rgb(58,11,213); }
H1.HeaderClassName
{
color: #3A0BD5;
}
.AnyTagClassName
{
color: #3A0BD5;
}
</style>
background-color css
<style>
a { background-color: #3A0BD5; }
a { background-color: rgb(58,11,213); }
div.DivClassName
{
background-color: #3A0BD5;
}
.BgClassName
{
background-color: #3A0BD5;
}
</style>
border-color css
<style>
span { border-color: #3A0BD5; }
span { border-color: rgb(58,11,213); }
td.TdClassName
{
border-color: #3A0BD5;
}
.TagClassName
{
border-color: #3A0BD5;
}
</style>