Shades of Indigo #67178F
Tints of Indigo #67178F
RGB
CMYK
RGB Variations
Color information
#67178F (or 0x67178F) is known color: Indigo. HEX triplet: 67, 17 and 8F. RGB value is (103,23,143). Sum of RGB (Red+Green+Blue) = 103+23+143=269 (35% of max value = 765). Red value is 103 (40.62% from 255 or 38.29% from 269); Green value is 23 (9.38% from 255 or 8.55% from 269); Blue value is 143 (56.25% from 255 or 53.16% from 269); Max value from RGB is 143 - color contains mainly: blue. Hex color #67178F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #67178F is #98E870. Grayscale: #3C3C3C. Windows color (decimal): -10020977 or 9377639. OLE color: 9377639.
HSL color Cylindrical-coordinate representation of color #67178F: hue angle of 280º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #67178F is Cyan = 0.28, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 103 | 23 | 143 | - |
| CMYK | 0.28 | 0.84 | 0 | 0.44 |
| HSL | 280º | 0.72% | 0.33% | - |
| HSV(B) | 280º | 0.84% | 0.56% | - |
| XYZ | 10.86 | 5.48 | 26.47 | - |
| YUV | 60.6 | 174.5 | 158.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 23 | 143 | 0.28 | 0.84 | 0 | 0.44 | 280 | 0.72 | 0.33 |
| Hex | 67 | 17 | 8F | 1C | 54 | 0 | 2C | 118 | 48 | 21 |
| Octal | 147 | 27 | 217 | 34 | 124 | 0 | 54 | 430 | 110 | 41 |
| Binary | 1100111 | 10111 | 10001111 | 11100 | 1010100 | 0 | 101100 | 100011000 | 1001000 | 100001 |
Color Harmonies of #67178F
Complementary color
Monochromatic Colors of #67178F
Black with #67178F
Text Example
Text Example
White with #67178F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67178F; }
p { color: rgb(103,23,143); }
H1.HeaderClassName
{
color: #67178F;
}
.AnyTagClassName
{
color: #67178F;
}
</style>
background-color css
<style>
a { background-color: #67178F; }
a { background-color: rgb(103,23,143); }
div.DivClassName
{
background-color: #67178F;
}
.BgClassName
{
background-color: #67178F;
}
</style>
border-color css
<style>
span { border-color: #67178F; }
span { border-color: rgb(103,23,143); }
td.TdClassName
{
border-color: #67178F;
}
.TagClassName
{
border-color: #67178F;
}
</style>