Shades of Indigo #430171
Tints of Indigo #430171
RGB
CMYK
RGB Variations
Color information
#430171 (or 0x430171) is known color: Indigo. HEX triplet: 43, 01 and 71. RGB value is (67,1,113). Sum of RGB (Red+Green+Blue) = 67+1+113=181 (23% of max value = 765). Red value is 67 (26.56% from 255 or 37.02% from 181); Green value is 1 (0.78% from 255 or 0.55% from 181); Blue value is 113 (44.53% from 255 or 62.43% from 181); Max value from RGB is 113 - color contains mainly: blue. Hex color #430171 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #430171 is #BCFE8E. Grayscale: #212121. Windows color (decimal): -12385935 or 7405891. OLE color: 7405891.
HSL color Cylindrical-coordinate representation of color #430171: hue angle of 275.36º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #430171 is Cyan = 0.41, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 67 | 1 | 113 | - |
| CMYK | 0.41 | 0.99 | 0 | 0.56 |
| HSL | 275.36º | 0.98% | 0.22% | - |
| HSV(B) | 275.36º | 0.99% | 0.44% | - |
| XYZ | 5.31 | 2.41 | 15.81 | - |
| YUV | 33.5 | 172.87 | 151.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 1 | 113 | 0.41 | 0.99 | 0 | 0.56 | 275.36 | 0.98 | 0.22 |
| Hex | 43 | 1 | 71 | 29 | 63 | 0 | 38 | 113 | 62 | 16 |
| Octal | 103 | 1 | 161 | 51 | 143 | 0 | 70 | 423 | 142 | 26 |
| Binary | 1000011 | 1 | 1110001 | 101001 | 1100011 | 0 | 111000 | 100010011 | 1100010 | 10110 |
Color Harmonies of #430171
Complementary color
Monochromatic Colors of #430171
Black with #430171
Text Example
Text Example
White with #430171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430171; }
p { color: rgb(67,1,113); }
H1.HeaderClassName
{
color: #430171;
}
.AnyTagClassName
{
color: #430171;
}
</style>
background-color css
<style>
a { background-color: #430171; }
a { background-color: rgb(67,1,113); }
div.DivClassName
{
background-color: #430171;
}
.BgClassName
{
background-color: #430171;
}
</style>
border-color css
<style>
span { border-color: #430171; }
span { border-color: rgb(67,1,113); }
td.TdClassName
{
border-color: #430171;
}
.TagClassName
{
border-color: #430171;
}
</style>