Shades of Han Purple #3A11CD
Tints of Han Purple #3A11CD
RGB
CMYK
RGB Variations
Color information
#3A11CD (or 0x3A11CD) is known color: Han Purple. HEX triplet: 3A, 11 and CD. RGB value is (58,17,205). Sum of RGB (Red+Green+Blue) = 58+17+205=280 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.71% from 280); Green value is 17 (7.03% from 255 or 6.07% from 280); Blue value is 205 (80.47% from 255 or 73.21% from 280); Max value from RGB is 205 - color contains mainly: blue. Hex color #3A11CD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3A11CD is #C5EE32. Grayscale: #313131. Windows color (decimal): -12971571 or 13439290. OLE color: 13439290.
HSL color Cylindrical-coordinate representation of color #3A11CD: hue angle of 253.09º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3A11CD is Cyan = 0.72, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 58 | 17 | 205 | - |
| CMYK | 0.72 | 0.92 | 0 | 0.20 |
| HSL | 253.09º | 0.85% | 0.44% | - |
| HSV(B) | 253.09º | 0.92% | 0.8% | - |
| XYZ | 12.96 | 5.71 | 58.18 | - |
| YUV | 50.69 | 215.08 | 133.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 17 | 205 | 0.72 | 0.92 | 0 | 0.20 | 253.09 | 0.85 | 0.44 |
| Hex | 3A | 11 | CD | 48 | 5C | 0 | 14 | FD | 55 | 2C |
| Octal | 72 | 21 | 315 | 110 | 134 | 0 | 24 | 375 | 125 | 54 |
| Binary | 111010 | 10001 | 11001101 | 1001000 | 1011100 | 0 | 10100 | 11111101 | 1010101 | 101100 |
Color Harmonies of #3A11CD
Complementary color
Monochromatic Colors of #3A11CD
Black with #3A11CD
Text Example
Text Example
White with #3A11CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A11CD; }
p { color: rgb(58,17,205); }
H1.HeaderClassName
{
color: #3A11CD;
}
.AnyTagClassName
{
color: #3A11CD;
}
</style>
background-color css
<style>
a { background-color: #3A11CD; }
a { background-color: rgb(58,17,205); }
div.DivClassName
{
background-color: #3A11CD;
}
.BgClassName
{
background-color: #3A11CD;
}
</style>
border-color css
<style>
span { border-color: #3A11CD; }
span { border-color: rgb(58,17,205); }
td.TdClassName
{
border-color: #3A11CD;
}
.TagClassName
{
border-color: #3A11CD;
}
</style>