Shades of Indigo #670D9D
Tints of Indigo #670D9D
RGB
CMYK
RGB Variations
Color information
#670D9D (or 0x670D9D) is known color: Indigo. HEX triplet: 67, 0D and 9D. RGB value is (103,13,157). Sum of RGB (Red+Green+Blue) = 103+13+157=273 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.73% from 273); Green value is 13 (5.47% from 255 or 4.76% from 273); Blue value is 157 (61.72% from 255 or 57.51% from 273); Max value from RGB is 157 - color contains mainly: blue. Hex color #670D9D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #670D9D is #98F262. Grayscale: #373737. Windows color (decimal): -10023523 or 10292583. OLE color: 10292583.
HSL color Cylindrical-coordinate representation of color #670D9D: hue angle of 277.5º degrees, saturation: 0.85, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #670D9D is Cyan = 0.34, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 103 | 13 | 157 | - |
| CMYK | 0.34 | 0.92 | 0 | 0.38 |
| HSL | 277.5º | 0.85% | 0.33% | - |
| HSV(B) | 277.5º | 0.92% | 0.62% | - |
| XYZ | 11.82 | 5.61 | 32.36 | - |
| YUV | 56.33 | 184.82 | 161.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 13 | 157 | 0.34 | 0.92 | 0 | 0.38 | 277.5 | 0.85 | 0.33 |
| Hex | 67 | D | 9D | 22 | 5C | 0 | 26 | 116 | 55 | 21 |
| Octal | 147 | 15 | 235 | 42 | 134 | 0 | 46 | 426 | 125 | 41 |
| Binary | 1100111 | 1101 | 10011101 | 100010 | 1011100 | 0 | 100110 | 100010110 | 1010101 | 100001 |
Color Harmonies of #670D9D
Complementary color
Monochromatic Colors of #670D9D
Black with #670D9D
Text Example
Text Example
White with #670D9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #670D9D; }
p { color: rgb(103,13,157); }
H1.HeaderClassName
{
color: #670D9D;
}
.AnyTagClassName
{
color: #670D9D;
}
</style>
background-color css
<style>
a { background-color: #670D9D; }
a { background-color: rgb(103,13,157); }
div.DivClassName
{
background-color: #670D9D;
}
.BgClassName
{
background-color: #670D9D;
}
</style>
border-color css
<style>
span { border-color: #670D9D; }
span { border-color: rgb(103,13,157); }
td.TdClassName
{
border-color: #670D9D;
}
.TagClassName
{
border-color: #670D9D;
}
</style>