Shades of Indigo #670187
Tints of Indigo #670187
RGB
CMYK
RGB Variations
Color information
#670187 (or 0x670187) is known color: Indigo. HEX triplet: 67, 01 and 87. RGB value is (103,1,135). Sum of RGB (Red+Green+Blue) = 103+1+135=239 (31% of max value = 765). Red value is 103 (40.62% from 255 or 43.10% from 239); Green value is 1 (0.78% from 255 or 0.42% from 239); Blue value is 135 (53.12% from 255 or 56.49% from 239); Max value from RGB is 135 - color contains mainly: blue. Hex color #670187 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #670187 is #98FE78. Grayscale: #2E2E2E. Windows color (decimal): -10026617 or 8847719. OLE color: 8847719.
HSL color Cylindrical-coordinate representation of color #670187: hue angle of 285.67º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #670187 is Cyan = 0.24, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 103 | 1 | 135 | - |
| CMYK | 0.24 | 0.99 | 0 | 0.47 |
| HSL | 285.67º | 0.99% | 0.27% | - |
| HSV(B) | 285.67º | 0.99% | 0.53% | - |
| XYZ | 9.98 | 4.65 | 23.29 | - |
| YUV | 46.77 | 177.79 | 168.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 1 | 135 | 0.24 | 0.99 | 0 | 0.47 | 285.67 | 0.99 | 0.27 |
| Hex | 67 | 1 | 87 | 18 | 63 | 0 | 2F | 11E | 63 | 1B |
| Octal | 147 | 1 | 207 | 30 | 143 | 0 | 57 | 436 | 143 | 33 |
| Binary | 1100111 | 1 | 10000111 | 11000 | 1100011 | 0 | 101111 | 100011110 | 1100011 | 11011 |
Color Harmonies of #670187
Complementary color
Monochromatic Colors of #670187
Black with #670187
Text Example
Text Example
White with #670187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #670187; }
p { color: rgb(103,1,135); }
H1.HeaderClassName
{
color: #670187;
}
.AnyTagClassName
{
color: #670187;
}
</style>
background-color css
<style>
a { background-color: #670187; }
a { background-color: rgb(103,1,135); }
div.DivClassName
{
background-color: #670187;
}
.BgClassName
{
background-color: #670187;
}
</style>
border-color css
<style>
span { border-color: #670187; }
span { border-color: rgb(103,1,135); }
td.TdClassName
{
border-color: #670187;
}
.TagClassName
{
border-color: #670187;
}
</style>