Shades of Indigo #3A016E
Tints of Indigo #3A016E
RGB
CMYK
RGB Variations
Color information
#3A016E (or 0x3A016E) is known color: Indigo. HEX triplet: 3A, 01 and 6E. RGB value is (58,1,110). Sum of RGB (Red+Green+Blue) = 58+1+110=169 (22% of max value = 765). Red value is 58 (23.05% from 255 or 34.32% from 169); Green value is 1 (0.78% from 255 or 0.59% from 169); Blue value is 110 (43.36% from 255 or 65.09% from 169); Max value from RGB is 110 - color contains mainly: blue. Hex color #3A016E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A016E is #C5FE91. Grayscale: #1E1E1E. Windows color (decimal): -12975762 or 7209274. OLE color: 7209274.
HSL color Cylindrical-coordinate representation of color #3A016E: hue angle of 271.38º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3A016E is Cyan = 0.47, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 58 | 1 | 110 | - |
| CMYK | 0.47 | 0.99 | 0 | 0.57 |
| HSL | 271.38º | 0.98% | 0.22% | - |
| HSV(B) | 271.38º | 0.99% | 0.43% | - |
| XYZ | 4.57 | 2.05 | 14.91 | - |
| YUV | 30.47 | 172.88 | 147.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 1 | 110 | 0.47 | 0.99 | 0 | 0.57 | 271.38 | 0.98 | 0.22 |
| Hex | 3A | 1 | 6E | 2F | 63 | 0 | 39 | 10F | 62 | 16 |
| Octal | 72 | 1 | 156 | 57 | 143 | 0 | 71 | 417 | 142 | 26 |
| Binary | 111010 | 1 | 1101110 | 101111 | 1100011 | 0 | 111001 | 100001111 | 1100010 | 10110 |
Color Harmonies of #3A016E
Complementary color
Monochromatic Colors of #3A016E
Black with #3A016E
Text Example
Text Example
White with #3A016E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A016E; }
p { color: rgb(58,1,110); }
H1.HeaderClassName
{
color: #3A016E;
}
.AnyTagClassName
{
color: #3A016E;
}
</style>
background-color css
<style>
a { background-color: #3A016E; }
a { background-color: rgb(58,1,110); }
div.DivClassName
{
background-color: #3A016E;
}
.BgClassName
{
background-color: #3A016E;
}
</style>
border-color css
<style>
span { border-color: #3A016E; }
span { border-color: rgb(58,1,110); }
td.TdClassName
{
border-color: #3A016E;
}
.TagClassName
{
border-color: #3A016E;
}
</style>