Shades of Indigo #46097D
Tints of Indigo #46097D
RGB
CMYK
RGB Variations
Color information
#46097D (or 0x46097D) is known color: Indigo. HEX triplet: 46, 09 and 7D. RGB value is (70,9,125). Sum of RGB (Red+Green+Blue) = 70+9+125=204 (27% of max value = 765). Red value is 70 (27.73% from 255 or 34.31% from 204); Green value is 9 (3.91% from 255 or 4.41% from 204); Blue value is 125 (49.22% from 255 or 61.27% from 204); Max value from RGB is 125 - color contains mainly: blue. Hex color #46097D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #46097D is #B9F682. Grayscale: #282828. Windows color (decimal): -12187267 or 8194374. OLE color: 8194374.
HSL color Cylindrical-coordinate representation of color #46097D: hue angle of 271.55º degrees, saturation: 0.87, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #46097D is Cyan = 0.44, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 70 | 9 | 125 | - |
| CMYK | 0.44 | 0.93 | 0 | 0.51 |
| HSL | 271.55º | 0.87% | 0.26% | - |
| HSV(B) | 271.55º | 0.93% | 0.49% | - |
| XYZ | 6.33 | 2.98 | 19.64 | - |
| YUV | 40.46 | 175.71 | 149.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 9 | 125 | 0.44 | 0.93 | 0 | 0.51 | 271.55 | 0.87 | 0.26 |
| Hex | 46 | 9 | 7D | 2C | 5D | 0 | 33 | 110 | 57 | 1A |
| Octal | 106 | 11 | 175 | 54 | 135 | 0 | 63 | 420 | 127 | 32 |
| Binary | 1000110 | 1001 | 1111101 | 101100 | 1011101 | 0 | 110011 | 100010000 | 1010111 | 11010 |
Color Harmonies of #46097D
Complementary color
Monochromatic Colors of #46097D
Black with #46097D
Text Example
Text Example
White with #46097D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46097D; }
p { color: rgb(70,9,125); }
H1.HeaderClassName
{
color: #46097D;
}
.AnyTagClassName
{
color: #46097D;
}
</style>
background-color css
<style>
a { background-color: #46097D; }
a { background-color: rgb(70,9,125); }
div.DivClassName
{
background-color: #46097D;
}
.BgClassName
{
background-color: #46097D;
}
</style>
border-color css
<style>
span { border-color: #46097D; }
span { border-color: rgb(70,9,125); }
td.TdClassName
{
border-color: #46097D;
}
.TagClassName
{
border-color: #46097D;
}
</style>