Shades of Indigo #3A006B
Tints of Indigo #3A006B
RGB
CMYK
RGB Variations
Color information
#3A006B (or 0x3A006B) is known color: Indigo. HEX triplet: 3A, 00 and 6B. RGB value is (58,0,107). Sum of RGB (Red+Green+Blue) = 58+0+107=165 (21% of max value = 765). Red value is 58 (23.05% from 255 or 35.15% from 165); Green value is 0 (0.39% from 255 or 0% from 165); Blue value is 107 (42.19% from 255 or 64.85% from 165); Max value from RGB is 107 - color contains mainly: blue. Hex color #3A006B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A006B is #C5FF94. Grayscale: #1D1D1D. Windows color (decimal): -12976021 or 7012410. OLE color: 7012410.
HSL color Cylindrical-coordinate representation of color #3A006B: hue angle of 272.52º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3A006B is Cyan = 0.46, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 58 | 0 | 107 | - |
| CMYK | 0.46 | 1 | 0 | 0.58 |
| HSL | 272.52º | 1% | 0.21% | - |
| HSV(B) | 272.52º | 1% | 0.42% | - |
| XYZ | 4.4 | 1.96 | 14.06 | - |
| YUV | 29.54 | 171.72 | 148.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 0 | 107 | 0.46 | 1 | 0 | 0.58 | 272.52 | 1 | 0.21 |
| Hex | 3A | 0 | 6B | 2E | 64 | 0 | 3A | 111 | 64 | 15 |
| Octal | 72 | 0 | 153 | 56 | 144 | 0 | 72 | 421 | 144 | 25 |
| Binary | 111010 | 0 | 1101011 | 101110 | 1100100 | 0 | 111010 | 100010001 | 1100100 | 10101 |
Color Harmonies of #3A006B
Complementary color
Monochromatic Colors of #3A006B
Black with #3A006B
Text Example
Text Example
White with #3A006B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A006B; }
p { color: rgb(58,0,107); }
H1.HeaderClassName
{
color: #3A006B;
}
.AnyTagClassName
{
color: #3A006B;
}
</style>
background-color css
<style>
a { background-color: #3A006B; }
a { background-color: rgb(58,0,107); }
div.DivClassName
{
background-color: #3A006B;
}
.BgClassName
{
background-color: #3A006B;
}
</style>
border-color css
<style>
span { border-color: #3A006B; }
span { border-color: rgb(58,0,107); }
td.TdClassName
{
border-color: #3A006B;
}
.TagClassName
{
border-color: #3A006B;
}
</style>