Shades of Indigo #671692
Tints of Indigo #671692
RGB
CMYK
RGB Variations
Color information
#671692 (or 0x671692) is known color: Indigo. HEX triplet: 67, 16 and 92. RGB value is (103,22,146). Sum of RGB (Red+Green+Blue) = 103+22+146=271 (35% of max value = 765). Red value is 103 (40.62% from 255 or 38.01% from 271); Green value is 22 (8.98% from 255 or 8.12% from 271); Blue value is 146 (57.42% from 255 or 53.87% from 271); Max value from RGB is 146 - color contains mainly: blue. Hex color #671692 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #671692 is #98E96D. Grayscale: #3B3B3B. Windows color (decimal): -10021230 or 9573991. OLE color: 9573991.
HSL color Cylindrical-coordinate representation of color #671692: hue angle of 279.19º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #671692 is Cyan = 0.29, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 103 | 22 | 146 | - |
| CMYK | 0.29 | 0.85 | 0 | 0.43 |
| HSL | 279.19º | 0.74% | 0.33% | - |
| HSV(B) | 279.19º | 0.85% | 0.57% | - |
| XYZ | 11.07 | 5.53 | 27.68 | - |
| YUV | 60.36 | 176.34 | 158.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 22 | 146 | 0.29 | 0.85 | 0 | 0.43 | 279.19 | 0.74 | 0.33 |
| Hex | 67 | 16 | 92 | 1D | 55 | 0 | 2B | 117 | 4A | 21 |
| Octal | 147 | 26 | 222 | 35 | 125 | 0 | 53 | 427 | 112 | 41 |
| Binary | 1100111 | 10110 | 10010010 | 11101 | 1010101 | 0 | 101011 | 100010111 | 1001010 | 100001 |
Color Harmonies of #671692
Complementary color
Monochromatic Colors of #671692
Black with #671692
Text Example
Text Example
White with #671692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #671692; }
p { color: rgb(103,22,146); }
H1.HeaderClassName
{
color: #671692;
}
.AnyTagClassName
{
color: #671692;
}
</style>
background-color css
<style>
a { background-color: #671692; }
a { background-color: rgb(103,22,146); }
div.DivClassName
{
background-color: #671692;
}
.BgClassName
{
background-color: #671692;
}
</style>
border-color css
<style>
span { border-color: #671692; }
span { border-color: rgb(103,22,146); }
td.TdClassName
{
border-color: #671692;
}
.TagClassName
{
border-color: #671692;
}
</style>