Shades of Indigo #460678
Tints of Indigo #460678
RGB
CMYK
RGB Variations
Color information
#460678 (or 0x460678) is known color: Indigo. HEX triplet: 46, 06 and 78. RGB value is (70,6,120). Sum of RGB (Red+Green+Blue) = 70+6+120=196 (25% of max value = 765). Red value is 70 (27.73% from 255 or 35.71% from 196); Green value is 6 (2.73% from 255 or 3.06% from 196); Blue value is 120 (47.27% from 255 or 61.22% from 196); Max value from RGB is 120 - color contains mainly: blue. Hex color #460678 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460678 is #B9F987. Grayscale: #252525. Windows color (decimal): -12188040 or 7865926. OLE color: 7865926.
HSL color Cylindrical-coordinate representation of color #460678: hue angle of 273.68º degrees, saturation: 0.9, 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 #460678 is Cyan = 0.42, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 70 | 6 | 120 | - |
| CMYK | 0.42 | 0.95 | 0 | 0.53 |
| HSL | 273.68º | 0.9% | 0.25% | - |
| HSV(B) | 273.68º | 0.95% | 0.47% | - |
| XYZ | 5.98 | 2.79 | 17.99 | - |
| YUV | 38.13 | 174.2 | 150.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 6 | 120 | 0.42 | 0.95 | 0 | 0.53 | 273.68 | 0.9 | 0.25 |
| Hex | 46 | 6 | 78 | 2A | 5F | 0 | 35 | 112 | 5A | 19 |
| Octal | 106 | 6 | 170 | 52 | 137 | 0 | 65 | 422 | 132 | 31 |
| Binary | 1000110 | 110 | 1111000 | 101010 | 1011111 | 0 | 110101 | 100010010 | 1011010 | 11001 |
Color Harmonies of #460678
Complementary color
Monochromatic Colors of #460678
Black with #460678
Text Example
Text Example
White with #460678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460678; }
p { color: rgb(70,6,120); }
H1.HeaderClassName
{
color: #460678;
}
.AnyTagClassName
{
color: #460678;
}
</style>
background-color css
<style>
a { background-color: #460678; }
a { background-color: rgb(70,6,120); }
div.DivClassName
{
background-color: #460678;
}
.BgClassName
{
background-color: #460678;
}
</style>
border-color css
<style>
span { border-color: #460678; }
span { border-color: rgb(70,6,120); }
td.TdClassName
{
border-color: #460678;
}
.TagClassName
{
border-color: #460678;
}
</style>