Shades of Indigo #671593
Tints of Indigo #671593
RGB
CMYK
RGB Variations
Color information
#671593 (or 0x671593) is known color: Indigo. HEX triplet: 67, 15 and 93. RGB value is (103,21,147). Sum of RGB (Red+Green+Blue) = 103+21+147=271 (35% of max value = 765). Red value is 103 (40.62% from 255 or 38.01% from 271); Green value is 21 (8.59% from 255 or 7.75% from 271); Blue value is 147 (57.81% from 255 or 54.24% from 271); Max value from RGB is 147 - color contains mainly: blue. Hex color #671593 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #671593 is #98EA6C. Grayscale: #3B3B3B. Windows color (decimal): -10021485 or 9639271. OLE color: 9639271.
HSL color Cylindrical-coordinate representation of color #671593: hue angle of 279.05º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #671593 is Cyan = 0.30, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 103 | 21 | 147 | - |
| CMYK | 0.30 | 0.86 | 0 | 0.42 |
| HSL | 279.05º | 0.75% | 0.33% | - |
| HSV(B) | 279.05º | 0.86% | 0.58% | - |
| XYZ | 11.13 | 5.53 | 28.08 | - |
| YUV | 59.88 | 177.17 | 158.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 21 | 147 | 0.30 | 0.86 | 0 | 0.42 | 279.05 | 0.75 | 0.33 |
| Hex | 67 | 15 | 93 | 1E | 56 | 0 | 2A | 117 | 4B | 21 |
| Octal | 147 | 25 | 223 | 36 | 126 | 0 | 52 | 427 | 113 | 41 |
| Binary | 1100111 | 10101 | 10010011 | 11110 | 1010110 | 0 | 101010 | 100010111 | 1001011 | 100001 |
Color Harmonies of #671593
Complementary color
Monochromatic Colors of #671593
Black with #671593
Text Example
Text Example
White with #671593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #671593; }
p { color: rgb(103,21,147); }
H1.HeaderClassName
{
color: #671593;
}
.AnyTagClassName
{
color: #671593;
}
</style>
background-color css
<style>
a { background-color: #671593; }
a { background-color: rgb(103,21,147); }
div.DivClassName
{
background-color: #671593;
}
.BgClassName
{
background-color: #671593;
}
</style>
border-color css
<style>
span { border-color: #671593; }
span { border-color: rgb(103,21,147); }
td.TdClassName
{
border-color: #671593;
}
.TagClassName
{
border-color: #671593;
}
</style>