Shades of Indigo #3A0069
Tints of Indigo #3A0069
RGB
CMYK
RGB Variations
Color information
#3A0069 (or 0x3A0069) is known color: Indigo. HEX triplet: 3A, 00 and 69. RGB value is (58,0,105). Sum of RGB (Red+Green+Blue) = 58+0+105=163 (21% of max value = 765). Red value is 58 (23.05% from 255 or 35.58% from 163); Green value is 0 (0.39% from 255 or 0% from 163); Blue value is 105 (41.41% from 255 or 64.42% from 163); Max value from RGB is 105 - color contains mainly: blue. Hex color #3A0069 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A0069 is #C5FF96. Grayscale: #1C1C1C. Windows color (decimal): -12976023 or 6881338. OLE color: 6881338.
HSL color Cylindrical-coordinate representation of color #3A0069: hue angle of 273.14º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3A0069 is Cyan = 0.45, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 58 | 0 | 105 | - |
| CMYK | 0.45 | 1 | 0 | 0.59 |
| HSL | 273.14º | 1% | 0.21% | - |
| HSV(B) | 273.14º | 1% | 0.41% | - |
| XYZ | 4.29 | 1.92 | 13.51 | - |
| YUV | 29.31 | 170.72 | 148.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 0 | 105 | 0.45 | 1 | 0 | 0.59 | 273.14 | 1 | 0.21 |
| Hex | 3A | 0 | 69 | 2D | 64 | 0 | 3B | 111 | 64 | 15 |
| Octal | 72 | 0 | 151 | 55 | 144 | 0 | 73 | 421 | 144 | 25 |
| Binary | 111010 | 0 | 1101001 | 101101 | 1100100 | 0 | 111011 | 100010001 | 1100100 | 10101 |
Color Harmonies of #3A0069
Complementary color
Monochromatic Colors of #3A0069
Black with #3A0069
Text Example
Text Example
White with #3A0069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A0069; }
p { color: rgb(58,0,105); }
H1.HeaderClassName
{
color: #3A0069;
}
.AnyTagClassName
{
color: #3A0069;
}
</style>
background-color css
<style>
a { background-color: #3A0069; }
a { background-color: rgb(58,0,105); }
div.DivClassName
{
background-color: #3A0069;
}
.BgClassName
{
background-color: #3A0069;
}
</style>
border-color css
<style>
span { border-color: #3A0069; }
span { border-color: rgb(58,0,105); }
td.TdClassName
{
border-color: #3A0069;
}
.TagClassName
{
border-color: #3A0069;
}
</style>