Shades of Indigo #3A0168
Tints of Indigo #3A0168
RGB
CMYK
RGB Variations
Color information
#3A0168 (or 0x3A0168) is known color: Indigo. HEX triplet: 3A, 01 and 68. RGB value is (58,1,104). Sum of RGB (Red+Green+Blue) = 58+1+104=163 (21% of max value = 765). Red value is 58 (23.05% from 255 or 35.58% from 163); Green value is 1 (0.78% from 255 or 0.61% from 163); Blue value is 104 (41.02% from 255 or 63.80% from 163); Max value from RGB is 104 - color contains mainly: blue. Hex color #3A0168 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A0168 is #C5FE97. Grayscale: #1D1D1D. Windows color (decimal): -12975768 or 6816058. OLE color: 6816058.
HSL color Cylindrical-coordinate representation of color #3A0168: hue angle of 273.2º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3A0168 is Cyan = 0.44, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 58 | 1 | 104 | - |
| CMYK | 0.44 | 0.99 | 0 | 0.59 |
| HSL | 273.2º | 0.98% | 0.21% | - |
| HSV(B) | 273.2º | 0.99% | 0.41% | - |
| XYZ | 4.25 | 1.92 | 13.24 | - |
| YUV | 29.79 | 169.88 | 148.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 1 | 104 | 0.44 | 0.99 | 0 | 0.59 | 273.2 | 0.98 | 0.21 |
| Hex | 3A | 1 | 68 | 2C | 63 | 0 | 3B | 111 | 62 | 15 |
| Octal | 72 | 1 | 150 | 54 | 143 | 0 | 73 | 421 | 142 | 25 |
| Binary | 111010 | 1 | 1101000 | 101100 | 1100011 | 0 | 111011 | 100010001 | 1100010 | 10101 |
Color Harmonies of #3A0168
Complementary color
Monochromatic Colors of #3A0168
Black with #3A0168
Text Example
Text Example
White with #3A0168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A0168; }
p { color: rgb(58,1,104); }
H1.HeaderClassName
{
color: #3A0168;
}
.AnyTagClassName
{
color: #3A0168;
}
</style>
background-color css
<style>
a { background-color: #3A0168; }
a { background-color: rgb(58,1,104); }
div.DivClassName
{
background-color: #3A0168;
}
.BgClassName
{
background-color: #3A0168;
}
</style>
border-color css
<style>
span { border-color: #3A0168; }
span { border-color: rgb(58,1,104); }
td.TdClassName
{
border-color: #3A0168;
}
.TagClassName
{
border-color: #3A0168;
}
</style>