Shades of Indigo #67158D
Tints of Indigo #67158D
RGB
CMYK
RGB Variations
Color information
#67158D (or 0x67158D) is known color: Indigo. HEX triplet: 67, 15 and 8D. RGB value is (103,21,141). Sum of RGB (Red+Green+Blue) = 103+21+141=265 (35% of max value = 765). Red value is 103 (40.62% from 255 or 38.87% from 265); Green value is 21 (8.59% from 255 or 7.92% from 265); Blue value is 141 (55.47% from 255 or 53.21% from 265); Max value from RGB is 141 - color contains mainly: blue. Hex color #67158D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #67158D is #98EA72. Grayscale: #3A3A3A. Windows color (decimal): -10021491 or 9246055. OLE color: 9246055.
HSL color Cylindrical-coordinate representation of color #67158D: hue angle of 281º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #67158D is Cyan = 0.27, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 103 | 21 | 141 | - |
| CMYK | 0.27 | 0.85 | 0 | 0.45 |
| HSL | 281º | 0.74% | 0.32% | - |
| HSV(B) | 281º | 0.85% | 0.55% | - |
| XYZ | 10.67 | 5.34 | 25.67 | - |
| YUV | 59.2 | 174.17 | 159.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 21 | 141 | 0.27 | 0.85 | 0 | 0.45 | 281 | 0.74 | 0.32 |
| Hex | 67 | 15 | 8D | 1B | 55 | 0 | 2D | 119 | 4A | 20 |
| Octal | 147 | 25 | 215 | 33 | 125 | 0 | 55 | 431 | 112 | 40 |
| Binary | 1100111 | 10101 | 10001101 | 11011 | 1010101 | 0 | 101101 | 100011001 | 1001010 | 100000 |
Color Harmonies of #67158D
Complementary color
Monochromatic Colors of #67158D
Black with #67158D
Text Example
Text Example
White with #67158D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67158D; }
p { color: rgb(103,21,141); }
H1.HeaderClassName
{
color: #67158D;
}
.AnyTagClassName
{
color: #67158D;
}
</style>
background-color css
<style>
a { background-color: #67158D; }
a { background-color: rgb(103,21,141); }
div.DivClassName
{
background-color: #67158D;
}
.BgClassName
{
background-color: #67158D;
}
</style>
border-color css
<style>
span { border-color: #67158D; }
span { border-color: rgb(103,21,141); }
td.TdClassName
{
border-color: #67158D;
}
.TagClassName
{
border-color: #67158D;
}
</style>