Shades of Indigo #431095
Tints of Indigo #431095
RGB
CMYK
RGB Variations
Color information
#431095 (or 0x431095) is known color: Indigo. HEX triplet: 43, 10 and 95. RGB value is (67,16,149). Sum of RGB (Red+Green+Blue) = 67+16+149=232 (30% of max value = 765). Red value is 67 (26.56% from 255 or 28.88% from 232); Green value is 16 (6.64% from 255 or 6.90% from 232); Blue value is 149 (58.59% from 255 or 64.22% from 232); Max value from RGB is 149 - color contains mainly: blue. Hex color #431095 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #431095 is #BCEF6A. Grayscale: #2D2D2D. Windows color (decimal): -12382059 or 9769027. OLE color: 9769027.
HSL color Cylindrical-coordinate representation of color #431095: hue angle of 263.01º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #431095 is Cyan = 0.55, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 67 | 16 | 149 | - |
| CMYK | 0.55 | 0.89 | 0 | 0.42 |
| HSL | 263.01º | 0.81% | 0.32% | - |
| HSV(B) | 263.01º | 0.89% | 0.58% | - |
| XYZ | 7.92 | 3.73 | 28.74 | - |
| YUV | 46.41 | 185.9 | 142.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 16 | 149 | 0.55 | 0.89 | 0 | 0.42 | 263.01 | 0.81 | 0.32 |
| Hex | 43 | 10 | 95 | 37 | 59 | 0 | 2A | 107 | 51 | 20 |
| Octal | 103 | 20 | 225 | 67 | 131 | 0 | 52 | 407 | 121 | 40 |
| Binary | 1000011 | 10000 | 10010101 | 110111 | 1011001 | 0 | 101010 | 100000111 | 1010001 | 100000 |
Color Harmonies of #431095
Complementary color
Monochromatic Colors of #431095
Black with #431095
Text Example
Text Example
White with #431095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431095; }
p { color: rgb(67,16,149); }
H1.HeaderClassName
{
color: #431095;
}
.AnyTagClassName
{
color: #431095;
}
</style>
background-color css
<style>
a { background-color: #431095; }
a { background-color: rgb(67,16,149); }
div.DivClassName
{
background-color: #431095;
}
.BgClassName
{
background-color: #431095;
}
</style>
border-color css
<style>
span { border-color: #431095; }
span { border-color: rgb(67,16,149); }
td.TdClassName
{
border-color: #431095;
}
.TagClassName
{
border-color: #431095;
}
</style>