Shades of Indigo #431296
Tints of Indigo #431296
RGB
CMYK
RGB Variations
Color information
#431296 (or 0x431296) is known color: Indigo. HEX triplet: 43, 12 and 96. RGB value is (67,18,150). Sum of RGB (Red+Green+Blue) = 67+18+150=235 (31% of max value = 765). Red value is 67 (26.56% from 255 or 28.51% from 235); Green value is 18 (7.42% from 255 or 7.66% from 235); Blue value is 150 (58.98% from 255 or 63.83% from 235); Max value from RGB is 150 - color contains mainly: blue. Hex color #431296 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #431296 is #BCED69. Grayscale: #2F2F2F. Windows color (decimal): -12381546 or 9835075. OLE color: 9835075.
HSL color Cylindrical-coordinate representation of color #431296: hue angle of 262.27º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #431296 is Cyan = 0.55, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 67 | 18 | 150 | - |
| CMYK | 0.55 | 0.88 | 0 | 0.41 |
| HSL | 262.27º | 0.79% | 0.33% | - |
| HSV(B) | 262.27º | 0.88% | 0.59% | - |
| XYZ | 8.04 | 3.83 | 29.17 | - |
| YUV | 47.7 | 185.73 | 141.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 18 | 150 | 0.55 | 0.88 | 0 | 0.41 | 262.27 | 0.79 | 0.33 |
| Hex | 43 | 12 | 96 | 37 | 58 | 0 | 29 | 106 | 4F | 21 |
| Octal | 103 | 22 | 226 | 67 | 130 | 0 | 51 | 406 | 117 | 41 |
| Binary | 1000011 | 10010 | 10010110 | 110111 | 1011000 | 0 | 101001 | 100000110 | 1001111 | 100001 |
Color Harmonies of #431296
Complementary color
Monochromatic Colors of #431296
Black with #431296
Text Example
Text Example
White with #431296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431296; }
p { color: rgb(67,18,150); }
H1.HeaderClassName
{
color: #431296;
}
.AnyTagClassName
{
color: #431296;
}
</style>
background-color css
<style>
a { background-color: #431296; }
a { background-color: rgb(67,18,150); }
div.DivClassName
{
background-color: #431296;
}
.BgClassName
{
background-color: #431296;
}
</style>
border-color css
<style>
span { border-color: #431296; }
span { border-color: rgb(67,18,150); }
td.TdClassName
{
border-color: #431296;
}
.TagClassName
{
border-color: #431296;
}
</style>