Shades of Indigo #3A07AB
Tints of Indigo #3A07AB
RGB
CMYK
RGB Variations
Color information
#3A07AB (or 0x3A07AB) is known color: Indigo. HEX triplet: 3A, 07 and AB. RGB value is (58,7,171). Sum of RGB (Red+Green+Blue) = 58+7+171=236 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.58% from 236); Green value is 7 (3.12% from 255 or 2.97% from 236); Blue value is 171 (67.19% from 255 or 72.46% from 236); Max value from RGB is 171 - color contains mainly: blue. Hex color #3A07AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A07AB is #C5F854. Grayscale: #282828. Windows color (decimal): -12974165 or 11208506. OLE color: 11208506.
HSL color Cylindrical-coordinate representation of color #3A07AB: hue angle of 258.66º 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 #3A07AB is Cyan = 0.66, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 58 | 7 | 171 | - |
| CMYK | 0.66 | 0.96 | 0 | 0.33 |
| HSL | 258.66º | 0.92% | 0.35% | - |
| HSV(B) | 258.66º | 0.96% | 0.67% | - |
| XYZ | 9.17 | 3.99 | 38.82 | - |
| YUV | 40.95 | 201.4 | 140.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 7 | 171 | 0.66 | 0.96 | 0 | 0.33 | 258.66 | 0.92 | 0.35 |
| Hex | 3A | 7 | AB | 42 | 60 | 0 | 21 | 103 | 5C | 23 |
| Octal | 72 | 7 | 253 | 102 | 140 | 0 | 41 | 403 | 134 | 43 |
| Binary | 111010 | 111 | 10101011 | 1000010 | 1100000 | 0 | 100001 | 100000011 | 1011100 | 100011 |
Color Harmonies of #3A07AB
Complementary color
Monochromatic Colors of #3A07AB
Black with #3A07AB
Text Example
Text Example
White with #3A07AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A07AB; }
p { color: rgb(58,7,171); }
H1.HeaderClassName
{
color: #3A07AB;
}
.AnyTagClassName
{
color: #3A07AB;
}
</style>
background-color css
<style>
a { background-color: #3A07AB; }
a { background-color: rgb(58,7,171); }
div.DivClassName
{
background-color: #3A07AB;
}
.BgClassName
{
background-color: #3A07AB;
}
</style>
border-color css
<style>
span { border-color: #3A07AB; }
span { border-color: rgb(58,7,171); }
td.TdClassName
{
border-color: #3A07AB;
}
.TagClassName
{
border-color: #3A07AB;
}
</style>