Shades of Han Purple #3A0BDC
Tints of Han Purple #3A0BDC
RGB
CMYK
RGB Variations
Color information
#3A0BDC (or 0x3A0BDC) is known color: Han Purple. HEX triplet: 3A, 0B and DC. RGB value is (58,11,220). Sum of RGB (Red+Green+Blue) = 58+11+220=289 (38% of max value = 765). Red value is 58 (23.05% from 255 or 20.07% from 289); Green value is 11 (4.69% from 255 or 3.81% from 289); Blue value is 220 (86.33% from 255 or 76.12% from 289); Max value from RGB is 220 - color contains mainly: blue. Hex color #3A0BDC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3A0BDC is #C5F423. Grayscale: #303030. Windows color (decimal): -12973092 or 14420794. OLE color: 14420794.
HSL color Cylindrical-coordinate representation of color #3A0BDC: hue angle of 253.49º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3A0BDC is Cyan = 0.74, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 58 | 11 | 220 | - |
| CMYK | 0.74 | 0.95 | 0 | 0.14 |
| HSL | 253.49º | 0.9% | 0.45% | - |
| HSV(B) | 253.49º | 0.95% | 0.86% | - |
| XYZ | 14.78 | 6.31 | 68.15 | - |
| YUV | 48.88 | 224.57 | 134.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 11 | 220 | 0.74 | 0.95 | 0 | 0.14 | 253.49 | 0.9 | 0.45 |
| Hex | 3A | B | DC | 4A | 5F | 0 | E | FD | 5A | 2D |
| Octal | 72 | 13 | 334 | 112 | 137 | 0 | 16 | 375 | 132 | 55 |
| Binary | 111010 | 1011 | 11011100 | 1001010 | 1011111 | 0 | 1110 | 11111101 | 1011010 | 101101 |
Color Harmonies of #3A0BDC
Complementary color
Monochromatic Colors of #3A0BDC
Black with #3A0BDC
Text Example
Text Example
White with #3A0BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A0BDC; }
p { color: rgb(58,11,220); }
H1.HeaderClassName
{
color: #3A0BDC;
}
.AnyTagClassName
{
color: #3A0BDC;
}
</style>
background-color css
<style>
a { background-color: #3A0BDC; }
a { background-color: rgb(58,11,220); }
div.DivClassName
{
background-color: #3A0BDC;
}
.BgClassName
{
background-color: #3A0BDC;
}
</style>
border-color css
<style>
span { border-color: #3A0BDC; }
span { border-color: rgb(58,11,220); }
td.TdClassName
{
border-color: #3A0BDC;
}
.TagClassName
{
border-color: #3A0BDC;
}
</style>