Shades of Indigo #3A08AF
Tints of Indigo #3A08AF
RGB
CMYK
RGB Variations
Color information
#3A08AF (or 0x3A08AF) is known color: Indigo. HEX triplet: 3A, 08 and AF. RGB value is (58,8,175). Sum of RGB (Red+Green+Blue) = 58+8+175=241 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.07% from 241); Green value is 8 (3.52% from 255 or 3.32% from 241); Blue value is 175 (68.75% from 255 or 72.61% from 241); Max value from RGB is 175 - color contains mainly: blue. Hex color #3A08AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A08AF is #C5F750. Grayscale: #292929. Windows color (decimal): -12973905 or 11470906. OLE color: 11470906.
HSL color Cylindrical-coordinate representation of color #3A08AF: hue angle of 257.96º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3A08AF is Cyan = 0.67, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 58 | 8 | 175 | - |
| CMYK | 0.67 | 0.95 | 0 | 0.31 |
| HSL | 257.96º | 0.91% | 0.36% | - |
| HSV(B) | 257.96º | 0.95% | 0.69% | - |
| XYZ | 9.57 | 4.17 | 40.86 | - |
| YUV | 41.99 | 203.07 | 139.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 8 | 175 | 0.67 | 0.95 | 0 | 0.31 | 257.96 | 0.91 | 0.36 |
| Hex | 3A | 8 | AF | 43 | 5F | 0 | 1F | 102 | 5B | 24 |
| Octal | 72 | 10 | 257 | 103 | 137 | 0 | 37 | 402 | 133 | 44 |
| Binary | 111010 | 1000 | 10101111 | 1000011 | 1011111 | 0 | 11111 | 100000010 | 1011011 | 100100 |
Color Harmonies of #3A08AF
Complementary color
Monochromatic Colors of #3A08AF
Black with #3A08AF
Text Example
Text Example
White with #3A08AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A08AF; }
p { color: rgb(58,8,175); }
H1.HeaderClassName
{
color: #3A08AF;
}
.AnyTagClassName
{
color: #3A08AF;
}
</style>
background-color css
<style>
a { background-color: #3A08AF; }
a { background-color: rgb(58,8,175); }
div.DivClassName
{
background-color: #3A08AF;
}
.BgClassName
{
background-color: #3A08AF;
}
</style>
border-color css
<style>
span { border-color: #3A08AF; }
span { border-color: rgb(58,8,175); }
td.TdClassName
{
border-color: #3A08AF;
}
.TagClassName
{
border-color: #3A08AF;
}
</style>