Shades of Indigo #3A0163
Tints of Indigo #3A0163
RGB
CMYK
RGB Variations
Color information
#3A0163 (or 0x3A0163) is known color: Indigo. HEX triplet: 3A, 01 and 63. RGB value is (58,1,99). Sum of RGB (Red+Green+Blue) = 58+1+99=158 (20% of max value = 765). Red value is 58 (23.05% from 255 or 36.71% from 158); Green value is 1 (0.78% from 255 or 0.63% from 158); Blue value is 99 (39.06% from 255 or 62.66% from 158); Max value from RGB is 99 - color contains mainly: blue. Hex color #3A0163 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A0163 is #C5FE9C. Grayscale: #1C1C1C. Windows color (decimal): -12975773 or 6488378. OLE color: 6488378.
HSL color Cylindrical-coordinate representation of color #3A0163: hue angle of 274.9º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3A0163 is Cyan = 0.41, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 58 | 1 | 99 | - |
| CMYK | 0.41 | 0.99 | 0 | 0.61 |
| HSL | 274.9º | 0.98% | 0.2% | - |
| HSV(B) | 274.9º | 0.99% | 0.39% | - |
| XYZ | 4.01 | 1.82 | 11.94 | - |
| YUV | 29.22 | 167.38 | 148.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 1 | 99 | 0.41 | 0.99 | 0 | 0.61 | 274.9 | 0.98 | 0.2 |
| Hex | 3A | 1 | 63 | 29 | 63 | 0 | 3D | 113 | 62 | 14 |
| Octal | 72 | 1 | 143 | 51 | 143 | 0 | 75 | 423 | 142 | 24 |
| Binary | 111010 | 1 | 1100011 | 101001 | 1100011 | 0 | 111101 | 100010011 | 1100010 | 10100 |
Color Harmonies of #3A0163
Complementary color
Monochromatic Colors of #3A0163
Black with #3A0163
Text Example
Text Example
White with #3A0163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A0163; }
p { color: rgb(58,1,99); }
H1.HeaderClassName
{
color: #3A0163;
}
.AnyTagClassName
{
color: #3A0163;
}
</style>
background-color css
<style>
a { background-color: #3A0163; }
a { background-color: rgb(58,1,99); }
div.DivClassName
{
background-color: #3A0163;
}
.BgClassName
{
background-color: #3A0163;
}
</style>
border-color css
<style>
span { border-color: #3A0163; }
span { border-color: rgb(58,1,99); }
td.TdClassName
{
border-color: #3A0163;
}
.TagClassName
{
border-color: #3A0163;
}
</style>