Shades of Indigo #431073
Tints of Indigo #431073
RGB
CMYK
RGB Variations
Color information
#431073 (or 0x431073) is known color: Indigo. HEX triplet: 43, 10 and 73. RGB value is (67,16,115). Sum of RGB (Red+Green+Blue) = 67+16+115=198 (26% of max value = 765). Red value is 67 (26.56% from 255 or 33.84% from 198); Green value is 16 (6.64% from 255 or 8.08% from 198); Blue value is 115 (45.31% from 255 or 58.08% from 198); Max value from RGB is 115 - color contains mainly: blue. Hex color #431073 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #431073 is #BCEF8C. Grayscale: #2A2A2A. Windows color (decimal): -12382093 or 7540803. OLE color: 7540803.
HSL color Cylindrical-coordinate representation of color #431073: hue angle of 270.91º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #431073 is Cyan = 0.42, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 67 | 16 | 115 | - |
| CMYK | 0.42 | 0.86 | 0 | 0.55 |
| HSL | 270.91º | 0.76% | 0.26% | - |
| HSV(B) | 270.91º | 0.86% | 0.45% | - |
| XYZ | 5.59 | 2.8 | 16.47 | - |
| YUV | 42.54 | 168.9 | 145.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 16 | 115 | 0.42 | 0.86 | 0 | 0.55 | 270.91 | 0.76 | 0.26 |
| Hex | 43 | 10 | 73 | 2A | 56 | 0 | 37 | 10F | 4C | 1A |
| Octal | 103 | 20 | 163 | 52 | 126 | 0 | 67 | 417 | 114 | 32 |
| Binary | 1000011 | 10000 | 1110011 | 101010 | 1010110 | 0 | 110111 | 100001111 | 1001100 | 11010 |
Color Harmonies of #431073
Complementary color
Monochromatic Colors of #431073
Black with #431073
Text Example
Text Example
White with #431073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431073; }
p { color: rgb(67,16,115); }
H1.HeaderClassName
{
color: #431073;
}
.AnyTagClassName
{
color: #431073;
}
</style>
background-color css
<style>
a { background-color: #431073; }
a { background-color: rgb(67,16,115); }
div.DivClassName
{
background-color: #431073;
}
.BgClassName
{
background-color: #431073;
}
</style>
border-color css
<style>
span { border-color: #431073; }
span { border-color: rgb(67,16,115); }
td.TdClassName
{
border-color: #431073;
}
.TagClassName
{
border-color: #431073;
}
</style>