Shades of Indigo #671282
Tints of Indigo #671282
RGB
CMYK
RGB Variations
Color information
#671282 (or 0x671282) is known color: Indigo. HEX triplet: 67, 12 and 82. RGB value is (103,18,130). Sum of RGB (Red+Green+Blue) = 103+18+130=251 (33% of max value = 765). Red value is 103 (40.62% from 255 or 41.04% from 251); Green value is 18 (7.42% from 255 or 7.17% from 251); Blue value is 130 (51.17% from 255 or 51.79% from 251); Max value from RGB is 130 - color contains mainly: blue. Hex color #671282 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #671282 is #98ED7D. Grayscale: #373737. Windows color (decimal): -10022270 or 8524391. OLE color: 8524391.
HSL color Cylindrical-coordinate representation of color #671282: hue angle of 285.54º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #671282 is Cyan = 0.21, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 103 | 18 | 130 | - |
| CMYK | 0.21 | 0.86 | 0 | 0.49 |
| HSL | 285.54º | 0.76% | 0.29% | - |
| HSV(B) | 285.54º | 0.86% | 0.51% | - |
| XYZ | 9.84 | 4.93 | 21.55 | - |
| YUV | 56.18 | 169.66 | 161.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 18 | 130 | 0.21 | 0.86 | 0 | 0.49 | 285.54 | 0.76 | 0.29 |
| Hex | 67 | 12 | 82 | 15 | 56 | 0 | 31 | 11E | 4C | 1D |
| Octal | 147 | 22 | 202 | 25 | 126 | 0 | 61 | 436 | 114 | 35 |
| Binary | 1100111 | 10010 | 10000010 | 10101 | 1010110 | 0 | 110001 | 100011110 | 1001100 | 11101 |
Color Harmonies of #671282
Complementary color
Monochromatic Colors of #671282
Black with #671282
Text Example
Text Example
White with #671282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #671282; }
p { color: rgb(103,18,130); }
H1.HeaderClassName
{
color: #671282;
}
.AnyTagClassName
{
color: #671282;
}
</style>
background-color css
<style>
a { background-color: #671282; }
a { background-color: rgb(103,18,130); }
div.DivClassName
{
background-color: #671282;
}
.BgClassName
{
background-color: #671282;
}
</style>
border-color css
<style>
span { border-color: #671282; }
span { border-color: rgb(103,18,130); }
td.TdClassName
{
border-color: #671282;
}
.TagClassName
{
border-color: #671282;
}
</style>