Shades of Indigo #3A036C
Tints of Indigo #3A036C
RGB
CMYK
RGB Variations
Color information
#3A036C (or 0x3A036C) is known color: Indigo. HEX triplet: 3A, 03 and 6C. RGB value is (58,3,108). Sum of RGB (Red+Green+Blue) = 58+3+108=169 (22% of max value = 765). Red value is 58 (23.05% from 255 or 34.32% from 169); Green value is 3 (1.56% from 255 or 1.78% from 169); Blue value is 108 (42.58% from 255 or 63.91% from 169); Max value from RGB is 108 - color contains mainly: blue. Hex color #3A036C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A036C is #C5FC93. Grayscale: #1F1F1F. Windows color (decimal): -12975252 or 7078714. OLE color: 7078714.
HSL color Cylindrical-coordinate representation of color #3A036C: hue angle of 271.43º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3A036C is Cyan = 0.46, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 58 | 3 | 108 | - |
| CMYK | 0.46 | 0.97 | 0 | 0.58 |
| HSL | 271.43º | 0.95% | 0.22% | - |
| HSV(B) | 271.43º | 0.97% | 0.42% | - |
| XYZ | 4.48 | 2.05 | 14.35 | - |
| YUV | 31.42 | 171.22 | 146.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 3 | 108 | 0.46 | 0.97 | 0 | 0.58 | 271.43 | 0.95 | 0.22 |
| Hex | 3A | 3 | 6C | 2E | 61 | 0 | 3A | 10F | 5F | 16 |
| Octal | 72 | 3 | 154 | 56 | 141 | 0 | 72 | 417 | 137 | 26 |
| Binary | 111010 | 11 | 1101100 | 101110 | 1100001 | 0 | 111010 | 100001111 | 1011111 | 10110 |
Color Harmonies of #3A036C
Complementary color
Monochromatic Colors of #3A036C
Black with #3A036C
Text Example
Text Example
White with #3A036C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A036C; }
p { color: rgb(58,3,108); }
H1.HeaderClassName
{
color: #3A036C;
}
.AnyTagClassName
{
color: #3A036C;
}
</style>
background-color css
<style>
a { background-color: #3A036C; }
a { background-color: rgb(58,3,108); }
div.DivClassName
{
background-color: #3A036C;
}
.BgClassName
{
background-color: #3A036C;
}
</style>
border-color css
<style>
span { border-color: #3A036C; }
span { border-color: rgb(58,3,108); }
td.TdClassName
{
border-color: #3A036C;
}
.TagClassName
{
border-color: #3A036C;
}
</style>