Shades of Indigo #671292
Tints of Indigo #671292
RGB
CMYK
RGB Variations
Color information
#671292 (or 0x671292) is known color: Indigo. HEX triplet: 67, 12 and 92. RGB value is (103,18,146). Sum of RGB (Red+Green+Blue) = 103+18+146=267 (35% of max value = 765). Red value is 103 (40.62% from 255 or 38.58% from 267); Green value is 18 (7.42% from 255 or 6.74% from 267); Blue value is 146 (57.42% from 255 or 54.68% from 267); Max value from RGB is 146 - color contains mainly: blue. Hex color #671292 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #671292 is #98ED6D. Grayscale: #393939. Windows color (decimal): -10022254 or 9572967. OLE color: 9572967.
HSL color Cylindrical-coordinate representation of color #671292: hue angle of 279.84º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #671292 is Cyan = 0.29, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 103 | 18 | 146 | - |
| CMYK | 0.29 | 0.88 | 0 | 0.43 |
| HSL | 279.84º | 0.78% | 0.32% | - |
| HSV(B) | 279.84º | 0.88% | 0.57% | - |
| XYZ | 11 | 5.39 | 27.66 | - |
| YUV | 58.01 | 177.66 | 160.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 18 | 146 | 0.29 | 0.88 | 0 | 0.43 | 279.84 | 0.78 | 0.32 |
| Hex | 67 | 12 | 92 | 1D | 58 | 0 | 2B | 118 | 4E | 20 |
| Octal | 147 | 22 | 222 | 35 | 130 | 0 | 53 | 430 | 116 | 40 |
| Binary | 1100111 | 10010 | 10010010 | 11101 | 1011000 | 0 | 101011 | 100011000 | 1001110 | 100000 |
Color Harmonies of #671292
Complementary color
Monochromatic Colors of #671292
Black with #671292
Text Example
Text Example
White with #671292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #671292; }
p { color: rgb(103,18,146); }
H1.HeaderClassName
{
color: #671292;
}
.AnyTagClassName
{
color: #671292;
}
</style>
background-color css
<style>
a { background-color: #671292; }
a { background-color: rgb(103,18,146); }
div.DivClassName
{
background-color: #671292;
}
.BgClassName
{
background-color: #671292;
}
</style>
border-color css
<style>
span { border-color: #671292; }
span { border-color: rgb(103,18,146); }
td.TdClassName
{
border-color: #671292;
}
.TagClassName
{
border-color: #671292;
}
</style>