Shades of Indigo #3A07AC
Tints of Indigo #3A07AC
RGB
CMYK
RGB Variations
Color information
#3A07AC (or 0x3A07AC) is known color: Indigo. HEX triplet: 3A, 07 and AC. RGB value is (58,7,172). Sum of RGB (Red+Green+Blue) = 58+7+172=237 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.47% from 237); Green value is 7 (3.12% from 255 or 2.95% from 237); Blue value is 172 (67.58% from 255 or 72.57% from 237); Max value from RGB is 172 - color contains mainly: blue. Hex color #3A07AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A07AC is #C5F853. Grayscale: #282828. Windows color (decimal): -12974164 or 11274042. OLE color: 11274042.
HSL color Cylindrical-coordinate representation of color #3A07AC: hue angle of 258.55º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3A07AC is Cyan = 0.66, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 58 | 7 | 172 | - |
| CMYK | 0.66 | 0.96 | 0 | 0.33 |
| HSL | 258.55º | 0.92% | 0.35% | - |
| HSV(B) | 258.55º | 0.96% | 0.67% | - |
| XYZ | 9.27 | 4.03 | 39.32 | - |
| YUV | 41.06 | 201.9 | 140.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 7 | 172 | 0.66 | 0.96 | 0 | 0.33 | 258.55 | 0.92 | 0.35 |
| Hex | 3A | 7 | AC | 42 | 60 | 0 | 21 | 103 | 5C | 23 |
| Octal | 72 | 7 | 254 | 102 | 140 | 0 | 41 | 403 | 134 | 43 |
| Binary | 111010 | 111 | 10101100 | 1000010 | 1100000 | 0 | 100001 | 100000011 | 1011100 | 100011 |
Color Harmonies of #3A07AC
Complementary color
Monochromatic Colors of #3A07AC
Black with #3A07AC
Text Example
Text Example
White with #3A07AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A07AC; }
p { color: rgb(58,7,172); }
H1.HeaderClassName
{
color: #3A07AC;
}
.AnyTagClassName
{
color: #3A07AC;
}
</style>
background-color css
<style>
a { background-color: #3A07AC; }
a { background-color: rgb(58,7,172); }
div.DivClassName
{
background-color: #3A07AC;
}
.BgClassName
{
background-color: #3A07AC;
}
</style>
border-color css
<style>
span { border-color: #3A07AC; }
span { border-color: rgb(58,7,172); }
td.TdClassName
{
border-color: #3A07AC;
}
.TagClassName
{
border-color: #3A07AC;
}
</style>