Shades of Indigo #3A08AD
Tints of Indigo #3A08AD
RGB
CMYK
RGB Variations
Color information
#3A08AD (or 0x3A08AD) is known color: Indigo. HEX triplet: 3A, 08 and AD. RGB value is (58,8,173). Sum of RGB (Red+Green+Blue) = 58+8+173=239 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.27% from 239); Green value is 8 (3.52% from 255 or 3.35% from 239); Blue value is 173 (67.97% from 255 or 72.38% from 239); Max value from RGB is 173 - color contains mainly: blue. Hex color #3A08AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A08AD is #C5F752. Grayscale: #292929. Windows color (decimal): -12973907 or 11339834. OLE color: 11339834.
HSL color Cylindrical-coordinate representation of color #3A08AD: hue angle of 258.18º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3A08AD is Cyan = 0.66, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 58 | 8 | 173 | - |
| CMYK | 0.66 | 0.95 | 0 | 0.32 |
| HSL | 258.18º | 0.91% | 0.35% | - |
| HSV(B) | 258.18º | 0.95% | 0.68% | - |
| XYZ | 9.37 | 4.09 | 39.83 | - |
| YUV | 41.76 | 202.07 | 139.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 8 | 173 | 0.66 | 0.95 | 0 | 0.32 | 258.18 | 0.91 | 0.35 |
| Hex | 3A | 8 | AD | 42 | 5F | 0 | 20 | 102 | 5B | 23 |
| Octal | 72 | 10 | 255 | 102 | 137 | 0 | 40 | 402 | 133 | 43 |
| Binary | 111010 | 1000 | 10101101 | 1000010 | 1011111 | 0 | 100000 | 100000010 | 1011011 | 100011 |
Color Harmonies of #3A08AD
Complementary color
Monochromatic Colors of #3A08AD
Black with #3A08AD
Text Example
Text Example
White with #3A08AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A08AD; }
p { color: rgb(58,8,173); }
H1.HeaderClassName
{
color: #3A08AD;
}
.AnyTagClassName
{
color: #3A08AD;
}
</style>
background-color css
<style>
a { background-color: #3A08AD; }
a { background-color: rgb(58,8,173); }
div.DivClassName
{
background-color: #3A08AD;
}
.BgClassName
{
background-color: #3A08AD;
}
</style>
border-color css
<style>
span { border-color: #3A08AD; }
span { border-color: rgb(58,8,173); }
td.TdClassName
{
border-color: #3A08AD;
}
.TagClassName
{
border-color: #3A08AD;
}
</style>