Shades of Indigo #67159C
Tints of Indigo #67159C
RGB
CMYK
RGB Variations
Color information
#67159C (or 0x67159C) is known color: Indigo. HEX triplet: 67, 15 and 9C. RGB value is (103,21,156). Sum of RGB (Red+Green+Blue) = 103+21+156=280 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.79% from 280); Green value is 21 (8.59% from 255 or 7.5% from 280); Blue value is 156 (61.33% from 255 or 55.71% from 280); Max value from RGB is 156 - color contains mainly: blue. Hex color #67159C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #67159C is #98EA63. Grayscale: #3C3C3C. Windows color (decimal): -10021476 or 10229095. OLE color: 10229095.
HSL color Cylindrical-coordinate representation of color #67159C: hue angle of 276.44º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #67159C is Cyan = 0.34, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 103 | 21 | 156 | - |
| CMYK | 0.34 | 0.87 | 0 | 0.39 |
| HSL | 276.44º | 0.76% | 0.35% | - |
| HSV(B) | 276.44º | 0.87% | 0.61% | - |
| XYZ | 11.86 | 5.82 | 31.95 | - |
| YUV | 60.91 | 181.67 | 158.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 21 | 156 | 0.34 | 0.87 | 0 | 0.39 | 276.44 | 0.76 | 0.35 |
| Hex | 67 | 15 | 9C | 22 | 57 | 0 | 27 | 114 | 4C | 23 |
| Octal | 147 | 25 | 234 | 42 | 127 | 0 | 47 | 424 | 114 | 43 |
| Binary | 1100111 | 10101 | 10011100 | 100010 | 1010111 | 0 | 100111 | 100010100 | 1001100 | 100011 |
Color Harmonies of #67159C
Complementary color
Monochromatic Colors of #67159C
Black with #67159C
Text Example
Text Example
White with #67159C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67159C; }
p { color: rgb(103,21,156); }
H1.HeaderClassName
{
color: #67159C;
}
.AnyTagClassName
{
color: #67159C;
}
</style>
background-color css
<style>
a { background-color: #67159C; }
a { background-color: rgb(103,21,156); }
div.DivClassName
{
background-color: #67159C;
}
.BgClassName
{
background-color: #67159C;
}
</style>
border-color css
<style>
span { border-color: #67159C; }
span { border-color: rgb(103,21,156); }
td.TdClassName
{
border-color: #67159C;
}
.TagClassName
{
border-color: #67159C;
}
</style>