Shades of Indigo #3A0365
Tints of Indigo #3A0365
RGB
CMYK
RGB Variations
Color information
#3A0365 (or 0x3A0365) is known color: Indigo. HEX triplet: 3A, 03 and 65. RGB value is (58,3,101). Sum of RGB (Red+Green+Blue) = 58+3+101=162 (21% of max value = 765). Red value is 58 (23.05% from 255 or 35.80% from 162); Green value is 3 (1.56% from 255 or 1.85% from 162); Blue value is 101 (39.84% from 255 or 62.35% from 162); Max value from RGB is 101 - color contains mainly: blue. Hex color #3A0365 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A0365 is #C5FC9A. Grayscale: #1E1E1E. Windows color (decimal): -12975259 or 6619962. OLE color: 6619962.
HSL color Cylindrical-coordinate representation of color #3A0365: hue angle of 273.67º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3A0365 is Cyan = 0.43, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 58 | 3 | 101 | - |
| CMYK | 0.43 | 0.97 | 0 | 0.60 |
| HSL | 273.67º | 0.94% | 0.2% | - |
| HSV(B) | 273.67º | 0.97% | 0.4% | - |
| XYZ | 4.13 | 1.9 | 12.46 | - |
| YUV | 30.62 | 167.72 | 147.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 3 | 101 | 0.43 | 0.97 | 0 | 0.60 | 273.67 | 0.94 | 0.2 |
| Hex | 3A | 3 | 65 | 2B | 61 | 0 | 3C | 112 | 5E | 14 |
| Octal | 72 | 3 | 145 | 53 | 141 | 0 | 74 | 422 | 136 | 24 |
| Binary | 111010 | 11 | 1100101 | 101011 | 1100001 | 0 | 111100 | 100010010 | 1011110 | 10100 |
Color Harmonies of #3A0365
Complementary color
Monochromatic Colors of #3A0365
Black with #3A0365
Text Example
Text Example
White with #3A0365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A0365; }
p { color: rgb(58,3,101); }
H1.HeaderClassName
{
color: #3A0365;
}
.AnyTagClassName
{
color: #3A0365;
}
</style>
background-color css
<style>
a { background-color: #3A0365; }
a { background-color: rgb(58,3,101); }
div.DivClassName
{
background-color: #3A0365;
}
.BgClassName
{
background-color: #3A0365;
}
</style>
border-color css
<style>
span { border-color: #3A0365; }
span { border-color: rgb(58,3,101); }
td.TdClassName
{
border-color: #3A0365;
}
.TagClassName
{
border-color: #3A0365;
}
</style>