Shades of Indigo #431096
Tints of Indigo #431096
RGB
CMYK
RGB Variations
Color information
#431096 (or 0x431096) is known color: Indigo. HEX triplet: 43, 10 and 96. RGB value is (67,16,150). Sum of RGB (Red+Green+Blue) = 67+16+150=233 (30% of max value = 765). Red value is 67 (26.56% from 255 or 28.76% from 233); Green value is 16 (6.64% from 255 or 6.87% from 233); Blue value is 150 (58.98% from 255 or 64.38% from 233); Max value from RGB is 150 - color contains mainly: blue. Hex color #431096 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #431096 is #BCEF69. Grayscale: #2E2E2E. Windows color (decimal): -12382058 or 9834563. OLE color: 9834563.
HSL color Cylindrical-coordinate representation of color #431096: hue angle of 262.84º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #431096 is Cyan = 0.55, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 67 | 16 | 150 | - |
| CMYK | 0.55 | 0.89 | 0 | 0.41 |
| HSL | 262.84º | 0.81% | 0.33% | - |
| HSV(B) | 262.84º | 0.89% | 0.59% | - |
| XYZ | 8.01 | 3.77 | 29.16 | - |
| YUV | 46.53 | 186.4 | 142.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 16 | 150 | 0.55 | 0.89 | 0 | 0.41 | 262.84 | 0.81 | 0.33 |
| Hex | 43 | 10 | 96 | 37 | 59 | 0 | 29 | 107 | 51 | 21 |
| Octal | 103 | 20 | 226 | 67 | 131 | 0 | 51 | 407 | 121 | 41 |
| Binary | 1000011 | 10000 | 10010110 | 110111 | 1011001 | 0 | 101001 | 100000111 | 1010001 | 100001 |
Color Harmonies of #431096
Complementary color
Monochromatic Colors of #431096
Black with #431096
Text Example
Text Example
White with #431096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431096; }
p { color: rgb(67,16,150); }
H1.HeaderClassName
{
color: #431096;
}
.AnyTagClassName
{
color: #431096;
}
</style>
background-color css
<style>
a { background-color: #431096; }
a { background-color: rgb(67,16,150); }
div.DivClassName
{
background-color: #431096;
}
.BgClassName
{
background-color: #431096;
}
</style>
border-color css
<style>
span { border-color: #431096; }
span { border-color: rgb(67,16,150); }
td.TdClassName
{
border-color: #431096;
}
.TagClassName
{
border-color: #431096;
}
</style>