Shades of Indigo #3A0067
Tints of Indigo #3A0067
RGB
CMYK
RGB Variations
Color information
#3A0067 (or 0x3A0067) is known color: Indigo. HEX triplet: 3A, 00 and 67. RGB value is (58,0,103). Sum of RGB (Red+Green+Blue) = 58+0+103=161 (21% of max value = 765). Red value is 58 (23.05% from 255 or 36.02% from 161); Green value is 0 (0.39% from 255 or 0% from 161); Blue value is 103 (40.62% from 255 or 63.98% from 161); Max value from RGB is 103 - color contains mainly: blue. Hex color #3A0067 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A0067 is #C5FF98. Grayscale: #1C1C1C. Windows color (decimal): -12976025 or 6750266. OLE color: 6750266.
HSL color Cylindrical-coordinate representation of color #3A0067: hue angle of 273.79º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3A0067 is Cyan = 0.44, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 58 | 0 | 103 | - |
| CMYK | 0.44 | 1 | 0 | 0.60 |
| HSL | 273.79º | 1% | 0.2% | - |
| HSV(B) | 273.79º | 1% | 0.4% | - |
| XYZ | 4.19 | 1.88 | 12.97 | - |
| YUV | 29.08 | 169.72 | 148.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 0 | 103 | 0.44 | 1 | 0 | 0.60 | 273.79 | 1 | 0.2 |
| Hex | 3A | 0 | 67 | 2C | 64 | 0 | 3C | 112 | 64 | 14 |
| Octal | 72 | 0 | 147 | 54 | 144 | 0 | 74 | 422 | 144 | 24 |
| Binary | 111010 | 0 | 1100111 | 101100 | 1100100 | 0 | 111100 | 100010010 | 1100100 | 10100 |
Color Harmonies of #3A0067
Complementary color
Monochromatic Colors of #3A0067
Black with #3A0067
Text Example
Text Example
White with #3A0067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A0067; }
p { color: rgb(58,0,103); }
H1.HeaderClassName
{
color: #3A0067;
}
.AnyTagClassName
{
color: #3A0067;
}
</style>
background-color css
<style>
a { background-color: #3A0067; }
a { background-color: rgb(58,0,103); }
div.DivClassName
{
background-color: #3A0067;
}
.BgClassName
{
background-color: #3A0067;
}
</style>
border-color css
<style>
span { border-color: #3A0067; }
span { border-color: rgb(58,0,103); }
td.TdClassName
{
border-color: #3A0067;
}
.TagClassName
{
border-color: #3A0067;
}
</style>