Shades of Indigo #3A03AD
Tints of Indigo #3A03AD
RGB
CMYK
RGB Variations
Color information
#3A03AD (or 0x3A03AD) is known color: Indigo. HEX triplet: 3A, 03 and AD. RGB value is (58,3,173). Sum of RGB (Red+Green+Blue) = 58+3+173=234 (30% of max value = 765). Red value is 58 (23.05% from 255 or 24.79% from 234); Green value is 3 (1.56% from 255 or 1.28% from 234); Blue value is 173 (67.97% from 255 or 73.93% from 234); Max value from RGB is 173 - color contains mainly: blue. Hex color #3A03AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A03AD is #C5FC52. Grayscale: #262626. Windows color (decimal): -12975187 or 11338554. OLE color: 11338554.
HSL color Cylindrical-coordinate representation of color #3A03AD: hue angle of 259.41º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3A03AD is Cyan = 0.66, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 58 | 3 | 173 | - |
| CMYK | 0.66 | 0.98 | 0 | 0.32 |
| HSL | 259.41º | 0.97% | 0.35% | - |
| HSV(B) | 259.41º | 0.98% | 0.68% | - |
| XYZ | 9.32 | 3.98 | 39.81 | - |
| YUV | 38.83 | 203.72 | 141.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 3 | 173 | 0.66 | 0.98 | 0 | 0.32 | 259.41 | 0.97 | 0.35 |
| Hex | 3A | 3 | AD | 42 | 62 | 0 | 20 | 103 | 61 | 23 |
| Octal | 72 | 3 | 255 | 102 | 142 | 0 | 40 | 403 | 141 | 43 |
| Binary | 111010 | 11 | 10101101 | 1000010 | 1100010 | 0 | 100000 | 100000011 | 1100001 | 100011 |
Color Harmonies of #3A03AD
Complementary color
Monochromatic Colors of #3A03AD
Black with #3A03AD
Text Example
Text Example
White with #3A03AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A03AD; }
p { color: rgb(58,3,173); }
H1.HeaderClassName
{
color: #3A03AD;
}
.AnyTagClassName
{
color: #3A03AD;
}
</style>
background-color css
<style>
a { background-color: #3A03AD; }
a { background-color: rgb(58,3,173); }
div.DivClassName
{
background-color: #3A03AD;
}
.BgClassName
{
background-color: #3A03AD;
}
</style>
border-color css
<style>
span { border-color: #3A03AD; }
span { border-color: rgb(58,3,173); }
td.TdClassName
{
border-color: #3A03AD;
}
.TagClassName
{
border-color: #3A03AD;
}
</style>