Shades of Han Purple #3A0BD6
Tints of Han Purple #3A0BD6
RGB
CMYK
RGB Variations
Color information
#3A0BD6 (or 0x3A0BD6) is known color: Han Purple. HEX triplet: 3A, 0B and D6. RGB value is (58,11,214). Sum of RGB (Red+Green+Blue) = 58+11+214=283 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.49% from 283); Green value is 11 (4.69% from 255 or 3.89% from 283); Blue value is 214 (83.98% from 255 or 75.62% from 283); Max value from RGB is 214 - color contains mainly: blue. Hex color #3A0BD6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3A0BD6 is #C5F429. Grayscale: #2F2F2F. Windows color (decimal): -12973098 or 14027578. OLE color: 14027578.
HSL color Cylindrical-coordinate representation of color #3A0BD6: hue angle of 253.89º 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 #3A0BD6 is Cyan = 0.73, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 58 | 11 | 214 | - |
| CMYK | 0.73 | 0.95 | 0 | 0.16 |
| HSL | 253.89º | 0.9% | 0.44% | - |
| HSV(B) | 253.89º | 0.95% | 0.84% | - |
| XYZ | 14 | 5.99 | 64.04 | - |
| YUV | 48.2 | 221.57 | 134.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 11 | 214 | 0.73 | 0.95 | 0 | 0.16 | 253.89 | 0.9 | 0.44 |
| Hex | 3A | B | D6 | 49 | 5F | 0 | 10 | FE | 5A | 2C |
| Octal | 72 | 13 | 326 | 111 | 137 | 0 | 20 | 376 | 132 | 54 |
| Binary | 111010 | 1011 | 11010110 | 1001001 | 1011111 | 0 | 10000 | 11111110 | 1011010 | 101100 |
Color Harmonies of #3A0BD6
Complementary color
Monochromatic Colors of #3A0BD6
Black with #3A0BD6
Text Example
Text Example
White with #3A0BD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A0BD6; }
p { color: rgb(58,11,214); }
H1.HeaderClassName
{
color: #3A0BD6;
}
.AnyTagClassName
{
color: #3A0BD6;
}
</style>
background-color css
<style>
a { background-color: #3A0BD6; }
a { background-color: rgb(58,11,214); }
div.DivClassName
{
background-color: #3A0BD6;
}
.BgClassName
{
background-color: #3A0BD6;
}
</style>
border-color css
<style>
span { border-color: #3A0BD6; }
span { border-color: rgb(58,11,214); }
td.TdClassName
{
border-color: #3A0BD6;
}
.TagClassName
{
border-color: #3A0BD6;
}
</style>