Shades of Indigo #670090
Tints of Indigo #670090
RGB
CMYK
RGB Variations
Color information
#670090 (or 0x670090) is known color: Indigo. HEX triplet: 67, 00 and 90. RGB value is (103,0,144). Sum of RGB (Red+Green+Blue) = 103+0+144=247 (32% of max value = 765). Red value is 103 (40.62% from 255 or 41.70% from 247); Green value is 0 (0.39% from 255 or 0% from 247); Blue value is 144 (56.64% from 255 or 58.30% from 247); Max value from RGB is 144 - color contains mainly: blue. Hex color #670090 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #670090 is #98FF6F. Grayscale: #2E2E2E. Windows color (decimal): -10026864 or 9437287. OLE color: 9437287.
HSL color Cylindrical-coordinate representation of color #670090: hue angle of 282.92º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #670090 is Cyan = 0.28, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 103 | 0 | 144 | - |
| CMYK | 0.28 | 1 | 0 | 0.44 |
| HSL | 282.92º | 1% | 0.28% | - |
| HSV(B) | 282.92º | 1% | 0.56% | - |
| XYZ | 10.63 | 4.9 | 26.77 | - |
| YUV | 47.21 | 182.62 | 167.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 0 | 144 | 0.28 | 1 | 0 | 0.44 | 282.92 | 1 | 0.28 |
| Hex | 67 | 0 | 90 | 1C | 64 | 0 | 2C | 11B | 64 | 1C |
| Octal | 147 | 0 | 220 | 34 | 144 | 0 | 54 | 433 | 144 | 34 |
| Binary | 1100111 | 0 | 10010000 | 11100 | 1100100 | 0 | 101100 | 100011011 | 1100100 | 11100 |
Color Harmonies of #670090
Complementary color
Monochromatic Colors of #670090
Black with #670090
Text Example
Text Example
White with #670090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #670090; }
p { color: rgb(103,0,144); }
H1.HeaderClassName
{
color: #670090;
}
.AnyTagClassName
{
color: #670090;
}
</style>
background-color css
<style>
a { background-color: #670090; }
a { background-color: rgb(103,0,144); }
div.DivClassName
{
background-color: #670090;
}
.BgClassName
{
background-color: #670090;
}
</style>
border-color css
<style>
span { border-color: #670090; }
span { border-color: rgb(103,0,144); }
td.TdClassName
{
border-color: #670090;
}
.TagClassName
{
border-color: #670090;
}
</style>