Shades of Indigo #461492
Tints of Indigo #461492
RGB
CMYK
RGB Variations
Color information
#461492 (or 0x461492) is known color: Indigo. HEX triplet: 46, 14 and 92. RGB value is (70,20,146). Sum of RGB (Red+Green+Blue) = 70+20+146=236 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.66% from 236); Green value is 20 (8.20% from 255 or 8.47% from 236); Blue value is 146 (57.42% from 255 or 61.86% from 236); Max value from RGB is 146 - color contains mainly: blue. Hex color #461492 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #461492 is #B9EB6D. Grayscale: #303030. Windows color (decimal): -12184430 or 9573446. OLE color: 9573446.
HSL color Cylindrical-coordinate representation of color #461492: hue angle of 263.81º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #461492 is Cyan = 0.52, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 70 | 20 | 146 | - |
| CMYK | 0.52 | 0.86 | 0 | 0.43 |
| HSL | 263.81º | 0.76% | 0.33% | - |
| HSV(B) | 263.81º | 0.86% | 0.57% | - |
| XYZ | 7.96 | 3.88 | 27.52 | - |
| YUV | 49.31 | 182.57 | 142.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 20 | 146 | 0.52 | 0.86 | 0 | 0.43 | 263.81 | 0.76 | 0.33 |
| Hex | 46 | 14 | 92 | 34 | 56 | 0 | 2B | 108 | 4C | 21 |
| Octal | 106 | 24 | 222 | 64 | 126 | 0 | 53 | 410 | 114 | 41 |
| Binary | 1000110 | 10100 | 10010010 | 110100 | 1010110 | 0 | 101011 | 100001000 | 1001100 | 100001 |
Color Harmonies of #461492
Complementary color
Monochromatic Colors of #461492
Black with #461492
Text Example
Text Example
White with #461492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461492; }
p { color: rgb(70,20,146); }
H1.HeaderClassName
{
color: #461492;
}
.AnyTagClassName
{
color: #461492;
}
</style>
background-color css
<style>
a { background-color: #461492; }
a { background-color: rgb(70,20,146); }
div.DivClassName
{
background-color: #461492;
}
.BgClassName
{
background-color: #461492;
}
</style>
border-color css
<style>
span { border-color: #461492; }
span { border-color: rgb(70,20,146); }
td.TdClassName
{
border-color: #461492;
}
.TagClassName
{
border-color: #461492;
}
</style>