Shades of Indigo #3A0364
Tints of Indigo #3A0364
RGB
CMYK
RGB Variations
Color information
#3A0364 (or 0x3A0364) is known color: Indigo. HEX triplet: 3A, 03 and 64. RGB value is (58,3,100). Sum of RGB (Red+Green+Blue) = 58+3+100=161 (21% of max value = 765). Red value is 58 (23.05% from 255 or 36.02% from 161); Green value is 3 (1.56% from 255 or 1.86% from 161); Blue value is 100 (39.45% from 255 or 62.11% from 161); Max value from RGB is 100 - color contains mainly: blue. Hex color #3A0364 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A0364 is #C5FC9B. Grayscale: #1E1E1E. Windows color (decimal): -12975260 or 6554426. OLE color: 6554426.
HSL color Cylindrical-coordinate representation of color #3A0364: hue angle of 274.02º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3A0364 is Cyan = 0.42, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 58 | 3 | 100 | - |
| CMYK | 0.42 | 0.97 | 0 | 0.61 |
| HSL | 274.02º | 0.94% | 0.2% | - |
| HSV(B) | 274.02º | 0.97% | 0.39% | - |
| XYZ | 4.08 | 1.88 | 12.21 | - |
| YUV | 30.5 | 167.22 | 147.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 3 | 100 | 0.42 | 0.97 | 0 | 0.61 | 274.02 | 0.94 | 0.2 |
| Hex | 3A | 3 | 64 | 2A | 61 | 0 | 3D | 112 | 5E | 14 |
| Octal | 72 | 3 | 144 | 52 | 141 | 0 | 75 | 422 | 136 | 24 |
| Binary | 111010 | 11 | 1100100 | 101010 | 1100001 | 0 | 111101 | 100010010 | 1011110 | 10100 |
Color Harmonies of #3A0364
Complementary color
Monochromatic Colors of #3A0364
Black with #3A0364
Text Example
Text Example
White with #3A0364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A0364; }
p { color: rgb(58,3,100); }
H1.HeaderClassName
{
color: #3A0364;
}
.AnyTagClassName
{
color: #3A0364;
}
</style>
background-color css
<style>
a { background-color: #3A0364; }
a { background-color: rgb(58,3,100); }
div.DivClassName
{
background-color: #3A0364;
}
.BgClassName
{
background-color: #3A0364;
}
</style>
border-color css
<style>
span { border-color: #3A0364; }
span { border-color: rgb(58,3,100); }
td.TdClassName
{
border-color: #3A0364;
}
.TagClassName
{
border-color: #3A0364;
}
</style>