Shades of Indigo #67178B
Tints of Indigo #67178B
RGB
CMYK
RGB Variations
Color information
#67178B (or 0x67178B) is known color: Indigo. HEX triplet: 67, 17 and 8B. RGB value is (103,23,139). Sum of RGB (Red+Green+Blue) = 103+23+139=265 (35% of max value = 765). Red value is 103 (40.62% from 255 or 38.87% from 265); Green value is 23 (9.38% from 255 or 8.68% from 265); Blue value is 139 (54.69% from 255 or 52.45% from 265); Max value from RGB is 139 - color contains mainly: blue. Hex color #67178B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #67178B is #98E874. Grayscale: #3B3B3B. Windows color (decimal): -10020981 or 9115495. OLE color: 9115495.
HSL color Cylindrical-coordinate representation of color #67178B: hue angle of 281.38º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #67178B is Cyan = 0.26, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 103 | 23 | 139 | - |
| CMYK | 0.26 | 0.83 | 0 | 0.45 |
| HSL | 281.38º | 0.72% | 0.32% | - |
| HSV(B) | 281.38º | 0.83% | 0.55% | - |
| XYZ | 10.56 | 5.36 | 24.9 | - |
| YUV | 60.14 | 172.5 | 158.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 23 | 139 | 0.26 | 0.83 | 0 | 0.45 | 281.38 | 0.72 | 0.32 |
| Hex | 67 | 17 | 8B | 1A | 53 | 0 | 2D | 119 | 48 | 20 |
| Octal | 147 | 27 | 213 | 32 | 123 | 0 | 55 | 431 | 110 | 40 |
| Binary | 1100111 | 10111 | 10001011 | 11010 | 1010011 | 0 | 101101 | 100011001 | 1001000 | 100000 |
Color Harmonies of #67178B
Complementary color
Monochromatic Colors of #67178B
Black with #67178B
Text Example
Text Example
White with #67178B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67178B; }
p { color: rgb(103,23,139); }
H1.HeaderClassName
{
color: #67178B;
}
.AnyTagClassName
{
color: #67178B;
}
</style>
background-color css
<style>
a { background-color: #67178B; }
a { background-color: rgb(103,23,139); }
div.DivClassName
{
background-color: #67178B;
}
.BgClassName
{
background-color: #67178B;
}
</style>
border-color css
<style>
span { border-color: #67178B; }
span { border-color: rgb(103,23,139); }
td.TdClassName
{
border-color: #67178B;
}
.TagClassName
{
border-color: #67178B;
}
</style>