Shades of Indigo #67158A
Tints of Indigo #67158A
RGB
CMYK
RGB Variations
Color information
#67158A (or 0x67158A) is known color: Indigo. HEX triplet: 67, 15 and 8A. RGB value is (103,21,138). Sum of RGB (Red+Green+Blue) = 103+21+138=262 (34% of max value = 765). Red value is 103 (40.62% from 255 or 39.31% from 262); Green value is 21 (8.59% from 255 or 8.02% from 262); Blue value is 138 (54.30% from 255 or 52.67% from 262); Max value from RGB is 138 - color contains mainly: blue. Hex color #67158A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #67158A is #98EA75. Grayscale: #3A3A3A. Windows color (decimal): -10021494 or 9049447. OLE color: 9049447.
HSL color Cylindrical-coordinate representation of color #67158A: hue angle of 282.05º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #67158A is Cyan = 0.25, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 103 | 21 | 138 | - |
| CMYK | 0.25 | 0.85 | 0 | 0.46 |
| HSL | 282.05º | 0.74% | 0.31% | - |
| HSV(B) | 282.05º | 0.85% | 0.54% | - |
| XYZ | 10.45 | 5.25 | 24.51 | - |
| YUV | 58.86 | 172.67 | 159.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 21 | 138 | 0.25 | 0.85 | 0 | 0.46 | 282.05 | 0.74 | 0.31 |
| Hex | 67 | 15 | 8A | 19 | 55 | 0 | 2E | 11A | 4A | 1F |
| Octal | 147 | 25 | 212 | 31 | 125 | 0 | 56 | 432 | 112 | 37 |
| Binary | 1100111 | 10101 | 10001010 | 11001 | 1010101 | 0 | 101110 | 100011010 | 1001010 | 11111 |
Color Harmonies of #67158A
Complementary color
Monochromatic Colors of #67158A
Black with #67158A
Text Example
Text Example
White with #67158A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67158A; }
p { color: rgb(103,21,138); }
H1.HeaderClassName
{
color: #67158A;
}
.AnyTagClassName
{
color: #67158A;
}
</style>
background-color css
<style>
a { background-color: #67158A; }
a { background-color: rgb(103,21,138); }
div.DivClassName
{
background-color: #67158A;
}
.BgClassName
{
background-color: #67158A;
}
</style>
border-color css
<style>
span { border-color: #67158A; }
span { border-color: rgb(103,21,138); }
td.TdClassName
{
border-color: #67158A;
}
.TagClassName
{
border-color: #67158A;
}
</style>