Shades of Indigo #460679
Tints of Indigo #460679
RGB
CMYK
RGB Variations
Color information
#460679 (or 0x460679) is known color: Indigo. HEX triplet: 46, 06 and 79. RGB value is (70,6,121). Sum of RGB (Red+Green+Blue) = 70+6+121=197 (26% of max value = 765). Red value is 70 (27.73% from 255 or 35.53% from 197); Green value is 6 (2.73% from 255 or 3.05% from 197); Blue value is 121 (47.66% from 255 or 61.42% from 197); Max value from RGB is 121 - color contains mainly: blue. Hex color #460679 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460679 is #B9F986. Grayscale: #252525. Windows color (decimal): -12188039 or 7931462. OLE color: 7931462.
HSL color Cylindrical-coordinate representation of color #460679: hue angle of 273.39º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #460679 is Cyan = 0.42, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 70 | 6 | 121 | - |
| CMYK | 0.42 | 0.95 | 0 | 0.53 |
| HSL | 273.39º | 0.91% | 0.25% | - |
| HSV(B) | 273.39º | 0.95% | 0.47% | - |
| XYZ | 6.04 | 2.81 | 18.31 | - |
| YUV | 38.25 | 174.7 | 150.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 6 | 121 | 0.42 | 0.95 | 0 | 0.53 | 273.39 | 0.91 | 0.25 |
| Hex | 46 | 6 | 79 | 2A | 5F | 0 | 35 | 111 | 5B | 19 |
| Octal | 106 | 6 | 171 | 52 | 137 | 0 | 65 | 421 | 133 | 31 |
| Binary | 1000110 | 110 | 1111001 | 101010 | 1011111 | 0 | 110101 | 100010001 | 1011011 | 11001 |
Color Harmonies of #460679
Complementary color
Monochromatic Colors of #460679
Black with #460679
Text Example
Text Example
White with #460679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460679; }
p { color: rgb(70,6,121); }
H1.HeaderClassName
{
color: #460679;
}
.AnyTagClassName
{
color: #460679;
}
</style>
background-color css
<style>
a { background-color: #460679; }
a { background-color: rgb(70,6,121); }
div.DivClassName
{
background-color: #460679;
}
.BgClassName
{
background-color: #460679;
}
</style>
border-color css
<style>
span { border-color: #460679; }
span { border-color: rgb(70,6,121); }
td.TdClassName
{
border-color: #460679;
}
.TagClassName
{
border-color: #460679;
}
</style>