Shades of Indigo #3A026C
Tints of Indigo #3A026C
RGB
CMYK
RGB Variations
Color information
#3A026C (or 0x3A026C) is known color: Indigo. HEX triplet: 3A, 02 and 6C. RGB value is (58,2,108). Sum of RGB (Red+Green+Blue) = 58+2+108=168 (22% of max value = 765). Red value is 58 (23.05% from 255 or 34.52% from 168); Green value is 2 (1.17% from 255 or 1.19% from 168); Blue value is 108 (42.58% from 255 or 64.29% from 168); Max value from RGB is 108 - color contains mainly: blue. Hex color #3A026C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A026C is #C5FD93. Grayscale: #1E1E1E. Windows color (decimal): -12975508 or 7078458. OLE color: 7078458.
HSL color Cylindrical-coordinate representation of color #3A026C: hue angle of 271.7º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3A026C is Cyan = 0.46, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 58 | 2 | 108 | - |
| CMYK | 0.46 | 0.98 | 0 | 0.58 |
| HSL | 271.7º | 0.96% | 0.22% | - |
| HSV(B) | 271.7º | 0.98% | 0.42% | - |
| XYZ | 4.47 | 2.03 | 14.34 | - |
| YUV | 30.83 | 171.55 | 147.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 2 | 108 | 0.46 | 0.98 | 0 | 0.58 | 271.7 | 0.96 | 0.22 |
| Hex | 3A | 2 | 6C | 2E | 62 | 0 | 3A | 110 | 60 | 16 |
| Octal | 72 | 2 | 154 | 56 | 142 | 0 | 72 | 420 | 140 | 26 |
| Binary | 111010 | 10 | 1101100 | 101110 | 1100010 | 0 | 111010 | 100010000 | 1100000 | 10110 |
Color Harmonies of #3A026C
Complementary color
Monochromatic Colors of #3A026C
Black with #3A026C
Text Example
Text Example
White with #3A026C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A026C; }
p { color: rgb(58,2,108); }
H1.HeaderClassName
{
color: #3A026C;
}
.AnyTagClassName
{
color: #3A026C;
}
</style>
background-color css
<style>
a { background-color: #3A026C; }
a { background-color: rgb(58,2,108); }
div.DivClassName
{
background-color: #3A026C;
}
.BgClassName
{
background-color: #3A026C;
}
</style>
border-color css
<style>
span { border-color: #3A026C; }
span { border-color: rgb(58,2,108); }
td.TdClassName
{
border-color: #3A026C;
}
.TagClassName
{
border-color: #3A026C;
}
</style>