Shades of Indigo #3A00B3
Tints of Indigo #3A00B3
RGB
CMYK
RGB Variations
Color information
#3A00B3 (or 0x3A00B3) is known color: Indigo. HEX triplet: 3A, 00 and B3. RGB value is (58,0,179). Sum of RGB (Red+Green+Blue) = 58+0+179=237 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.47% from 237); Green value is 0 (0.39% from 255 or 0% from 237); Blue value is 179 (70.31% from 255 or 75.53% from 237); Max value from RGB is 179 - color contains mainly: blue. Hex color #3A00B3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3A00B3 is #C5FF4C. Grayscale: #252525. Windows color (decimal): -12975949 or 11731002. OLE color: 11731002.
HSL color Cylindrical-coordinate representation of color #3A00B3: hue angle of 259.44º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3A00B3 is Cyan = 0.68, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 58 | 0 | 179 | - |
| CMYK | 0.68 | 1 | 0 | 0.30 |
| HSL | 259.44º | 1% | 0.35% | - |
| HSV(B) | 259.44º | 1% | 0.7% | - |
| XYZ | 9.88 | 4.15 | 42.93 | - |
| YUV | 37.75 | 207.72 | 142.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 0 | 179 | 0.68 | 1 | 0 | 0.30 | 259.44 | 1 | 0.35 |
| Hex | 3A | 0 | B3 | 44 | 64 | 0 | 1E | 103 | 64 | 23 |
| Octal | 72 | 0 | 263 | 104 | 144 | 0 | 36 | 403 | 144 | 43 |
| Binary | 111010 | 0 | 10110011 | 1000100 | 1100100 | 0 | 11110 | 100000011 | 1100100 | 100011 |
Color Harmonies of #3A00B3
Complementary color
Monochromatic Colors of #3A00B3
Black with #3A00B3
Text Example
Text Example
White with #3A00B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A00B3; }
p { color: rgb(58,0,179); }
H1.HeaderClassName
{
color: #3A00B3;
}
.AnyTagClassName
{
color: #3A00B3;
}
</style>
background-color css
<style>
a { background-color: #3A00B3; }
a { background-color: rgb(58,0,179); }
div.DivClassName
{
background-color: #3A00B3;
}
.BgClassName
{
background-color: #3A00B3;
}
</style>
border-color css
<style>
span { border-color: #3A00B3; }
span { border-color: rgb(58,0,179); }
td.TdClassName
{
border-color: #3A00B3;
}
.TagClassName
{
border-color: #3A00B3;
}
</style>