Shades of Indigo #670198
Tints of Indigo #670198
RGB
CMYK
RGB Variations
Color information
#670198 (or 0x670198) is known color: Indigo. HEX triplet: 67, 01 and 98. RGB value is (103,1,152). Sum of RGB (Red+Green+Blue) = 103+1+152=256 (33% of max value = 765). Red value is 103 (40.62% from 255 or 40.23% from 256); Green value is 1 (0.78% from 255 or 0.39% from 256); Blue value is 152 (59.77% from 255 or 59.38% from 256); Max value from RGB is 152 - color contains mainly: blue. Hex color #670198 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #670198 is #98FE67. Grayscale: #303030. Windows color (decimal): -10026600 or 9961831. OLE color: 9961831.
HSL color Cylindrical-coordinate representation of color #670198: hue angle of 280.53º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #670198 is Cyan = 0.32, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 103 | 1 | 152 | - |
| CMYK | 0.32 | 0.99 | 0 | 0.40 |
| HSL | 280.53º | 0.99% | 0.3% | - |
| HSV(B) | 280.53º | 0.99% | 0.6% | - |
| XYZ | 11.27 | 5.17 | 30.11 | - |
| YUV | 48.71 | 186.29 | 166.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 1 | 152 | 0.32 | 0.99 | 0 | 0.40 | 280.53 | 0.99 | 0.3 |
| Hex | 67 | 1 | 98 | 20 | 63 | 0 | 28 | 119 | 63 | 1E |
| Octal | 147 | 1 | 230 | 40 | 143 | 0 | 50 | 431 | 143 | 36 |
| Binary | 1100111 | 1 | 10011000 | 100000 | 1100011 | 0 | 101000 | 100011001 | 1100011 | 11110 |
Color Harmonies of #670198
Complementary color
Monochromatic Colors of #670198
Black with #670198
Text Example
Text Example
White with #670198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #670198; }
p { color: rgb(103,1,152); }
H1.HeaderClassName
{
color: #670198;
}
.AnyTagClassName
{
color: #670198;
}
</style>
background-color css
<style>
a { background-color: #670198; }
a { background-color: rgb(103,1,152); }
div.DivClassName
{
background-color: #670198;
}
.BgClassName
{
background-color: #670198;
}
</style>
border-color css
<style>
span { border-color: #670198; }
span { border-color: rgb(103,1,152); }
td.TdClassName
{
border-color: #670198;
}
.TagClassName
{
border-color: #670198;
}
</style>