Shades of Indigo #671485
Tints of Indigo #671485
RGB
CMYK
RGB Variations
Color information
#671485 (or 0x671485) is known color: Indigo. HEX triplet: 67, 14 and 85. RGB value is (103,20,133). Sum of RGB (Red+Green+Blue) = 103+20+133=256 (33% of max value = 765). Red value is 103 (40.62% from 255 or 40.23% from 256); Green value is 20 (8.20% from 255 or 7.81% from 256); Blue value is 133 (52.34% from 255 or 51.95% from 256); Max value from RGB is 133 - color contains mainly: blue. Hex color #671485 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #671485 is #98EB7A. Grayscale: #393939. Windows color (decimal): -10021755 or 8721511. OLE color: 8721511.
HSL color Cylindrical-coordinate representation of color #671485: hue angle of 284.07º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #671485 is Cyan = 0.23, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 103 | 20 | 133 | - |
| CMYK | 0.23 | 0.85 | 0 | 0.48 |
| HSL | 284.07º | 0.74% | 0.3% | - |
| HSV(B) | 284.07º | 0.85% | 0.52% | - |
| XYZ | 10.08 | 5.08 | 22.64 | - |
| YUV | 57.7 | 170.5 | 160.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 20 | 133 | 0.23 | 0.85 | 0 | 0.48 | 284.07 | 0.74 | 0.3 |
| Hex | 67 | 14 | 85 | 17 | 55 | 0 | 30 | 11C | 4A | 1E |
| Octal | 147 | 24 | 205 | 27 | 125 | 0 | 60 | 434 | 112 | 36 |
| Binary | 1100111 | 10100 | 10000101 | 10111 | 1010101 | 0 | 110000 | 100011100 | 1001010 | 11110 |
Color Harmonies of #671485
Complementary color
Monochromatic Colors of #671485
Black with #671485
Text Example
Text Example
White with #671485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #671485; }
p { color: rgb(103,20,133); }
H1.HeaderClassName
{
color: #671485;
}
.AnyTagClassName
{
color: #671485;
}
</style>
background-color css
<style>
a { background-color: #671485; }
a { background-color: rgb(103,20,133); }
div.DivClassName
{
background-color: #671485;
}
.BgClassName
{
background-color: #671485;
}
</style>
border-color css
<style>
span { border-color: #671485; }
span { border-color: rgb(103,20,133); }
td.TdClassName
{
border-color: #671485;
}
.TagClassName
{
border-color: #671485;
}
</style>