Shades of Indigo #67108C
Tints of Indigo #67108C
RGB
CMYK
RGB Variations
Color information
#67108C (or 0x67108C) is known color: Indigo. HEX triplet: 67, 10 and 8C. RGB value is (103,16,140). Sum of RGB (Red+Green+Blue) = 103+16+140=259 (34% of max value = 765). Red value is 103 (40.62% from 255 or 39.77% from 259); Green value is 16 (6.64% from 255 or 6.18% from 259); Blue value is 140 (55.08% from 255 or 54.05% from 259); Max value from RGB is 140 - color contains mainly: blue. Hex color #67108C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #67108C is #98EF73. Grayscale: #373737. Windows color (decimal): -10022772 or 9179239. OLE color: 9179239.
HSL color Cylindrical-coordinate representation of color #67108C: hue angle of 282.1º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #67108C is Cyan = 0.26, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 103 | 16 | 140 | - |
| CMYK | 0.26 | 0.89 | 0 | 0.45 |
| HSL | 282.1º | 0.79% | 0.31% | - |
| HSV(B) | 282.1º | 0.89% | 0.55% | - |
| XYZ | 10.51 | 5.15 | 25.25 | - |
| YUV | 56.15 | 175.32 | 161.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 16 | 140 | 0.26 | 0.89 | 0 | 0.45 | 282.1 | 0.79 | 0.31 |
| Hex | 67 | 10 | 8C | 1A | 59 | 0 | 2D | 11A | 4F | 1F |
| Octal | 147 | 20 | 214 | 32 | 131 | 0 | 55 | 432 | 117 | 37 |
| Binary | 1100111 | 10000 | 10001100 | 11010 | 1011001 | 0 | 101101 | 100011010 | 1001111 | 11111 |
Color Harmonies of #67108C
Complementary color
Monochromatic Colors of #67108C
Black with #67108C
Text Example
Text Example
White with #67108C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67108C; }
p { color: rgb(103,16,140); }
H1.HeaderClassName
{
color: #67108C;
}
.AnyTagClassName
{
color: #67108C;
}
</style>
background-color css
<style>
a { background-color: #67108C; }
a { background-color: rgb(103,16,140); }
div.DivClassName
{
background-color: #67108C;
}
.BgClassName
{
background-color: #67108C;
}
</style>
border-color css
<style>
span { border-color: #67108C; }
span { border-color: rgb(103,16,140); }
td.TdClassName
{
border-color: #67108C;
}
.TagClassName
{
border-color: #67108C;
}
</style>