Shades of Han Purple #3A26DC
Tints of Han Purple #3A26DC
RGB
CMYK
RGB Variations
Color information
#3A26DC (or 0x3A26DC) is known color: Han Purple. HEX triplet: 3A, 26 and DC. RGB value is (58,38,220). Sum of RGB (Red+Green+Blue) = 58+38+220=316 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.35% from 316); Green value is 38 (15.23% from 255 or 12.03% from 316); Blue value is 220 (86.33% from 255 or 69.62% from 316); Max value from RGB is 220 - color contains mainly: blue. Hex color #3A26DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A26DC is #C5D923. Grayscale: #404040. Windows color (decimal): -12966180 or 14427706. OLE color: 14427706.
HSL color Cylindrical-coordinate representation of color #3A26DC: hue angle of 246.59º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3A26DC is Cyan = 0.74, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 58 | 38 | 220 | - |
| CMYK | 0.74 | 0.83 | 0 | 0.14 |
| HSL | 246.59º | 0.72% | 0.51% | - |
| HSV(B) | 246.59º | 0.83% | 0.86% | - |
| XYZ | 15.36 | 7.45 | 68.34 | - |
| YUV | 64.73 | 215.63 | 123.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 38 | 220 | 0.74 | 0.83 | 0 | 0.14 | 246.59 | 0.72 | 0.51 |
| Hex | 3A | 26 | DC | 4A | 53 | 0 | E | F7 | 48 | 33 |
| Octal | 72 | 46 | 334 | 112 | 123 | 0 | 16 | 367 | 110 | 63 |
| Binary | 111010 | 100110 | 11011100 | 1001010 | 1010011 | 0 | 1110 | 11110111 | 1001000 | 110011 |
Color Harmonies of #3A26DC
Complementary color
Monochromatic Colors of #3A26DC
Black with #3A26DC
Text Example
Text Example
White with #3A26DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A26DC; }
p { color: rgb(58,38,220); }
H1.HeaderClassName
{
color: #3A26DC;
}
.AnyTagClassName
{
color: #3A26DC;
}
</style>
background-color css
<style>
a { background-color: #3A26DC; }
a { background-color: rgb(58,38,220); }
div.DivClassName
{
background-color: #3A26DC;
}
.BgClassName
{
background-color: #3A26DC;
}
</style>
border-color css
<style>
span { border-color: #3A26DC; }
span { border-color: rgb(58,38,220); }
td.TdClassName
{
border-color: #3A26DC;
}
.TagClassName
{
border-color: #3A26DC;
}
</style>