Shades of Indigo #670C8C
Tints of Indigo #670C8C
RGB
CMYK
RGB Variations
Color information
#670C8C (or 0x670C8C) is known color: Indigo. HEX triplet: 67, 0C and 8C. RGB value is (103,12,140). Sum of RGB (Red+Green+Blue) = 103+12+140=255 (33% of max value = 765). Red value is 103 (40.62% from 255 or 40.39% from 255); Green value is 12 (5.08% from 255 or 4.71% from 255); Blue value is 140 (55.08% from 255 or 54.90% from 255); Max value from RGB is 140 - color contains mainly: blue. Hex color #670C8C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #670C8C is #98F373. Grayscale: #353535. Windows color (decimal): -10023796 or 9178215. OLE color: 9178215.
HSL color Cylindrical-coordinate representation of color #670C8C: hue angle of 282.66º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #670C8C is Cyan = 0.26, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 103 | 12 | 140 | - |
| CMYK | 0.26 | 0.91 | 0 | 0.45 |
| HSL | 282.66º | 0.84% | 0.3% | - |
| HSV(B) | 282.66º | 0.91% | 0.55% | - |
| XYZ | 10.46 | 5.04 | 25.23 | - |
| YUV | 53.8 | 176.65 | 163.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 12 | 140 | 0.26 | 0.91 | 0 | 0.45 | 282.66 | 0.84 | 0.3 |
| Hex | 67 | C | 8C | 1A | 5B | 0 | 2D | 11B | 54 | 1E |
| Octal | 147 | 14 | 214 | 32 | 133 | 0 | 55 | 433 | 124 | 36 |
| Binary | 1100111 | 1100 | 10001100 | 11010 | 1011011 | 0 | 101101 | 100011011 | 1010100 | 11110 |
Color Harmonies of #670C8C
Complementary color
Monochromatic Colors of #670C8C
Black with #670C8C
Text Example
Text Example
White with #670C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #670C8C; }
p { color: rgb(103,12,140); }
H1.HeaderClassName
{
color: #670C8C;
}
.AnyTagClassName
{
color: #670C8C;
}
</style>
background-color css
<style>
a { background-color: #670C8C; }
a { background-color: rgb(103,12,140); }
div.DivClassName
{
background-color: #670C8C;
}
.BgClassName
{
background-color: #670C8C;
}
</style>
border-color css
<style>
span { border-color: #670C8C; }
span { border-color: rgb(103,12,140); }
td.TdClassName
{
border-color: #670C8C;
}
.TagClassName
{
border-color: #670C8C;
}
</style>