Shades of Indigo #3A0187
Tints of Indigo #3A0187
RGB
CMYK
RGB Variations
Color information
#3A0187 (or 0x3A0187) is known color: Indigo. HEX triplet: 3A, 01 and 87. RGB value is (58,1,135). Sum of RGB (Red+Green+Blue) = 58+1+135=194 (25% of max value = 765). Red value is 58 (23.05% from 255 or 29.90% from 194); Green value is 1 (0.78% from 255 or 0.52% from 194); Blue value is 135 (53.12% from 255 or 69.59% from 194); Max value from RGB is 135 - color contains mainly: blue. Hex color #3A0187 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A0187 is #C5FE78. Grayscale: #202020. Windows color (decimal): -12975737 or 8847674. OLE color: 8847674.
HSL color Cylindrical-coordinate representation of color #3A0187: hue angle of 265.52º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3A0187 is Cyan = 0.57, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 58 | 1 | 135 | - |
| CMYK | 0.57 | 0.99 | 0 | 0.47 |
| HSL | 265.52º | 0.99% | 0.27% | - |
| HSV(B) | 265.52º | 0.99% | 0.53% | - |
| XYZ | 6.13 | 2.67 | 23.11 | - |
| YUV | 33.32 | 185.38 | 145.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 1 | 135 | 0.57 | 0.99 | 0 | 0.47 | 265.52 | 0.99 | 0.27 |
| Hex | 3A | 1 | 87 | 39 | 63 | 0 | 2F | 10A | 63 | 1B |
| Octal | 72 | 1 | 207 | 71 | 143 | 0 | 57 | 412 | 143 | 33 |
| Binary | 111010 | 1 | 10000111 | 111001 | 1100011 | 0 | 101111 | 100001010 | 1100011 | 11011 |
Color Harmonies of #3A0187
Complementary color
Monochromatic Colors of #3A0187
Black with #3A0187
Text Example
Text Example
White with #3A0187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A0187; }
p { color: rgb(58,1,135); }
H1.HeaderClassName
{
color: #3A0187;
}
.AnyTagClassName
{
color: #3A0187;
}
</style>
background-color css
<style>
a { background-color: #3A0187; }
a { background-color: rgb(58,1,135); }
div.DivClassName
{
background-color: #3A0187;
}
.BgClassName
{
background-color: #3A0187;
}
</style>
border-color css
<style>
span { border-color: #3A0187; }
span { border-color: rgb(58,1,135); }
td.TdClassName
{
border-color: #3A0187;
}
.TagClassName
{
border-color: #3A0187;
}
</style>