Shades of Indigo #670192
Tints of Indigo #670192
RGB
CMYK
RGB Variations
Color information
#670192 (or 0x670192) is known color: Indigo. HEX triplet: 67, 01 and 92. RGB value is (103,1,146). Sum of RGB (Red+Green+Blue) = 103+1+146=250 (33% of max value = 765). Red value is 103 (40.62% from 255 or 41.2% from 250); Green value is 1 (0.78% from 255 or 0.4% from 250); Blue value is 146 (57.42% from 255 or 58.4% from 250); Max value from RGB is 146 - color contains mainly: blue. Hex color #670192 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #670192 is #98FE6D. Grayscale: #2F2F2F. Windows color (decimal): -10026606 or 9568615. OLE color: 9568615.
HSL color Cylindrical-coordinate representation of color #670192: hue angle of 282.21º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #670192 is Cyan = 0.29, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 103 | 1 | 146 | - |
| CMYK | 0.29 | 0.99 | 0 | 0.43 |
| HSL | 282.21º | 0.99% | 0.29% | - |
| HSV(B) | 282.21º | 0.99% | 0.57% | - |
| XYZ | 10.79 | 4.98 | 27.59 | - |
| YUV | 48.03 | 183.29 | 167.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 1 | 146 | 0.29 | 0.99 | 0 | 0.43 | 282.21 | 0.99 | 0.29 |
| Hex | 67 | 1 | 92 | 1D | 63 | 0 | 2B | 11A | 63 | 1D |
| Octal | 147 | 1 | 222 | 35 | 143 | 0 | 53 | 432 | 143 | 35 |
| Binary | 1100111 | 1 | 10010010 | 11101 | 1100011 | 0 | 101011 | 100011010 | 1100011 | 11101 |
Color Harmonies of #670192
Complementary color
Monochromatic Colors of #670192
Black with #670192
Text Example
Text Example
White with #670192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #670192; }
p { color: rgb(103,1,146); }
H1.HeaderClassName
{
color: #670192;
}
.AnyTagClassName
{
color: #670192;
}
</style>
background-color css
<style>
a { background-color: #670192; }
a { background-color: rgb(103,1,146); }
div.DivClassName
{
background-color: #670192;
}
.BgClassName
{
background-color: #670192;
}
</style>
border-color css
<style>
span { border-color: #670192; }
span { border-color: rgb(103,1,146); }
td.TdClassName
{
border-color: #670192;
}
.TagClassName
{
border-color: #670192;
}
</style>