Shades of Indigo #671287
Tints of Indigo #671287
RGB
CMYK
RGB Variations
Color information
#671287 (or 0x671287) is known color: Indigo. HEX triplet: 67, 12 and 87. RGB value is (103,18,135). Sum of RGB (Red+Green+Blue) = 103+18+135=256 (33% of max value = 765). Red value is 103 (40.62% from 255 or 40.23% from 256); Green value is 18 (7.42% from 255 or 7.03% from 256); Blue value is 135 (53.12% from 255 or 52.73% from 256); Max value from RGB is 135 - color contains mainly: blue. Hex color #671287 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #671287 is #98ED78. Grayscale: #383838. Windows color (decimal): -10022265 or 8852071. OLE color: 8852071.
HSL color Cylindrical-coordinate representation of color #671287: hue angle of 283.59º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #671287 is Cyan = 0.24, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 103 | 18 | 135 | - |
| CMYK | 0.24 | 0.87 | 0 | 0.47 |
| HSL | 283.59º | 0.76% | 0.3% | - |
| HSV(B) | 283.59º | 0.87% | 0.53% | - |
| XYZ | 10.18 | 5.07 | 23.36 | - |
| YUV | 56.75 | 172.16 | 160.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 18 | 135 | 0.24 | 0.87 | 0 | 0.47 | 283.59 | 0.76 | 0.3 |
| Hex | 67 | 12 | 87 | 18 | 57 | 0 | 2F | 11C | 4C | 1E |
| Octal | 147 | 22 | 207 | 30 | 127 | 0 | 57 | 434 | 114 | 36 |
| Binary | 1100111 | 10010 | 10000111 | 11000 | 1010111 | 0 | 101111 | 100011100 | 1001100 | 11110 |
Color Harmonies of #671287
Complementary color
Monochromatic Colors of #671287
Black with #671287
Text Example
Text Example
White with #671287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #671287; }
p { color: rgb(103,18,135); }
H1.HeaderClassName
{
color: #671287;
}
.AnyTagClassName
{
color: #671287;
}
</style>
background-color css
<style>
a { background-color: #671287; }
a { background-color: rgb(103,18,135); }
div.DivClassName
{
background-color: #671287;
}
.BgClassName
{
background-color: #671287;
}
</style>
border-color css
<style>
span { border-color: #671287; }
span { border-color: rgb(103,18,135); }
td.TdClassName
{
border-color: #671287;
}
.TagClassName
{
border-color: #671287;
}
</style>