Shades of Indigo #460362
Tints of Indigo #460362
RGB
CMYK
RGB Variations
Color information
#460362 (or 0x460362) is known color: Indigo. HEX triplet: 46, 03 and 62. RGB value is (70,3,98). Sum of RGB (Red+Green+Blue) = 70+3+98=171 (22% of max value = 765). Red value is 70 (27.73% from 255 or 40.94% from 171); Green value is 3 (1.56% from 255 or 1.75% from 171); Blue value is 98 (38.67% from 255 or 57.31% from 171); Max value from RGB is 98 - color contains mainly: blue. Hex color #460362 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460362 is #B9FC9D. Grayscale: #212121. Windows color (decimal): -12188830 or 6423366. OLE color: 6423366.
HSL color Cylindrical-coordinate representation of color #460362: hue angle of 282.32º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #460362 is Cyan = 0.29, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 70 | 3 | 98 | - |
| CMYK | 0.29 | 0.97 | 0 | 0.62 |
| HSL | 282.32º | 0.94% | 0.2% | - |
| HSV(B) | 282.32º | 0.97% | 0.38% | - |
| XYZ | 4.76 | 2.25 | 11.74 | - |
| YUV | 33.86 | 164.2 | 153.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 3 | 98 | 0.29 | 0.97 | 0 | 0.62 | 282.32 | 0.94 | 0.2 |
| Hex | 46 | 3 | 62 | 1D | 61 | 0 | 3E | 11A | 5E | 14 |
| Octal | 106 | 3 | 142 | 35 | 141 | 0 | 76 | 432 | 136 | 24 |
| Binary | 1000110 | 11 | 1100010 | 11101 | 1100001 | 0 | 111110 | 100011010 | 1011110 | 10100 |
Color Harmonies of #460362
Complementary color
Monochromatic Colors of #460362
Black with #460362
Text Example
Text Example
White with #460362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460362; }
p { color: rgb(70,3,98); }
H1.HeaderClassName
{
color: #460362;
}
.AnyTagClassName
{
color: #460362;
}
</style>
background-color css
<style>
a { background-color: #460362; }
a { background-color: rgb(70,3,98); }
div.DivClassName
{
background-color: #460362;
}
.BgClassName
{
background-color: #460362;
}
</style>
border-color css
<style>
span { border-color: #460362; }
span { border-color: rgb(70,3,98); }
td.TdClassName
{
border-color: #460362;
}
.TagClassName
{
border-color: #460362;
}
</style>