Shades of Indigo #3A07A7
Tints of Indigo #3A07A7
RGB
CMYK
RGB Variations
Color information
#3A07A7 (or 0x3A07A7) is known color: Indigo. HEX triplet: 3A, 07 and A7. RGB value is (58,7,167). Sum of RGB (Red+Green+Blue) = 58+7+167=232 (30% of max value = 765). Red value is 58 (23.05% from 255 or 25% from 232); Green value is 7 (3.12% from 255 or 3.02% from 232); Blue value is 167 (65.62% from 255 or 71.98% from 232); Max value from RGB is 167 - color contains mainly: blue. Hex color #3A07A7 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A07A7 is #C5F858. Grayscale: #272727. Windows color (decimal): -12974169 or 10946362. OLE color: 10946362.
HSL color Cylindrical-coordinate representation of color #3A07A7: hue angle of 259.12º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3A07A7 is Cyan = 0.65, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 58 | 7 | 167 | - |
| CMYK | 0.65 | 0.96 | 0 | 0.35 |
| HSL | 259.13º | 0.92% | 0.34% | - |
| HSV(B) | 259.13º | 0.96% | 0.65% | - |
| XYZ | 8.8 | 3.84 | 36.84 | - |
| YUV | 40.49 | 199.4 | 140.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 7 | 167 | 0.65 | 0.96 | 0 | 0.35 | 259.13 | 0.92 | 0.34 |
| Hex | 3A | 7 | A7 | 41 | 60 | 0 | 23 | 103 | 5C | 22 |
| Octal | 72 | 7 | 247 | 101 | 140 | 0 | 43 | 403 | 134 | 42 |
| Binary | 111010 | 111 | 10100111 | 1000001 | 1100000 | 0 | 100011 | 100000011 | 1011100 | 100010 |
Color Harmonies of #3A07A7
Complementary color
Monochromatic Colors of #3A07A7
Black with #3A07A7
Text Example
Text Example
White with #3A07A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A07A7; }
p { color: rgb(58,7,167); }
H1.HeaderClassName
{
color: #3A07A7;
}
.AnyTagClassName
{
color: #3A07A7;
}
</style>
background-color css
<style>
a { background-color: #3A07A7; }
a { background-color: rgb(58,7,167); }
div.DivClassName
{
background-color: #3A07A7;
}
.BgClassName
{
background-color: #3A07A7;
}
</style>
border-color css
<style>
span { border-color: #3A07A7; }
span { border-color: rgb(58,7,167); }
td.TdClassName
{
border-color: #3A07A7;
}
.TagClassName
{
border-color: #3A07A7;
}
</style>